Session creation UI has been removed for security.
Meeting sessions must now be created via API to ensure proper authentication and security.
POST /api/sessions
Headers:
X-API-Token: your-api-key
Content-Type: application/json
Body:
{
"ttlMinutes": 120,
"maxViewers": 50,
"purpose": "sales-demo"
}
Response:
{
"sessionId": "abc123def456",
"joinLink": "https://meeting.moovaz.co.uk/join.html?session=abc123def456"
}
GET /api/sessions/{sessionId}
Headers:
X-API-Token: your-api-key
DELETE /api/sessions/{sessionId}
Headers:
X-API-Token: your-api-key
Participants can join sessions anonymously using join links:
Format: https://meeting.moovaz.co.uk/join.html?session={sessionId}
Example: https://meeting.moovaz.co.uk/join.html?session=demo123
Super administrators can access the platform management dashboard:
Requires @gnb.tech Microsoft authentication
Secure WebRTC screen sharing platform for sales presentations and customer demos.
For API access or technical support: