iceServers property

Iterable<RTCIceServer> iceServers

Implementation

Iterable<RTCIceServer> get iceServers =>
    js_util.getProperty(this, 'iceServers');
void iceServers=(Iterable<RTCIceServer> newValue)

Implementation

set iceServers(Iterable<RTCIceServer> newValue) {
  js_util.setProperty(this, 'iceServers', newValue);
}