NorskDuplex.webRtcBrowser() method
Playback audio/video via webrtc to a browser, and accept audio/video input from a browser. The browser client must conform to a custom protocol as implemented in the hosted test page. (Available from WebRTCBrowserNode.playerUrl For general WebRTC ingest prefer the WHIP input node, and for egest to a downstream media server use the WHIP output node. For browser egest (e.g. stream preview) use the WHEP output node.
Signature:
webRtcBrowser(settings: WebRTCBrowserSettings): Promise<WebRTCBrowserNode>;
Parameters
Find Examples
Search for examples using webRtcBrowser in our examples repo.