UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

9 lines (8 loc) 221 B
/** * Helper functions needed to get information about environment */ export declare class EnvHelper { static getBrowserInfo(): string; static getFullUserAgent(): string; static getPlatformInfo(): string; }