Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4affb78

Browse files
committedApr 28, 2025·
Add turn off effect camera to turnOffLocalCamera
1 parent cda4460 commit 4affb78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/main/js/webrtc_adaptor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,6 +2180,7 @@ export class WebRTCAdaptor {
21802180
* @returns
21812181
*/
21822182
turnOffLocalCamera(streamId) {
2183+
this.turnOffEffectCamera(streamId);
21832184
return this.mediaManager.turnOffLocalCamera(streamId);
21842185
}
21852186
/**

0 commit comments

Comments
 (0)