Class EOS_RTC_JoinRoomOptions_Flags
java.lang.Object
host.anzo.eossdk.jna.runtime.NativeMappedBitMask
host.anzo.eossdk.eos.sdk.rtc.enums.EOS_RTC_JoinRoomOptions_Flags
- All Implemented Interfaces:
com.sun.jna.NativeMapped
Join room flags
- Since:
- 11/1/2023
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intEnables the (optional) data channel feature for RTC rooms.static final intEnables echo mode.Fields inherited from class host.anzo.eossdk.jna.runtime.NativeMappedBitMask
bitMask -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) static @NotNull EOS_RTC_JoinRoomOptions_Flagsof(int... flags) Methods inherited from class host.anzo.eossdk.jna.runtime.NativeMappedBitMask
hasFlag, nativeType, setFlags, toNative
-
Field Details
-
EOS_RTC_JOINROOMFLAGS_ENABLE_ECHO
public static final int EOS_RTC_JOINROOMFLAGS_ENABLE_ECHOEnables echo mode. This can be used during development to have the server send your voice back to you so you don't need 2 clients to test if voice is being sent and received.- See Also:
-
EOS_RTC_JOINROOMFLAGS_ENABLE_DATACHANNEL
public static final int EOS_RTC_JOINROOMFLAGS_ENABLE_DATACHANNELEnables the (optional) data channel feature for RTC rooms. This feature allows members of a room to send packets to all members of a room they are in, and automatically receive data packets sent by other players in that room. Data packets sent this way will be automatically relayed by EOS RTC servers to all other members of the room that are listening. It is not currently possible to send packets to only a subset of members of a room chosen by the sender, all members listening will receive the data.- See Also:
-
-
Constructor Details
-
EOS_RTC_JoinRoomOptions_Flags
public EOS_RTC_JoinRoomOptions_Flags()
-
-
Method Details
-
of
-
fromNative
-