.NET SDK - OutboundStream.Permissions

OutboundStream.Permissions property

Gets or sets the default permissions granted to peers within this outbound stream.

public InputLevel Permissions { get; set; }

Remarks

See also GetPeerPermission which facilities modifying specific peer permissions, overriding this default.

See Also