openvidu-components: Made stt service property internal

pull/780/head
Carlos Santos 2023-02-17 17:16:40 +01:00
parent 931b9d63bd
commit 9d392c82cb
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ import { PlatformService } from '../platform/platform.service';
providedIn: 'root'
})
export class OpenViduService {
/*
* @internal
*/
isSttReadyObs: Observable<boolean>;
private ovEdition: OpenViduEdition;
private webcamToken = '';