Class CallingServerEventType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CallingServerEventType>
com.azure.communication.callingserver.models.events.CallingServerEventType

public final class CallingServerEventType extends ExpandableStringEnum<CallingServerEventType>
Defines values for CallingServerEventType.
  • Field Details

    • CALL_CONNECTION_STATE_CHANGED_EVENT

      public static final CallingServerEventType CALL_CONNECTION_STATE_CHANGED_EVENT
      The call connection state change event type.
    • ADD_PARTICIPANT_RESULT_EVENT

      public static final CallingServerEventType ADD_PARTICIPANT_RESULT_EVENT
      The add participant result event type.
    • CALL_RECORDING_STATE_CHANGED_EVENT

      public static final CallingServerEventType CALL_RECORDING_STATE_CHANGED_EVENT
      The call recording state change event type.
    • PLAY_AUDIO_RESULT_EVENT

      public static final CallingServerEventType PLAY_AUDIO_RESULT_EVENT
      The play audio result event type.
    • PARTICIPANTS_UPDATED_EVENT

      public static final CallingServerEventType PARTICIPANTS_UPDATED_EVENT
      The participants updated event type.
    • TONE_RECEIVED_EVENT

      public static final CallingServerEventType TONE_RECEIVED_EVENT
      The subscribe to tone event type.
  • Constructor Details

    • CallingServerEventType

      public CallingServerEventType()
  • Method Details

    • fromString

      public static CallingServerEventType fromString(String name)
      Creates or finds a CallingServerEventType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding CallingServerEventType.
    • values

      public static Collection<CallingServerEventType> values()
      Returns:
      known CallingServerEventType values.