mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Update video mute status after stopping screen sharing.
This commit is contained in:
parent
754208e164
commit
b486559469
1 changed files with 1 additions and 0 deletions
|
@ -801,6 +801,7 @@ class WebRtcCall(
|
|||
if (mxCall.isVideoCall) {
|
||||
peerConnectionFactoryProvider.get()?.let { configureVideoTrack(it) }
|
||||
}
|
||||
updateMuteStatus()
|
||||
sessionScope?.launch(dispatcher) { attachViewRenderersInternal() }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue