Webrtc Unity Plugin  v01
Cross-platform Webrtc support for Unity apps ☁🎲
UnityWebrtc.Webrtc.ConfigurableIceServer Struct Reference

Represents an Ice server in a simple way that allows configuration from the unity inspector More...

Public Member Functions

override string ToString ()
 Convert the server to the representation the underlying libraries use More...
 

Public Attributes

IceType Type
 The type of the server More...
 
string Uri
 The unqualified uri of the server More...
 

Detailed Description

Represents an Ice server in a simple way that allows configuration from the unity inspector

Member Function Documentation

◆ ToString()

override string UnityWebrtc.Webrtc.ConfigurableIceServer.ToString ( )

Convert the server to the representation the underlying libraries use

Returns
stringified server information

Member Data Documentation

◆ Type

IceType UnityWebrtc.Webrtc.ConfigurableIceServer.Type

The type of the server

◆ Uri

string UnityWebrtc.Webrtc.ConfigurableIceServer.Uri

The unqualified uri of the server

You should not prefix this with "stun:" or "turn:"


The documentation for this struct was generated from the following file: