Differences
Differences between Area Meet Server (meet.aunsw.88.io) and Community Meet Server (meet.quuvoo4ohcequuox.0.88.io)
From console.aunsw.88.io:
- 
meet.aunsw.88.io redirects Area Team members to the standard Greenlight frontend of BigBlueButton. This provides a web UI for creating, managing, and joining persistent meeting rooms.
 - 
meet.quuvoo4ohcequuox.0.88.io provides Community Team members a custom interface. It communicates with the BigBlueButton API to dynamically create meeting rooms, using the information filled on that page.
 - 
Phone Integration is a secondary entry point into meet.quuvoo4ohcequuox.0.88.io. Incoming phone calls can trigger the custom application, which automatically creates or joins a BBB meeting via API and maps the call into that session.
 
Example Flows
meet.aunsw.88.io flow
- User visits console.aunsw.88.io
 - Go to Area Teams -> Area Applications -> meet
 - User is redirected to Greenlight frontend
 - User logs in, creates or joins a meeting
 
meet.quuvoo4ohcequuox.0.88.io flow
- User visits the main page
 - Go to Community Teams -> Phone Services -> Conference Service
 - Filled in the required information
 - Backend creates meeting via BBB API
 - User joins the newly created meeting
 
phone call flow
- Caller dials in via SIP or DID
 - User choose to answer the call via conference meeting
 - Custom backend checks if a meeting exists
 - If none, creates a meeting via BBB API
 - Caller is placed into the meeting automatically