isBrowserSupported
function isBrowserSupported(detect): boolean;
Detects weather the current browser is supported
The detection logic based on webrtc-adapter library, which will return browser name or Not a browser. or Not a supported browser. message.
Parameters
| Parameter | Type | Default value |
|---|---|---|
detect | (__namedParameters) => BrowserDetails | detectBrowser |
Returns
boolean