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

CallingServerModelFactory.CallConnectionStateChangedEvent 方法

定义

初始化 CallConnectionStateChangedEvent 的新实例。

public static Azure.Communication.CallingServer.CallConnectionStateChangedEvent CallConnectionStateChangedEvent (string serverCallId = default, string callConnectionId = default, Azure.Communication.CallingServer.CallConnectionState callConnectionState = default);
static member CallConnectionStateChangedEvent : string * string * Azure.Communication.CallingServer.CallConnectionState -> Azure.Communication.CallingServer.CallConnectionStateChangedEvent
Public Shared Function CallConnectionStateChangedEvent (Optional serverCallId As String = Nothing, Optional callConnectionId As String = Nothing, Optional callConnectionState As CallConnectionState = Nothing) As CallConnectionStateChangedEvent

参数

serverCallId
String

服务器 call.id。

callConnectionId
String

呼叫连接 ID。

callConnectionState
CallConnectionState

呼叫连接状态。

返回

用于模拟的新 CallConnectionStateChangedEvent 实例。

适用于