Struct ConfigurableIceServer
ICE server as a serializable data structure for the Unity inspector.
Inherited Members
Namespace: Microsoft.MixedReality.WebRTC.Unity
Assembly: cs.temp.dll.dll
Syntax
public struct ConfigurableIceServer
Fields
Type
The type of ICE server.
Declaration
public IceType Type
Field Value
Type | Description |
---|---|
IceType |
Uri
The unqualified URI of the server.
Declaration
public string Uri
Field Value
Type | Description |
---|---|
String |
Remarks
The URI must not have any stun:
or turn:
prefix.
Methods
ToString()
Convert the server to the representation the underlying implementation use.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The stringified server information. |