diff --git a/packages/hms-video-store/src/media/tracks/HMSLocalVideoTrack.ts b/packages/hms-video-store/src/media/tracks/HMSLocalVideoTrack.ts index 5e465737ef..23ed9b39b2 100644 --- a/packages/hms-video-store/src/media/tracks/HMSLocalVideoTrack.ts +++ b/packages/hms-video-store/src/media/tracks/HMSLocalVideoTrack.ts @@ -493,7 +493,6 @@ export class HMSLocalVideoTrack extends HMSVideoTrack { this.replaceSenderTrack(this.nativeTrack); } else { this.nativeTrack.enabled = this.enabledStateBeforeBackground; - this.processPlugins(); this.replaceSenderTrack(this.processedTrack || this.nativeTrack); } this.eventBus.localVideoEnabled.publish({ enabled: this.nativeTrack.enabled, track: this });