videoStopped property

  1. @deprecated
EmptyCallback? videoStopped
getter/setter pair

Occurs when the video stops playing.

Deprecated Use LocalVideoStreamState.Stopped in the RtcEngineEventHandler.localVideoStateChanged callback instead. The application can use this callback to change the configuration of the view (for example, displaying other pictures in the view) after the video stops playing. The EmptyCallback typedef does not include any parameter.

Implementation

@deprecated
EmptyCallback? videoStopped;