Meeting Moovaz - API Access

🔒 Security Notice

Session creation UI has been removed for security.

Meeting sessions must now be created via API to ensure proper authentication and security.

📡 API Documentation

Create Meeting Session

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 Session Details

GET /api/sessions/{sessionId}
Headers:
  X-API-Token: your-api-key

End Session

DELETE /api/sessions/{sessionId}
Headers:
  X-API-Token: your-api-key

🔗 Anonymous Participant Access

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

đŸ›Ąī¸ Admin Access

Super administrators can access the platform management dashboard:

Requires @gnb.tech Microsoft authentication

â„šī¸ About Meeting Moovaz

Secure WebRTC screen sharing platform for sales presentations and customer demos.

📞 Support

For API access or technical support: