.NET SDK - OutboundStreamOptions

OutboundStreamOptions class

Options for creating an outbound stream.

public class OutboundStreamOptions

Public Members

namedescription
OutboundStreamOptions()The default constructor.
Permissions { get; set; }Input permissions to grant the remote peer the ability to transmit.
ProcessIds { get; set; }The process ids to isolate the stream to. Requires that Type is AppIsolation.
Type { get; set; }The type of the stream to create. This impacts how the stream captures video content.

See Also