OnUserVideoSizeChanged typedef
OnUserVideoSizeChanged =
void Function(String roomId, String userId, TUIVideoStreamType streamType, int width, int height)
Implementation
typedef OnUserVideoSizeChanged = void Function(
String roomId, String userId, TUIVideoStreamType streamType, int width, int height);