changePublishQuality property
ChangePublishQuality advises the publisher to switch on/off various qualities of their video stream based on the subscription. This is done to save the bandwidth and the CPU of the publisher.
Implementation
@$pb.TagNumber(6)
ChangePublishQuality get changePublishQuality => $_getN(5);
Implementation
@$pb.TagNumber(6)
set changePublishQuality(ChangePublishQuality v) { setField(6, v); }