assignSelfAsClientSubscriber property
Assign self (the user creating the stream) as a client subscriber (this would allow client users to also create a stream)
Implementation
@$pb.TagNumber(81)
$core.bool get assignSelfAsClientSubscriber => $_getBF(8);
Implementation
@$pb.TagNumber(81)
set assignSelfAsClientSubscriber($core.bool value) => $_setBool(8, value);