Persistent URLs

These URLs will stay constant for new sessions, even if the database is recreated.

{% if room.has_participant_labels %}

Participant-specific URLs

These URLs contain the labels, so participants don't have to enter their label manually.

{% if collapse_links %} {% endif %}
{% endif %} {% if room.use_secure_urls %} {# then dont use room-wide URL #} {% else %}

Room-wide 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. {% endif %}

{{ room_wide_url }}

{% endif %}