Skip to content

Commit

Permalink
fix: vb disappears after returning from bg in mweb
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed May 23, 2024
1 parent 8395a01 commit ccf4ef3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit ccf4ef3

Please sign in to comment.