{% extends "base.html" %} {% block title %}Join Meeting - MeetFlow{% endblock %} {% block content %}

Join a Meeting

Enter your meeting ID to join an existing meeting

Meeting IDs are typically 10 characters long
{% if not current_user.is_authenticated %}
You need to sign in before joining a meeting.
{% else %}
{% endif %}
Quick Tips
Your microphone will be muted by default when joining
Make sure your camera and microphone permissions are enabled
Use headphones for better audio quality
{% endblock %} {% block extra_scripts %} {% endblock %}