gatherPolicy property

RTCIceTransportPolicy gatherPolicy

Implementation

RTCIceTransportPolicy get gatherPolicy => RTCIceTransportPolicy.fromValue(
    js_util.getProperty(this, 'gatherPolicy'));
void gatherPolicy=(RTCIceTransportPolicy newValue)

Implementation

set gatherPolicy(RTCIceTransportPolicy newValue) {
  js_util.setProperty(this, 'gatherPolicy', newValue.value);
}