CallingServerEventType Struct

Definition

The type of calling server event.

public readonly struct CallingServerEventType : IEquatable<Azure.Communication.CallingServer.CallingServerEventType>
type CallingServerEventType = struct
Public Structure CallingServerEventType
Implements IEquatable(Of CallingServerEventType)
Inheritance
CallingServerEventType
Implements

Constructors

CallingServerEventType(String)

Initializes a new instance of the CallingServerEventType struct.

Properties

AddParticipantResultEvent

The add participant result event type.

CallConnectionStateChangedEvent

The call connection state change event type.

CallRecordingStateChangeEvent

The call recording state change event type.

ParticipantsUpdatedEvent

The call state change event type.

PlayAudioResultEvent

The play audio result event type.

ToneReceivedEvent

The subscribe to tone event type.

Methods

Equals(CallingServerEventType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(CallingServerEventType, CallingServerEventType)

Determines if two CallingServerEventType values are the same.

Inequality(CallingServerEventType, CallingServerEventType)

Determines if two CallingServerEventType values are different.

Applies to