openvidu-testapp: view updated just after Session.connect success response
This commit is contained in:
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…
x
Reference in New Issue
Block a user