你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

确定两个 CallingServerEventType 值是否相同。

Inequality(CallingServerEventType, CallingServerEventType)

确定两个 CallingServerEventType 值是否不同。

适用于