respect mute state set in lobby for call (#1102)

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2023-06-12 15:35:54 +02:00
committed by GitHub
parent e8a2421962
commit 4dcd1e176f
2 changed files with 14 additions and 2 deletions

View File

@@ -183,6 +183,10 @@ export function GroupCallView({
matrixInfo={matrixInfo}
mediaDevices={lkState.mediaDevices}
livekitRoom={lkState.room}
userChoices={{
videoMuted: lkState.localMedia.video.muted,
audioMuted: lkState.localMedia.audio.muted,
}}
/>
);
} else if (left) {