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'
|
||||
})
|
||||
export class OpenViduService {
|
||||
/*
|
||||
* @internal
|
||||
*/
|
||||
isSttReadyObs: Observable<boolean>;
|
||||
private ovEdition: OpenViduEdition;
|
||||
private webcamToken = '';
|
||||
|
|
Loading…
Reference in New Issue