EventSubscriptionType Struct

Definition

The EventSubscriptionType.

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

Constructors

EventSubscriptionType(String)

Initializes a new instance of EventSubscriptionType.

Properties

DtmfReceived

dtmfReceived.

ParticipantsUpdated

participantsUpdated.

Methods

Equals(EventSubscriptionType)

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(EventSubscriptionType, EventSubscriptionType)

Determines if two EventSubscriptionType values are the same.

Implicit(String to EventSubscriptionType)

Converts a string to a EventSubscriptionType.

Inequality(EventSubscriptionType, EventSubscriptionType)

Determines if two EventSubscriptionType values are not the same.

Applies to