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.

Signature:

webRtcBrowser(settings: WebRTCBrowserSettings): Promise<WebRTCBrowserNode>;

Parameters

Parameter Type Description

settings

WebRTCBrowserSettings

Options for the webrtc node

Returns:

Find Examples