diff --git a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/openvidu/openvidu.service.ts b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/openvidu/openvidu.service.ts index e53c2547..b6c213b4 100644 --- a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/openvidu/openvidu.service.ts +++ b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/openvidu/openvidu.service.ts @@ -84,7 +84,7 @@ export class OpenViduService { } /** - * Connects to the Room + * Connects local participant to the room */ async connectRoom(): Promise { try { @@ -101,7 +101,7 @@ export class OpenViduService { } /** - * Disconnects the room + * Disconnects local participant from the room */ async disconnectRoom(): Promise { if (this.isRoomConnected()) { @@ -130,7 +130,7 @@ export class OpenViduService { /** - * Returns if the room is connected or not + * Returns if local participant is connected to the room * @returns */ isRoomConnected(): boolean {