iceTrickle property

  1. @TagNumber.new(5)
ICETrickle get iceTrickle

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);
  1. @TagNumber.new(5)
set iceTrickle (ICETrickle value)

Implementation

@$pb.TagNumber(5)
set iceTrickle($0.ICETrickle value) => $_setField(5, value);