supportedBrowser()
supportedBrowser
Returns information about the current browser and its supported Daily features.
Returns an object with the following properties:
Property | Type | Example |
---|---|---|
mobile | boolean | false |
name | string | "Chrome" |
supported | boolean | true |
supportsScreenShare | boolean | true |
supportsSfu | boolean | true |
version | string | "83.0.4103.97" |
Learn more about Daily's supported browsers here.