@Structure.FieldOrder(value={"ResultCode","ClientData","RoomName","ClientBaseUrl","QueryId","TokenCount"})
public class EOS_RTCAdmin_QueryJoinRoomTokenCompleteCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_RTCAdmin_QueryJoinRoomTokenCompleteCallbackInfo.ByReference |
static class |
EOS_RTCAdmin_QueryJoinRoomTokenCompleteCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
ClientBaseUrl
URL passed to backend to join room.
|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_RTCAdmin_QueryJoinRoomToken.
|
int |
QueryId
If the query completed successfully, this contains an identifier that should be used to retrieve the tokens.
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
java.lang.String |
RoomName
Room the request was made for.
|
int |
TokenCount
How many token received as result of the query
|
| Constructor and Description |
|---|
EOS_RTCAdmin_QueryJoinRoomTokenCompleteCallbackInfo() |
EOS_RTCAdmin_QueryJoinRoomTokenCompleteCallbackInfo(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic EOS_EResult ResultCode
public com.sun.jna.Pointer ClientData
public java.lang.String RoomName
public java.lang.String ClientBaseUrl
public int QueryId
public int TokenCount