mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
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
Block a user