These URLs will stay constant for new sessions, even if the database is recreated.
{% if room.has_participant_labels %}These URLs contain the labels, so participants don't have to enter their label manually.
{{ participant_url }} |
Here is the room-wide URL anyone can use. {% if room.has_participant_labels %} Users will be prompted to enter their participant label, which will be validated against your participant_label_file. {% else %} Don't use this link when testing in multiple tabs on the same browser, because all tabs will be assigned to the same participant, using a cookie. {% endif %}
{% endif %}