mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Made stt service property internal
parent
931b9d63bd
commit
9d392c82cb
|
@ -28,6 +28,9 @@ import { PlatformService } from '../platform/platform.service';
|
||||||
providedIn: 'root'
|
providedIn: 'root'
|
||||||
})
|
})
|
||||||
export class OpenViduService {
|
export class OpenViduService {
|
||||||
|
/*
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
isSttReadyObs: Observable<boolean>;
|
isSttReadyObs: Observable<boolean>;
|
||||||
private ovEdition: OpenViduEdition;
|
private ovEdition: OpenViduEdition;
|
||||||
private webcamToken = '';
|
private webcamToken = '';
|
||||||
|
|
Loading…
Reference in New Issue