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