gatherPolicy property

RTCIceTransportPolicy get gatherPolicy

Implementation

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

Implementation

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