IceServer(IEnumerable<Uri>) Constructor
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.
Initializes a new instance of IceServer.
public IceServer(System.Collections.Generic.IEnumerable<Uri> uris);
new Azure.AI.VoiceLive.IceServer : seq<Uri> -> Azure.AI.VoiceLive.IceServer
Public Sub New (uris As IEnumerable(Of Uri))
Parameters
- uris
- IEnumerable<Uri>
List of ICE server URLs (e.g., TURN or STUN endpoints).
Exceptions
uris is null.