CommunicationRelayConfiguration.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.
An array representing the credentials and the STUN/TURN server URLs for use in ICE negotiations.
public System.Collections.Generic.IReadOnlyList<Azure.Communication.NetworkTraversal.CommunicationIceServer> IceServers { get; }
member this.IceServers : System.Collections.Generic.IReadOnlyList<Azure.Communication.NetworkTraversal.CommunicationIceServer>
Public ReadOnly Property IceServers As IReadOnlyList(Of CommunicationIceServer)
Property Value
- System.Collections.Generic.IReadOnlyList<CommunicationIceServer>