mirror of https://github.com/OpenVidu/openvidu.git
ov-components: remove debug console logs for query parameters and participant name in testapp
parent
6a02f96af2
commit
48084544ba
|
@ -138,9 +138,7 @@ export class CallComponent implements OnInit {
|
||||||
this.activitiesPanelBroadcastingActivity = params['activitiesPanelBroadcastingActivity'] === 'true';
|
this.activitiesPanelBroadcastingActivity = params['activitiesPanelBroadcastingActivity'] === 'true';
|
||||||
if (params['toolbarSettingsBtn'] !== undefined) this.toolbarSettingsButton = params['toolbarSettingsBtn'] === 'true';
|
if (params['toolbarSettingsBtn'] !== undefined) this.toolbarSettingsButton = params['toolbarSettingsBtn'] === 'true';
|
||||||
if (params['staticVideos'] !== undefined) this.areStaticVideosEnabled = params['staticVideos'] === 'true';
|
if (params['staticVideos'] !== undefined) this.areStaticVideosEnabled = params['staticVideos'] === 'true';
|
||||||
console.log('Query params:', params);
|
|
||||||
|
|
||||||
console.log('PARTICIPANT NAME:', this.participantName);
|
|
||||||
this.configReady = true;
|
this.configReady = true;
|
||||||
});
|
});
|
||||||
if (this.areStaticVideosEnabled) {
|
if (this.areStaticVideosEnabled) {
|
||||||
|
|
Loading…
Reference in New Issue