diff --git a/openvidu-node-client/src/OpenVidu.ts b/openvidu-node-client/src/OpenVidu.ts index 558afcd9..5c78a6a2 100644 --- a/openvidu-node-client/src/OpenVidu.ts +++ b/openvidu-node-client/src/OpenVidu.ts @@ -456,7 +456,7 @@ export class OpenVidu { * This Error object has as `message` property with a status code carrying a specific meaning * (see [REST API](/en/stable/reference-docs/REST-API/#stop-broadcast)). */ - public stopBroadcst(sessionId: string): Promise { + public stopBroadcast(sessionId: string): Promise { return new Promise((resolve, reject) => { axios.post( this.host + OpenVidu.API_BROADCAST_STOP,