respect mute state set in lobby for call (#1102)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
e8a2421962
commit
4dcd1e176f
2 changed files with 14 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue