Skip to content

Commit 26fad76

Browse files
debug
1 parent fb873ac commit 26fad76

File tree

1 file changed

+2
-0
lines changed
  • packages/react-composites/src/composites/CallComposite/components/buttons

1 file changed

+2
-0
lines changed

packages/react-composites/src/composites/CallComposite/components/buttons/Microphone.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export const Microphone = (props: {
3838
const role = useSelector(getRole);
3939
const unmuteMicCapability = useSelector(getCapabilites)?.unmuteMic;
4040

41+
console.error('Microphone.tsx: ', role, unmuteMicCapability);
42+
4143
/**
4244
* When call is in connecting state, microphone button should be disabled.
4345
* This is due to to headless limitation where a call can not be muted/unmuted in lobby.

0 commit comments

Comments
 (0)