UNPKG

@msquared/pixel-streaming-client

Version:

Browser client for viewing pixel-streamed content from MSquared events

12 lines 357 B
type BrowserSupport = { browserName: string; browserVersion: number; osName: string; deviceModel: string; deviceType: string; ubitusSupported: boolean; geforceSupported: boolean; }; export declare function getStreamCompat(skipBrowserSupportChecks?: boolean): BrowserSupport; export {}; //# sourceMappingURL=compatibility.d.ts.map