remoteVideoStateChanged property

(dynamic Function(int uid, VideoRemoteState state, VideoRemoteStateReason reason, int elapsed)?) remoteVideoStateChanged
final

Occurs when the remote video state changes.

Implementation

final Function(int uid, VideoRemoteState state, VideoRemoteStateReason reason,
    int elapsed)? remoteVideoStateChanged;