Added AudioLogging
This commit is contained in:
@@ -23,10 +23,10 @@ export const handleTrackSubscribed = (
|
||||
useAudioStore.getState().addSpeakingParticipant(participant);
|
||||
}, 1000),
|
||||
);
|
||||
setTimeout(() => {
|
||||
element.play();
|
||||
}, 1000);
|
||||
}
|
||||
setTimeout(() => {
|
||||
element.play();
|
||||
}, 1000);
|
||||
|
||||
track.on("unmuted", () => {
|
||||
useAudioStore.getState().addSpeakingParticipant(participant);
|
||||
|
||||
Reference in New Issue
Block a user