onUserMuteAudio method

void onUserMuteAudio(
  1. int agoraUid,
  2. bool muted
)

Callback when the peer's mute status changes.

Implementation

void onUserMuteAudio(int agoraUid, bool muted) {}