RTCIceParameters object

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Includes the ICE username fragment and password.

Syntax

dictionary RTCIceParameters {
             DOMString usernameFragment;
             DOMString password;
             boolean iceLite;
};

Standards information

Dictionary

Dictionary Member Type Description
iceLite boolean Indicates if ICe-lite is supported
password DOMString ICE password.
usernameFragment DOMString ICE username.

 

See also

RTCIceGatherer