Scrypted Documentation / RTCSignalingChannel
Interface: RTCSignalingChannel
An inflexible RTC Signaling channel, typically a vendor, like Nest or Ring. They generally can only handle either offer or answer, but not both. Usually has strict requirements and expectations on client setup.
Methods
startRTCSignalingSession()
startRTCSignalingSession(
session):Promise<undefined|RTCSessionControl>
Parameters
• session: RTCSignalingSession
Returns
Promise<undefined | RTCSessionControl>
