mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: fix typo
parent
8b83bb1c05
commit
cfb6f60aab
|
@ -295,7 +295,7 @@ export class SessionApiDialogComponent {
|
|||
}
|
||||
|
||||
stopBroadcast() {
|
||||
this.OV.stopBroadcst(this.sessionId)
|
||||
this.OV.stopBroadcast(this.sessionId)
|
||||
.then(() => {
|
||||
this.response = 'Broadcast stopped';
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue