Video parameters allow you to have more control over your video meeting by adding URL parameters to the embed video link.
These parameters are:
noVideo: This option allows you to have a video-less meeting URL for a video meeting.
autoplay: This will enable autoplay on embedded videos (AutoPlay is currently available on Desktop devices only).
muted: This allows you to mute the embedded video by default.
"noVideo" Parameter
For a video-less URL, add ?noVideo=true
to your main meeting URL.
URL with video:
http://meet.ps/yourmeeting
โ
Without video:
http://meet.ps/yourmeeting?noVideo=1
"autoplay" Parameter
to enable autoplay for your embedded video, you can add ?autoplay=1
to your embedded video URL,
https://www.youtube.com/watch?v=5F6f2fRUot4?autoplay=1
"muted" Parameter
To mute embedded videos by default, you can add ?mute=1
to your embedded video URL.
https://www.youtube.com/watch?v=5F6f2fRUot4?muted=1
You can also combine more than one video parameter in your video URL:
https://www.youtube.com/watch?v=5F6f2fRUot4?mute=1&autoplay=1