Custom URL
- 25 Jan 2022
- 1 Minuto para leer
- Impresión
- OscuroLigero
- PDF
Custom URL
- Actualizado en 25 Jan 2022
- 1 Minuto para leer
- Impresión
- OscuroLigero
- PDF
The content is currently unavailable in Spanish. You are viewing the default English version.
Resumen del artículo
¿Te ha resultado útil este resumen?
Gracias por sus comentarios
Purpose: Change the live URL parameters to include user names as part of the url for starting a new session
After the session pin, append &name= and then the user’s name to the end of the URL. The Live call will receive the name from the URL, update the name input field in the lobby and then remove the name from the URL.
Here are some examples including first name, both names and using initials. (When using a space in the names, we require the space be replaced with ‘%20` to properly encode the URL.
Both names:
http://live.screenmeet.com/?aAJHacxMqvek&name=Bill%20Person
First name and Last initial:
http://live.screenmeet.com/?aAJHacxMqvek&name=Bill%20P
First Name only:
http://live.screenmeet.com/?aAJHacxMqvek&name=Bill
¿Te ha sido útil este artículo?