iceServers property
List<RTCIceServer> ?
get
iceServers
Implementation
_i2.List<_i3.RTCIceServer>? get iceServers => ((_i4.getProperty(
this,
'iceServers',
)) as _i2.List?)
?.cast();
set
iceServers
(List<RTCIceServer> ? value)
Implementation
set iceServers(_i2.List<_i3.RTCIceServer>? value) {
_i4.setProperty(
this,
'iceServers',
value ?? _i6.undefined,
);
}