NorskInput.whip() method

Receive media via WebRTC via the WHIP standard.

Here Norsk acts as the Media Server receiving from a remote WHIP client, to act as the WHIP client sending to a remote media server see NorskOutput.whip(). For a duplex connection to a browser peer see NorskDuplex.webRtcBrowser().

Signature:

whip(settings: WhipInputSettings): Promise<WhipInputNode>;

Parameters

Parameter Type Description

settings

WhipInputSettings

Configuration for the WHIP input

Returns:

Promise<WhipInputNode>

Find Examples

Search for examples using whip in our examples repo.