Node.js SDK - OutboundStreamOptions

Home > @rainway/native > OutboundStreamOptions

OutboundStreamOptions interface

Options for creating an outbound stream.

Signature:

export interface OutboundStreamOptions 

Properties

PropertyTypeDescription
permissionsRainwayInputLevelInput permissions to grant the remote peer the ability to transmit. By default, no input permissions are granted.
processIds?number[](Optional) The process ids to isolate the stream to. Requires that is RainwayStreamType.AppIsolation.
typeRainwayStreamTypeThe type of the stream to create. This impacts how the stream captures video content. see RainwayStreamType for more information.