Checks whether the current browser supports Click To Call. Call this function before creating a client to verify that all required browser APIs are available.Documentation Index
Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Parameters
None.Returns
{ supported: boolean; missing: string[] }
| Property | Type | Description |
|---|---|---|
supported | boolean | true if the browser supports all required WebRTC APIs. |
missing | string[] | List of missing browser features, if any. |
Example
More Information
- createWebRTCClient — create a client after verifying browser support