getLocalParameters method
[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.]
Retrieves the ICE parameters of the RTCIceGatherer
.
Syntax
var retVal = RTCIceGatherer.getLocalParameters();
Parameters
This method has no parameters.
Return value
Type: RTCIceParameters
A dictionary of containable properties.
Standards information
Remarks
Dictionary of RTCIceParameters members:
dictionary RTCIceParameters {
DOMString usernameFragment;
DOMString password;
};
usernameFragment: ICE username