OnRemoteUserEnterRoom typedef
OnRemoteUserEnterRoom =
void Function(String roomId, TUIUserInfo userInfo)
Implementation
typedef OnRemoteUserEnterRoom = void Function(
String roomId, TUIUserInfo userInfo);
typedef OnRemoteUserEnterRoom = void Function(
String roomId, TUIUserInfo userInfo);