EOS_RTC_JoinRoomCallbackInfo

EOS API reference page for EOS_RTC_JoinRoomCallbackInfo

1분 소요

This data structure is part of the RTC Interface.

Remarks

This struct is passed in with a call to EOS_RTC_OnJoinRoomCallback.

Properties

EOS_RTC_JoinRoomCallbackInfo

PropertyValue
EOS_EResult ResultCodeThis returns: EOS_Success if the channel was successfully joined. EOS_NoConnection: unable to connect to RTC servers (retryable). EOS_InvalidAuth: if the token is invalid (not retryable). EOS_RTC_TooManyParticipants: if the room cannot accept more participants (not retryable). EOS_AccessDenied: if the room name belongs to the Lobby voice system (not retryable). EOS_UnexpectedError otherwise (retryable).
void* ClientDataClient-specified data passed into EOS_RTC_JoinRoom.
EOS_ProductUserId LocalUserIdThe Product User ID of the user who initiated this request.
const char* RoomNameThe room the user was trying to join.
uint32_t RoomOptionsCountThe room option items count.
const EOS_RTC_Option* RoomOptionsThe room option items.