EOS_RTCAdmin_QueryJoinRoomTokenCompleteCallbackInfo

EOS API reference page for EOS_RTCAdmin_QueryJoinRoomTokenCompleteCallbackInfo

1分で読めます

Remarks

Data containing the result information for a query join room token request.

Properties

EOS_RTCAdmin_QueryJoinRoomTokenCompleteCallbackInfo

PropertyValue
EOS_EResult ResultCodeThe EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
void* ClientDataContext that was passed into EOS_RTCAdmin_QueryJoinRoomToken.
const char* RoomNameRoom the request was made for.
const char* ClientBaseUrlURL passed to backend to join room.
uint32_t QueryIdIf the query completed successfully, this contains an identifier that should be used to retrieve the tokens. This identifier is only valid for the duration of the callback.
uint32_t TokenCountHow many token received as result of the query