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

public class EOS_RTC_JoinRoomOptions_Flags extends NativeMappedBitMask
Join room flags
Since:
11/1/2023
  • Field Details

    • EOS_RTC_JOINROOMFLAGS_ENABLE_ECHO

      public static final int EOS_RTC_JOINROOMFLAGS_ENABLE_ECHO
      Enables 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_DATACHANNEL
      Enables 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