AvatarConfiguration.IceServers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional list of ICE servers to use for WebRTC connection establishment.
public System.Collections.Generic.IList<Azure.AI.VoiceLive.IceServer> IceServers { get; }
member this.IceServers : System.Collections.Generic.IList<Azure.AI.VoiceLive.IceServer>
Public ReadOnly Property IceServers As IList(Of IceServer)