Fix speaker view not auto switching on presenting

This commit is contained in:
Jamie Kyle
2023-08-30 14:34:58 -07:00
committed by GitHub
parent 67a51415d0
commit a4fffdfbfb
6 changed files with 10 additions and 1 deletions

View File

@@ -229,6 +229,7 @@ const mapStateToActiveCallProp = (
remoteParticipants.push({
...remoteConversation,
aci: remoteParticipant.aci,
demuxId: remoteParticipant.demuxId,
hasRemoteAudio: remoteParticipant.hasRemoteAudio,
hasRemoteVideo: remoteParticipant.hasRemoteVideo,