Class EOS_RTCAudio_AddNotifyParticipantUpdatedOptions

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

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

    • EOS_RTCAUDIO_ADDNOTIFYPARTICIPANTUPDATED_API_LATEST

      public static final int EOS_RTCAUDIO_ADDNOTIFYPARTICIPANTUPDATED_API_LATEST
      The most recent version of the EOS_RTCAudio_AddNotifyParticipantUpdated 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_RTCAudio_AddNotifyParticipantUpdatedOptions

      public EOS_RTCAudio_AddNotifyParticipantUpdatedOptions()
    • EOS_RTCAudio_AddNotifyParticipantUpdatedOptions

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