Remarks
Data containing the result information for a query join room token request.
Properties
EOS_RTCAdmin_QueryJoinRoomTokenCompleteCallbackInfo
Property | Value |
---|---|
EOS_EResult ResultCode | The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors. |
void* ClientData | Context that was passed into EOS_RTCAdmin_QueryJoinRoomToken. |
const char* RoomName | Room the request was made for. |
const char* ClientBaseUrl | URL passed to backend to join room. |
uint32_t QueryId | If 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 TokenCount | How many token received as result of the query |