Home > @rainway/native > OutboundStream > permissions
OutboundStream.permissions property
Gets or sets the default permissions granted to peers within this outbound stream. See also OutboundStream.getPeerPermission() which facilities modifying specific peer permissions, overriding this default.
Signature:
get permissions(): RainwayInputLevel;
set permissions(value: RainwayInputLevel);