useSingleLayer property
If true, instructs the publisher to send only the highest available simulcast layer, disabling all lower layers. This applies to simulcast encodings. For SVC codecs, prefer using the L1T3 (single spatial, 3 temporal layers) mode instead.
Implementation
@$pb.TagNumber(9)
$core.bool get useSingleLayer => $_getBF(8);
Implementation
@$pb.TagNumber(9)
set useSingleLayer($core.bool value) => $_setBool(8, value);