Choose your implementation method:
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
|
Data containing the result information for a query join room token request.
Properties
RTCAdmin.QueryJoinRoomTokenCompleteCallbackInfo
Property
|
Value
|
Result ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
object ClientData
|
Context that was passed into EOS_RTCAdmin_QueryJoinRoomToken.
|
Utf8String RoomName
|
Room the request was made for.
|
Utf8String ClientBaseUrl
|
URL passed to backend to join room.
|
uint 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.
|
uint TokenCount
|
How many token received as result of the query
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no