HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Web SDK - CreateStreamOptions

Home > @rainway/web > CreateStreamOptions

CreateStreamOptions interface

Signature:

export interface CreateStreamOptions 

Properties

PropertyTypeDescription
permissionsInputLevelThe level of input to request control over for the remote stream.
streamFit?StreamFit(Optional) Control how the stream container fits isolated apps. Ignored if the stream is not using app isolation.- IsolatedApps makes the stream fit only the bounding rectangle of all windows belonging to the isolated app. The stream picture might grow and shrink as this rectangle changes. This is the default setting.- FullDesktop makes the entire desktop always be streamed, even in the App Isolation capture mode. This might cause the stream container to have a large border of empty space around the isolated app.