Web SDK - JoinStreamOptions.streamFit

Home > @rainway/web > JoinStreamOptions > streamFit

JoinStreamOptions.streamFit property

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.

Signature:

streamFit?: StreamFit;