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

CallConnectionStateChangedEvent 类

定义

呼叫连接状态更改事件。

public class CallConnectionStateChangedEvent : Azure.Communication.CallingServer.CallingServerEventBase
type CallConnectionStateChangedEvent = class
    inherit CallingServerEventBase
Public Class CallConnectionStateChangedEvent
Inherits CallingServerEventBase
继承
CallConnectionStateChangedEvent

属性

CallConnectionId

呼叫连接 ID。

CallConnectionState

呼叫连接状态。

ServerCallId

服务器 call.id。

方法

Deserialize(String)

反序列化 CallConnectionStateChangedEvent 事件。

适用于