onTrackUnmuted method Null safety

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

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

Implementation

void onTrackUnmuted(Participant participant, TrackPublication publication) {}