diff --git a/src/content/docs/stream/webrtc-beta.mdx b/src/content/docs/stream/webrtc-beta.mdx index f3c3a88e5cc0b2c..eff805f8d5663c6 100644 --- a/src/content/docs/stream/webrtc-beta.mdx +++ b/src/content/docs/stream/webrtc-beta.mdx @@ -62,7 +62,7 @@ const client = new WHIPClient(url, videoElement); Once the creator grants permission to their camera and microphone, live video and audio will automatically start being streamed to Cloudflare, using WebRTC. -You can also use this URL with any client that supports the [WebRTC-HTTP ingestion protocol (WHIP)](https://www.ietf.org/id/draft-ietf-wish-whip-06.html). See [supported WHIP clients](#supported-whip-and-whep-clients) for a list of clients we have tested and confirmed compatibility with Cloudflare Stream. +You can also use this URL with any client that supports the [WebRTC-HTTP ingestion protocol (WHIP)](https://www.ietf.org/archive/id/draft-ietf-wish-whip-16.html). See [supported WHIP clients](#supported-whip-and-whep-clients) for a list of clients we have tested and confirmed compatibility with Cloudflare Stream. ## Step 3: Play live video using WHEP @@ -123,7 +123,7 @@ As more WHIP and WHEP clients are published, we are committed to supporting them ## Conformance with WHIP and WHEP specifications -Cloudflare Stream fully supports all aspects of the [WHIP](https://www.ietf.org/id/draft-ietf-wish-whip-06.html) and [WHEP](https://www.ietf.org/archive/id/draft-murillo-whep-01.html) specifications, including: +Cloudflare Stream fully supports all aspects of the [WHIP](https://www.ietf.org/archive/id/draft-ietf-wish-whip-16.html) and [WHEP](https://www.ietf.org/archive/id/draft-murillo-whep-01.html) specifications, including: * [Trickle ICE](https://datatracker.ietf.org/doc/rfc8838/) * [Server and client offer modes](https://www.ietf.org/archive/id/draft-murillo-whep-01.html#section-3) for WHEP