Interface DeviceInfo

Device information for latency and connection analytics

interface DeviceInfo {
    browser_name: string;
    manufacturer: string;
    mobile: boolean;
    os_name: string;
    useragent: string;
}

Properties

browser_name: string

Browser name (e.g. "Chrome", "Safari", "Firefox")

manufacturer: string

Device manufacturer (e.g. "Apple", "Samsung")

mobile: boolean

Whether the device is mobile

os_name: string

Operating system name (e.g. "Windows", "iOS", "Android")

useragent: string

Raw user agent string