Customize meeting join links
Users can customize the join links with additional parameters to set their preferences while joining calls. This can be useful for users who frequently join certain meetings. They can bookmark the join links with specific preferences. Listed below are the additional parameters supported in this version:
Parameter | Description | Values | Examples |
mode |
Use this parameter to specify the way a user can join the meeting:
Default option is 'audioVideo'. |
|
|
name |
If the user is not signed in, their display name will be automatically set to the name provided in this parameter. Web app will not prompt the user to enter their name. If the user is signed in, their name will not be changed by this parameter. However they can change the name from the UI or sign in with a different user ID and password before joining a call. |
any URL encoded string | &name=Sally%20wood |
audioMuted |
Users can change this setting in the UI after joining the call. |
|
|
videoDisabled |
Users can change this setting in the UI after joining the call. |
|
|
skipJoinOptions |
If true, and if the name has been stored in the browser, or if the user has signed in, or if the "name" parameter is specified in the link, then the user will join call skipping the Join options screen. If false, the user will be taken to the Join options screen where they can optionally change their name or sign in. |
|
|
Example: User wants to set the meeting join name as "Sally" and automatically mute their audio while joining a meeting:
- Copy the join link: https://example.com/meeting/059893656?secret=zv9LGLqbZ0DiCo_86haJag
- Edit the link to add the extra parameters "&name=Sally" and "&audioMuted" to the link:
https://example.com/meeting/059893656?secret=zv9LGLqbZ0DiCo_86haJag&name=Sally&audioMuted=true