fixed extimatedLoggoff time
This commit is contained in:
@@ -25,9 +25,6 @@ export const handleTrackSubscribed = (
|
||||
useAudioStore.getState().addSpeakingParticipant(participant);
|
||||
element.volume = useAudioStore.getState().settings.radioVolume;
|
||||
});
|
||||
track.on("unmuted", () => {
|
||||
useAudioStore.getState().addSpeakingParticipant(participant);
|
||||
});
|
||||
}
|
||||
|
||||
track.on("muted", () => {
|
||||
|
||||
Reference in New Issue
Block a user