diff --git a/packages/hms-video-store/src/media/tracks/HMSLocalVideoTrack.ts b/packages/hms-video-store/src/media/tracks/HMSLocalVideoTrack.ts index 013b08236c..2ef808b525 100644 --- a/packages/hms-video-store/src/media/tracks/HMSLocalVideoTrack.ts +++ b/packages/hms-video-store/src/media/tracks/HMSLocalVideoTrack.ts @@ -121,6 +121,7 @@ export class HMSLocalVideoTrack extends HMSVideoTrack { await super.setEnabled(value); if (value) { await this.pluginsManager.waitForRestart(); + console.log(this.nativeTrack, 'test'); await this.processPlugins(); this.settings = this.buildNewSettings({ deviceId: track.getSettings().deviceId }); }