ring_initiate_whep_stream
Start a live WebRTC video stream from a Ring camera by submitting its device ID and a client SDP offer. Use this to establish a real-time WHEP session for viewing live footage.
Instructions
Start a live WebRTC WHEP video streaming session with a Ring camera by ID or name and exchanging a client SDP offer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | The unique Ring device ID to establish a live WebRTC video stream with | |
| sdpOffer | Yes | The standard WebRTC SDP offer string generated by the client RTCPeerConnection |