onVideoStopped property
void Function()?
onVideoStopped
final
Occurs when the video stops playing. Deprecated:Use localVideoStreamStateStopped(0) in the onLocalVideoStateChanged 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
final void Function()? onVideoStopped;