onUserVideoMute method Null safety

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

Get notified when a remote user unpublishes a video stream.

uid ID of a remote user muted specify if a video stream is unpublsihed

Implementation

void onUserVideoMute(int uid, bool muted);