Class EOS_RTC_AddNotifyParticipantStatusChangedOptions

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

@FieldOrder({"ApiVersion","LocalUserId","RoomName"}) public class EOS_RTC_AddNotifyParticipantStatusChangedOptions extends com.sun.jna.Structure
This struct is used to call EOS_RTC_AddNotifyParticipantStatusChanged.
Since:
11/01/2023
  • Field Details

    • EOS_RTC_ADDNOTIFYPARTICIPANTSTATUSCHANGED_API_LATEST

      public static final int EOS_RTC_ADDNOTIFYPARTICIPANTSTATUSCHANGED_API_LATEST
      The most recent version of the EOS_RTC_AddNotifyParticipantStatusChanged 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_RTC_AddNotifyParticipantStatusChangedOptions

      public EOS_RTC_AddNotifyParticipantStatusChangedOptions()
    • EOS_RTC_AddNotifyParticipantStatusChangedOptions

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