Fix: userdata-bbb_force_listen_only param applying to moderator (#21365)

This commit is contained in:
André Castro 2024-10-04 13:59:06 -03:00 committed by GitHub
parent a1ef5243a9
commit bc6bc53cbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,8 @@ const AudioModalContainer = (props) => {
);
const isTranscriptionEnabled = useIsAudioTranscriptionEnabled();
if (!currentUserData) return null;
return (
<AudioModal
away={away}