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) {
|
if (mxCall.isVideoCall) {
|
||||||
peerConnectionFactoryProvider.get()?.let { configureVideoTrack(it) }
|
peerConnectionFactoryProvider.get()?.let { configureVideoTrack(it) }
|
||||||
}
|
}
|
||||||
|
updateMuteStatus()
|
||||||
sessionScope?.launch(dispatcher) { attachViewRenderersInternal() }
|
sessionScope?.launch(dispatcher) { attachViewRenderersInternal() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user