次の方法で共有


CallingServerEventType 構造体

定義

呼び出し元サーバー イベントの種類。

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

コンストラクター

CallingServerEventType(String)

CallingServerEventType 構造体の新しいインスタンスを初期化します。

プロパティ

AddParticipantResultEvent

参加者の結果の追加イベントの種類。

CallConnectionStateChangedEvent

呼び出し接続状態変更イベントの種類。

CallRecordingStateChangeEvent

通話記録状態変更イベントの種類。

ParticipantsUpdatedEvent

呼び出し状態変更イベントの種類。

PlayAudioResultEvent

再生オーディオの結果イベントの種類。

ToneReceivedEvent

トーン イベントの種類をサブスクライブします。

メソッド

Equals(CallingServerEventType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CallingServerEventType, CallingServerEventType)

2 つの CallingServerEventType 値が同じかどうかを判断します。

Inequality(CallingServerEventType, CallingServerEventType)

2 つの CallingServerEventType 値が異なるかどうかを判断します。

適用対象