mirror of https://github.com/OpenVidu/openvidu.git
openvidu-node-client: Fixed typo
parent
5a1bc4f7c3
commit
8b83bb1c05
|
@ -456,7 +456,7 @@ export class OpenVidu {
|
||||||
* This Error object has as `message` property with a status code carrying a specific meaning
|
* 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)).
|
* (see [REST API](/en/stable/reference-docs/REST-API/#stop-broadcast)).
|
||||||
*/
|
*/
|
||||||
public stopBroadcst(sessionId: string): Promise<void> {
|
public stopBroadcast(sessionId: string): Promise<void> {
|
||||||
return new Promise<void>((resolve, reject) => {
|
return new Promise<void>((resolve, reject) => {
|
||||||
axios.post(
|
axios.post(
|
||||||
this.host + OpenVidu.API_BROADCAST_STOP,
|
this.host + OpenVidu.API_BROADCAST_STOP,
|
||||||
|
|
Loading…
Reference in New Issue