protocol property
RTCIceProtocol?
get
protocol
Implementation
_i3.RTCIceProtocol? get protocol => switch (_i4.getProperty(
this,
'protocol',
)) {
_i2.String name => _i3.RTCIceProtocolOptions.values.byName(name),
_ => null
};