onUserUnpublishStream property
Callback about the removal of remote media stream captured by camera/microphone.
After receiving this callback, the local user can choose whether to call RTCRoom.unsubscribeStream to unsubscribe from the streams or not.
Implementation
OnUserUnpublishStreamType? onUserUnpublishStream;