OnUserVideoStateChanged typedef
OnUserVideoStateChanged =
void Function(String userId, TUIVideoStreamType streamType, bool hasVideo, TUIChangeReason reason)
Implementation
typedef OnUserVideoStateChanged = void Function(
String userId, TUIVideoStreamType streamType, bool hasVideo, TUIChangeReason reason);