You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -130,7 +130,7 @@ Live, interactive meetings with two-way audio and video.
130
130
Visit [atria.gg](https://atria.gg) to try the platform with multi-platform streaming, or check out the [installation guide](https://docs.atria.gg/docs/getting-started/installation) to self-host your own instance.
We're excited to announce **Atria v0.3.0**, bringing embedded video conferencing to your events with Jitsi (JaaS) integration! This release also adds flexible external platform linking, bringing Atria's total streaming options to five platforms.
9
+
10
+
<!-- truncate -->
11
+
12
+
## What's New in v0.3.0
13
+
14
+
### Added
15
+
16
+
**Jitsi (JaaS) Integration**
17
+
- Embedded video conferencing directly within Atria - the only platform that keeps attendees fully in your event experience
18
+
- BYOA (Bring Your Own Account) model with JaaS credentials
19
+
- Per-user JWT authentication with automatic token generation
20
+
- Role-based moderator permissions tied to Atria event roles:
21
+
-**Admin/Organizer** = Moderator (recording, livestreaming, file upload, kick/mute)
Visit [atria.gg](https://atria.gg) to try the platform with all five streaming options, or check out the [installation guide](https://docs.atria.gg/docs/getting-started/installation) to self-host your own instance.
-[Streaming Overview](../video-streaming/streaming-overview) - Compare all streaming platforms
321
+
-[Video Platforms Overview](../video-streaming/platforms-overview) - Compare all platforms
310
322
-[Mux Documentation](https://docs.mux.com/) - Official Mux docs
311
323
312
324
---
313
325
326
+
## Jitsi (JaaS) Credentials
327
+
328
+
If you plan to use [Jitsi embedded conferencing](../video-streaming/jitsi-meetings) for interactive video sessions, you'll need to configure your organization's JaaS (Jitsi as a Service) credentials.
329
+
330
+
### What is Jitsi (JaaS)?
331
+
332
+
Jitsi as a Service (JaaS) provides:
333
+
-**Embedded video conferencing** - Meetings embedded directly in Atria (unlike Zoom)
334
+
-**Per-user authentication** - Unique JWT tokens for each attendee
335
+
-**Role-based moderator controls** - Admins/Organizers get recording and livestreaming capabilities
336
+
-**Bring Your Own Account (BYOA)** - Use your own JaaS account and credentials
337
+
338
+
:::note When Do You Need This?
339
+
You only need JaaS credentials if you plan to use **Jitsi** for embedded conferencing. Vimeo, Mux, Zoom, and Other don't require JaaS credentials.
340
+
:::
341
+
342
+
### Setting Up JaaS Credentials
343
+
344
+
**Prerequisites:**
345
+
- A JaaS account at [jaas.8x8.vc](https://jaas.8x8.vc)
346
+
- Organization Owner or Admin role in Atria
347
+
348
+
**Step 1: Get Your JaaS Credentials**
349
+
350
+
Log into your [JaaS Dashboard](https://jaas.8x8.vc):
351
+
352
+
1.**Get your App ID:**
353
+
- Found on your JaaS dashboard
354
+
- Format: `vpaas-magic-cookie-xxxxxxxxxxxxx`
355
+
- This is your JaaS application identifier
356
+
357
+
2.**Get your API Key ID:**
358
+
- Go to **API Keys** section
359
+
- Create a new API key or select existing
360
+
- Copy the **Key ID** (this is the "kid" for JWT tokens)
361
+
362
+
3.**Get your Private Key:**
363
+
- When creating an API key, download the RSA private key
364
+
- This is a PEM-encoded file starting with `-----BEGIN RSA PRIVATE KEY-----`
365
+
- Save it securely - you can't retrieve it later!
366
+
367
+
**Step 2: Add Credentials to Atria**
368
+
369
+
1. Go to your **Organization Dashboard**
370
+
2. Click the **dropdown chevron** (▼) in the header to expand settings
371
+
3. Find the **Jitsi Video Conferencing (JaaS)** card
372
+
4. Click **"Add Credentials"** (or **"Update Credentials"** if already configured)
0 commit comments