videoStopped property

  1. @Deprecated('')
EmptyCallback? videoStopped
getter/setter pair

Occurs when the video stops playing. Deprecated: Please use Stopped(0) in the 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.

Implementation

@Deprecated('')
EmptyCallback? videoStopped;