-
Notifications
You must be signed in to change notification settings - Fork 5.7k
AppRTC URL parameter guide
KaptenJansson edited this page Dec 19, 2014
·
19 revisions
This page contains URL parameters that control certain features in WebRTC and AppRTC.
Use a query string to apply the parameters.
Example: https://apprtc.appspot.com/?r=123133&hd=true
-
r=roomNamespecify room name. -
hd=true/falsetoggles HD (1280x720).
-
stereo=true/falsetoggles stereo audio input. (currently only sets the SDP, see issue x) -
opusfec=true/falsetoggles forward error correction for the OPUS codec. -
opusmaxpbr=bitratesets the max send bitrate for audio. -
asc=codecnamesets the specified codec as send audio codec. -
arc=codecnamesets the specified codec as receive audio codec. -
asbr=bitratelimits the send bitrate to the specified value. -
arbr=bitratelimits the receive bitrate to the specified value
-
vsbr=bitratelimits the send bitrate. -
vrbr=bitratelimits the receive bitrate. -
vsibr=bitratesets the initial send bitrate.
-
dtls=true/falsetoggles DTLS -
dscp=true/falsetoggles dscp -
ipv6=true/falsetoggles ipv6 candidates
-
ssr=true/falsetoggles stereoscopic rendering. Expects remote video to be a side-by-side view of two cameras' captures, which will each be fed to one eye.
Constraints can also be passed directly as URL parameters simply by adding audio/video=<constraint1>,<constraint2>.
Examples:
https://apprtc.appspot.com/?audio=echoCancellation=falsehttps://apprtc.appspot.com/?video=maxWidth=1280, maxHeight=720