A helper class to store the user device type and other profile related information.

Accessors

Constructors

Properties

clientLanguage: string = window.navigator.language

The client language. This is the language of the browser.

debugMode: boolean = false

Whether the debug mode is enabled. This is enabled by adding the debug=true query parameter to the URL.

isDesktop: boolean

Whether the user is using a desktop device.

muteByDefault: boolean = false

Whether the user is muted by default.

urlSearchParams: URLSearchParams

The URL search parameters from the current window location.