WebRTC
Configuration Block Reference
Cfg.VidMeet = {
Enabled = true,
-- ICE Server type: "cloudflare" | "manual"
IceServer = "manual",
Cloudflare = {
TokenID = "",
ApiToken = "",
TTL = 86400
},
ManualIceServers = {
{ urls = "stun:stun.cloudflare.com:3478" },
{ urls = "stun:stun.l.google.com:19302" },
-- ...
}
}Key
Type
Default
Description
ICE Server Modes
Mode 1: "manual" (Default)
"manual" (Default)Mode 2: "cloudflare" (Recommended for Production)
"cloudflare" (Recommended for Production)Setting Up Cloudflare TURN Server (Step-by-Step)
TTL (Credential Lifetime)
TTL Value
Duration
Recommendation
STUN vs TURN β What's the Difference?
Protocol
Purpose
Required when
Troubleshooting
Symptom
Likely Cause
Fix
Last updated