openvidu-components: Updated deprecated methods messages

pull/809/head
Carlos Santos 2023-05-31 10:00:00 +02:00
parent fb057a5823
commit 34d514118a
1 changed files with 3 additions and 3 deletions

View File

@ -362,7 +362,7 @@ export class OpenViduService {
*
* @deprecated This method has been moved to ParticipantService
*
* TODO: Remove this method in release 2.28.0
* TODO: Remove this method in release 2.29.0
*/
async publishVideo(publish: boolean): Promise<void> {
const participantService = this.injector.get(ParticipantService);
@ -374,7 +374,7 @@ export class OpenViduService {
* Hide the camera muted stream when screen is sharing.
* @deprecated This method has been moved to ParticipantService
*
* TODO: Remove this method in release 2.28.0
* TODO: Remove this method in release 2.29.0
*/
async toggleScreenshare() {
const participantService = this.injector.get(ParticipantService);
@ -387,7 +387,7 @@ export class OpenViduService {
* See openvidu-browser {@link https://docs.openvidu.io/en/stable/api/openvidu-browser/classes/Publisher.html#publishAudio publishAudio}.
* @deprecated This method has been moved to ParticipantService
*
* TODO: Remove this method in release 2.28.0
* TODO: Remove this method in release 2.29.0
*/
publishAudio(publish: boolean): void {
const participantService = this.injector.get(ParticipantService);