callGrantsUpdated property

  1. @TagNumber(19)
CallGrantsUpdated get callGrantsUpdated

CallGrantsUpdated tells what tracks a participant is allowed to publish.

Implementation

@$pb.TagNumber(19)
CallGrantsUpdated get callGrantsUpdated => $_getN(14);
  1. @TagNumber(19)
set callGrantsUpdated (CallGrantsUpdated v)

Implementation

@$pb.TagNumber(19)
set callGrantsUpdated(CallGrantsUpdated v) { setField(19, v); }