Merge pull request #1421 from vector-im/dbkr/fixptt

Fix the mute icon being incorrect when using PTT
This commit is contained in:
David Baker
2023-09-07 13:20:42 +01:00
committed by GitHub

View File

@@ -190,7 +190,7 @@ export function InCallView({
containerRef1,
toggleMicrophone,
toggleCamera,
async (muted) => await localParticipant.setMicrophoneEnabled(!muted)
(muted) => muteStates.audio.setEnabled?.(!muted)
);
const onDisconnected = useCallback(