close 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.]
Prunes all local candidates, and closes the port. Associated RTCIceTransport objects transition to the "disconnected" state (unless they were in the "failed" state). Calling close() when state is "closed" has no effect.
Syntax
var retVal = RTCIceGatherer.close();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Standards information
See also
RTCIceGatherer