UNPKG

rtc-link

Version:

A library for managing WebRTC connections with multiplexed streams, anti-glare handling, and streamlined data channel setup.

7 lines (6 loc) 180 B
import b4a from "b4a"; export const CHANNEL = { WEBRTC_OFFER: b4a.from("WEBRTC_OFFER"), WEBRTC_ANSWER: b4a.from("WEBRTC_ANSWER"), WEBRTC_ICE: b4a.from("WEBRTC_ICE") };