You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const fullTitle =title?`${title} - Media over QUIC`:"Media over QUIC";
24
+
const fullDescription =description
25
+
?`Media over QUIC: ${description}`
26
+
:"Media over QUIC is a new live media protocol designed for simplicity and scale. It uses new browser technologies like WebTransport and WebCodecs to deliver media with latency that rivals WebRTC.";
<metaname="description"content={description?`Media over QUIC: ${description}`:"Media over QUIC is a new live media protocol designed for simplicity and scale. It uses new browser technologies like WebTransport and WebCodecs to deliver media (and arbitrary data) with latency that rivals WebRTC. It is being standardized by the IETF."} />
0 commit comments