@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId","RoomName","RoomOptionsCount","RoomOptions"})
public class EOS_RTC_JoinRoomCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_RTC_JoinRoomCallbackInfo.ByReference |
static class |
EOS_RTC_JoinRoomCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Client-specified data passed into EOS_RTC_JoinRoom.
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the user who initiated this request.
|
EOS_EResult |
ResultCode
This returns:
EOS_EResult.EOS_Success if the channel was successfully joined. |
java.lang.String |
RoomName
The room the user was trying to join.
|
EOS_RTC_Option.ByReference |
RoomOptions
The room option items.
|
int |
RoomOptionsCount
The room option items count.
|
| Constructor and Description |
|---|
EOS_RTC_JoinRoomCallbackInfo() |
EOS_RTC_JoinRoomCallbackInfo(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
EOS_EResult.EOS_Success if the channel was successfully joined.EOS_EResult.EOS_NoConnection: unable to connect to RTC servers (retryable).EOS_EResult.EOS_InvalidAuth: if the token is invalid (not retryable).EOS_EResult.EOS_RTC_TooManyParticipants: if the room cannot accept more participants (not retryable).EOS_EResult.EOS_AccessDenied: if the room name belongs to the Lobby voice system (not retryable).EOS_EResult.EOS_UnexpectedError otherwise (retryable).public com.sun.jna.Pointer ClientData
public EOS_ProductUserId LocalUserId
public java.lang.String RoomName
public int RoomOptionsCount
public EOS_RTC_Option.ByReference RoomOptions