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

CommunicationIceServer 类

定义

用户应能够序列化或反序列化 CommunicationIceServer,以便获得更好的体验。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.NetworkTraversal.CommunicationIceServer+CommunicationIceServerConverter))]
public class CommunicationIceServer
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.NetworkTraversal.CommunicationIceServer+CommunicationIceServerConverter))>]
type CommunicationIceServer = class
Public Class CommunicationIceServer
继承
CommunicationIceServer
属性

构造函数

CommunicationIceServer(IEnumerable<String>, String, String, RouteType)

初始化 CommunicationIceServer 的新实例。

属性

Credential

服务器的凭据。

RouteType

从客户端到 ICE 服务器所在位置的路由方法。 “any”具有更高的可靠性,而“最接近”的延迟较低。 建议默认使用“任意”路由方法,除非存在最小化延迟至关重要的特定方案。

Urls

STUN/TURN 服务器 URL 列表。

Username

唯一标识凭据的用户帐户名称。

适用于