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

CallingServerModelFactory.ToneReceivedEvent(ToneInfo, String) 方法

定义

初始化 ToneReceivedEvent 的新实例。

public static Azure.Communication.CallingServer.ToneReceivedEvent ToneReceivedEvent (Azure.Communication.CallingServer.ToneInfo toneInfo = default, string callConnectionId = default);
static member ToneReceivedEvent : Azure.Communication.CallingServer.ToneInfo * string -> Azure.Communication.CallingServer.ToneReceivedEvent
Public Shared Function ToneReceivedEvent (Optional toneInfo As ToneInfo = Nothing, Optional callConnectionId As String = Nothing) As ToneReceivedEvent

参数

toneInfo
ToneInfo

音调信息。

callConnectionId
String

呼叫连接 ID。

返回

用于模拟的新 ToneReceivedEvent 实例。

适用于