onUserAudioMute method Null safety

void onUserAudioMute(
  1. int uid,
  2. bool muted
)

Get notified when a remote user mutes the audio stream.

uid ID of a remote user. muted specify if an audio stream is muted.

Implementation

void onUserAudioMute(int uid, bool muted);