Class EOS_RTCData_AddNotifyParticipantUpdatedOptions

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.rtcdata.options.EOS_RTCData_AddNotifyParticipantUpdatedOptions
Direct Known Subclasses:
EOS_RTCData_AddNotifyParticipantUpdatedOptions.ByReference, EOS_RTCData_AddNotifyParticipantUpdatedOptions.ByValue

@FieldOrder({"ApiVersion","LocalUserId","RoomName"}) public class EOS_RTCData_AddNotifyParticipantUpdatedOptions extends com.sun.jna.Structure
This struct is used to call EOS_RTCData_AddNotifyDataReceived.
Since:
4/4/2024
  • Field Details

    • EOS_RTCDATA_ADDNOTIFYDATARECEIVED_API_LATEST

      public static final int EOS_RTCDATA_ADDNOTIFYDATARECEIVED_API_LATEST
      The most recent version of the EOS_RTCData_AddNotifyDataReceived API.
      See Also:
    • ApiVersion

      public int ApiVersion
    • LocalUserId

      public EOS_ProductUserId LocalUserId
      The Product User ID of the user trying to request this operation.
    • RoomName

      public String RoomName
      The room this event is registered on.
  • Constructor Details

    • EOS_RTCData_AddNotifyParticipantUpdatedOptions

      public EOS_RTCData_AddNotifyParticipantUpdatedOptions()
    • EOS_RTCData_AddNotifyParticipantUpdatedOptions

      public EOS_RTCData_AddNotifyParticipantUpdatedOptions(com.sun.jna.Pointer peer)