onUserAudioMute method Null safety
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);
Get notified when a remote user mutes the audio stream.
uid ID of a remote user.
muted specify if an audio stream is muted.
void onUserAudioMute(int uid, bool muted);