iceTrickle property
ICETrickle contains the ICE candidate required to establish the ICE transport: part of establishing the PeerConnection and also for ICE restarts.
Implementation
@$pb.TagNumber(5)
$0.ICETrickle get iceTrickle => $_getN(4);
Implementation
@$pb.TagNumber(5)
set iceTrickle($0.ICETrickle v) { setField(5, v); }