onVideoStopped property

void Function()? onVideoStopped
final

视频功能已停止回调。

废弃 弃用: 请改用 onLocalVideoStateChanged 回调中的 localVideoStreamStateStopped (0)。 App 如需在停止视频后对 view 做其他处理(比如显示其他画面),可以在这个回调中进行。

Implementation

final void Function()? onVideoStopped;