iceGatherer property
[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.]
Describes the RTCIceGatherer
constructor value.
The iceGatherer
attribute is set to the value of gatherer passed in latest call to start()
.
This property is read-only.
Syntax
JavaScript |
---|
iceGatherer = object.iceGatherer |
Property values
Type: RTCIceGatherer
(nullable)
Value | Condition |
---|---|
gatherer | Value if passed in the constructor or in the latest call to start(). |