respect mute state set in lobby for call (#1102)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user