Struct RTCIceServer
Syntax
[Serializable]
public struct RTCIceServer
Fields
credential
Declaration
[Tooltip("Optional: specifies the password to use when authenticating with the ICE server")]
public string credential
Field Value
credentialType
Declaration
[Tooltip("What type of credential the `password` value")]
public RTCIceCredentialType credentialType
Field Value
urls
Declaration
[Tooltip("Array to set URLs of your STUN/TURN servers")]
public string[] urls
Field Value
username
Declaration
[Tooltip("Optional: specifies the username to use when authenticating with the ICE server")]
public string username
Field Value
See Also