OutboundStreamOptions class
Options for creating an outbound stream.
public class OutboundStreamOptions
Public Members
| name | description | 
|---|---|
| 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 Typeis AppIsolation. | 
| Type { get; set; } | The type of the stream to create. This impacts how the stream captures video content. | 
See Also
- namespace Rainway.SDK.Options
