ov-components: remove debug console logs for query parameters and participant name in testapp

master
Carlos Santos 2025-05-20 13:17:28 +02:00
parent 6a02f96af2
commit 48084544ba
1 changed files with 0 additions and 2 deletions

View File

@ -138,9 +138,7 @@ export class CallComponent implements OnInit {
this.activitiesPanelBroadcastingActivity = params['activitiesPanelBroadcastingActivity'] === 'true';
if (params['toolbarSettingsBtn'] !== undefined) this.toolbarSettingsButton = params['toolbarSettingsBtn'] === 'true';
if (params['staticVideos'] !== undefined) this.areStaticVideosEnabled = params['staticVideos'] === 'true';
console.log('Query params:', params);
console.log('PARTICIPANT NAME:', this.participantName);
this.configReady = true;
});
if (this.areStaticVideosEnabled) {