@radzor/video-call
WebRTC-based peer-to-peer video calling. Manage local/remote streams, signaling, and call lifecycle.
Install
View source on GitHub →Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| iceServers | RTCIceServer[] | — | ICE server configuration (default: Google STUN servers). |
| signalingUrl | string | — | WebSocket signaling server URL for exchanging offers and answers. |
ICE server configuration (default: Google STUN servers).
WebSocket signaling server URL for exchanging offers and answers.
Outputs
| Name | Type | Description |
|---|---|---|
| localStream | MediaStream |