onTrackMuted method Null safety

void onTrackMuted(
  1. Participant participant,
  2. TrackPublication publication
)

A track that was muted, fires on both RemoteParticipants and LocalParticipant

Implementation

void onTrackMuted(Participant participant, TrackPublication publication) {}