Home > @rainway/web > StreamType
StreamType enum
The type of the stream (full desktop, app isolation, or byofb).
Signature:
export declare enum StreamType
Enumeration Members
Member | Value | Description |
---|---|---|
AppIsolation | 2 | |
Byofb | 3 | |
FullDesktop | 1 | |
Unknown | 0 |