mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: view updated just after Session.connect success response
parent
eb619f3826
commit
edc95e5e9d
|
@ -194,6 +194,9 @@ export class OpenviduInstanceComponent implements OnInit, OnChanges, OnDestroy {
|
|||
|
||||
this.session.connect(token, this.clientData, (error) => {
|
||||
if (!error) {
|
||||
|
||||
this.changeDetector.detectChanges();
|
||||
|
||||
if (this.publishTo) {
|
||||
|
||||
this.audioMuted = !this.activeAudio;
|
||||
|
|
Loading…
Reference in New Issue