@@ -1817,41 +1837,41 @@
///// The following lets you set the defaults
// session.webcamonly // true,false
- // session.stereo // 0,1,2,3
+ // session.stereo // 0,1,2,3,4,5
// session.audiobitrate // int in kbps
- // session.view // "xxxx"
- // session.remote
- // session.optimize
- // session.disableOBS
- // session.audio
- // session.video
- // session.forceios
- // session.nocursor
+ // session.view // "xxxx" ; the stream ID or a list of Stream IDs to Connect to. Not the same as &noaudio/&novideo. Set to "" (empty) if you don't wish to connect to any.
+ // session.remote // See docs, but allows for remote stats monitoring and remote focus/zoom control
+ // session.optimize // Whether to optimize invisible scenes in OBS. See docs.vdo.ninja
+ // session.disableOBS // If true, will disable any OBS-specific events/functions.
+ // session.noaudio // False by default, otherwise specify a list [] of stream IDs to allow. Listing none allows no incoming audio streams
+ // session.novideo // False by default, otherwise specify a list [] of stream IDs to allow. Listing none allows no incoming video streams
+ // session.forceios // If true, will allow iOS devices to send H264 video to other guests in a room
+ // session.nocursor // hides the cursor using CSS
// session.codec // default codec; maybe h264 is useful? the default is up to the browser normally
- // session.scale
+ // session.scale // By default, scale is self-optimizing, but you can set a value of 1 to 100 to choose the playback scale of all incoming video streams
// session.bitrate // int in kbps -- you can set the default max target bitrate here
// session.totalRoomBitrate = 500; // int, kbps -- you can set the default quality of the group room here
- // session.height // int
- // session.width // int
- // session.quality // int -- if setting == 0, then than the default resolution will be 1080p, instead of 720p
- // session.sink
- // session.offsetChannel //2 int
+ // session.height // int ; height to publish a video stream at. Will fail if not supported by the camera
+ // session.width // int ; see above
+ // session.quality // int -- if setting == 0, then than the default resolution will be 1080p, instead of 720p60 (q=1) , while q=2 = 360p30.
+ // session.sink // Output device to playback audio to. see the docs
+ // session.offsetChannel // int
// session.audioChannels // int
- // session.security
- // session.framerate // int
- // session.sync
- // session.buffer // int in milliseconds
- // session.roomid // "yyyy"
- // session.scene
- // session.title // "zzzz"
+ // session.security // true to disable the wss connection after the first peer connection is made
+ // session.framerate // int ; publishing frame rate. will fail if camera does not support it.
+ // session.sync // see the docs
+ // session.buffer // int in milliseconds ; see the docs
+ // session.roomid // "yyyy" -- the room name to use. alphanumeric.
+ // session.scene // the scene name. Scene 0, 1, ... 8, or any custom scene name is supported. STRING value. Needed to have a clean view link of a guest stream
+ // session.title // "zzzz" ; sets the title of the browser page.
// session.introOnClean = true; // this will load the page with the webcam selection screen if &push or &room is in the URL; no need to use &webcam.
-
+
-
+