onStartLive method

void onStartLive(
  1. bool isJoinSelf,
  2. TUIRoomInfo roomInfo
)

Implementation

void onStartLive(bool isJoinSelf, TUIRoomInfo roomInfo) {
  return _roomManager.onStartLive(isJoinSelf, roomInfo);
}