openvidu-testapp: fix typo

pull/780/head
pabloFuente 2023-02-16 21:06:54 +01:00
parent 8b83bb1c05
commit cfb6f60aab
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ export class SessionApiDialogComponent {
}
stopBroadcast() {
this.OV.stopBroadcst(this.sessionId)
this.OV.stopBroadcast(this.sessionId)
.then(() => {
this.response = 'Broadcast stopped';
})