remoteVideoStateChanged property Null safety
read / write
Occurs when the remote video state changes.
Implementation
Function(int uid, VideoRemoteState state, VideoRemoteStateReason reason,
int elapsed)? remoteVideoStateChanged;
Occurs when the remote video state changes.
Function(int uid, VideoRemoteState state, VideoRemoteStateReason reason,
int elapsed)? remoteVideoStateChanged;