onUserVideoMute method Null safety
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);
Get notified when a remote user unpublishes a video stream.
uid ID of a remote user
muted specify if a video stream is unpublsihed
void onUserVideoMute(int uid, bool muted);