Update video mute status after stopping screen sharing.
This commit is contained in:
parent
754208e164
commit
b486559469
|
@ -801,6 +801,7 @@ class WebRtcCall(
|
|||
if (mxCall.isVideoCall) {
|
||||
peerConnectionFactoryProvider.get()?.let { configureVideoTrack(it) }
|
||||
}
|
||||
updateMuteStatus()
|
||||
sessionScope?.launch(dispatcher) { attachViewRenderersInternal() }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue