console.logs entfernt
This commit is contained in:
@@ -14,7 +14,6 @@ export const handleTrackSubscribed = (
|
||||
publication: RemoteTrackPublication,
|
||||
participant: RemoteParticipant,
|
||||
) => {
|
||||
console.log("Track subscribed:", track, publication, participant);
|
||||
if (!track.isMuted) {
|
||||
useAudioStore.getState().addSpeakingParticipant(participant);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user