Browser SDK Guides
The SignalWire Browser SDK is a JavaScript library that enables WebRTC-based voice, video, and chat applications directly in web browsers. Built on WebSocket architecture, it provides real-time communication capabilities without plugins or downloads.
Great guides to get you started
Video Guides
Getting Started with the SignalWire Video SDK
Learn how to build a video conferencing application using the SignalWire Browser SDK.
Zoom like application
Learn how to build a Zoom clone application using the SignalWire Browser SDK.
Chat Guides
How the Browser SDK Works
The SDK operates through WebSocket connections that handle both method calls and real-time events.
When you call methods like join() or publish(), the SDK sends requests and returns promises.
Simultaneously, you can listen for real-time events like new members joining or messages arriving using the .on() method.