WebRTCClient instance. This is the main entry point of the SDK.
Signature
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
config | WebRTCClientConfig | Configuration object for the client | Yes |
Returns
Promise<WebRTCClient> — a configured client instance ready to connect and make calls.
Example
With Custom ICE Servers
More Information
- WebRTCClientConfig — configuration object reference
- checkWebRTCSupport — verify browser compatibility before creating a client