Skip to main content
Category: Display · Displays: a WebRTC stream · Pairs with: WebRTC Camera

Mental model

A WebRTC Viewer is a live monitor. It plays a real-time video stream published by a WebRTC Camera — low-latency, peer-to-peer.

When to use it

  • Watch a live camera feed on a dashboard
  • Monitoring, inspection, surveillance views

Settings

General

  • Widget Title / ID
  • Camera ID · Room name — must match the publishing camera
  • Server URL — signaling server
  • Auto connect · enable audio

Triggers

loaded, error, plus common events.

Script API example

The same interactions from a dashboard script:
widget.on('feed', 'loaded', () => widget.setText('feedStatus', 'Live'));
widget.on('feed', 'error',  () => widget.setText('feedStatus', 'Stream error'));

WebRTC Camera

The publishing side.