Fix: userdata-bbb_force_listen_only param applying to moderator (#21365)
This commit is contained in:
parent
a1ef5243a9
commit
bc6bc53cbc
@ -101,6 +101,8 @@ const AudioModalContainer = (props) => {
|
||||
);
|
||||
const isTranscriptionEnabled = useIsAudioTranscriptionEnabled();
|
||||
|
||||
if (!currentUserData) return null;
|
||||
|
||||
return (
|
||||
<AudioModal
|
||||
away={away}
|
||||
|
Loading…
Reference in New Issue
Block a user