Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession
This commit is contained in:
@@ -190,7 +190,7 @@ export function InCallView({
|
|||||||
containerRef1,
|
containerRef1,
|
||||||
toggleMicrophone,
|
toggleMicrophone,
|
||||||
toggleCamera,
|
toggleCamera,
|
||||||
async (muted) => await localParticipant.setMicrophoneEnabled(!muted)
|
(muted) => muteStates.audio.setEnabled?.(!muted)
|
||||||
);
|
);
|
||||||
|
|
||||||
const onLeavePress = useCallback(() => {
|
const onLeavePress = useCallback(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user