remoteVideoStateChanged property
Occurs when the remote video state changes.
The RemoteVideoStateCallback
typedef includes the following parameters:
- int
uid
: ID of the remote user whose video state changes. - VideoRemoteState
state
: State of the remote video. - VideoRemoteStateReason
reason
: The reason of the remote video state change. - int
elapsed
: Time elapsed (ms) from the local user calling RtcEngine.joinChannel until the SDK triggers this callback.
Implementation
RemoteVideoStateCallback? remoteVideoStateChanged;