openmeet-terminal 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/index.js +2201 -163
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,12 +6,12 @@ No browser needed. Just your terminal, a mic, and speakers.
|
|
|
6
6
|
|
|
7
7
|
```
|
|
8
8
|
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
9
|
-
│ OpenMeet | Room: 123 | 3p ↑66k ↓27k | RTT:0ms Loss:0% | ● │
|
|
9
|
+
│ OpenMeet v0.1.2 | Room: 123 | 3p ↑66k ↓27k | RTT:0ms Loss:0% | ● │
|
|
10
10
|
│──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│
|
|
11
11
|
│ Participants: │
|
|
12
12
|
│ ○ 🥝 (you) ░░░░░░░░░░░░░░░░░░░░ │
|
|
13
|
-
│ ○ > 🥸 [muted]
|
|
14
|
-
│ ○ 👽
|
|
13
|
+
│ ○ > 🥸 [muted] vol:100% ↓64k ~45ms ░░░░░░░░░░░░░░░░░░░░ │
|
|
14
|
+
│ ○ 👽 vol:100% ↓32k ~38ms ░░░░░░░░░░░░░░░░░░░░ │
|
|
15
15
|
│──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│
|
|
16
16
|
│ │ Room Log in room: 13s │
|
|
17
17
|
│ │ │
|
|
@@ -38,7 +38,7 @@ No browser needed. Just your terminal, a mic, and speakers.
|
|
|
38
38
|
- **Device selection** — pick your mic and speakers, with a built-in audio test step
|
|
39
39
|
- **Per-participant volume** — adjust volume for each remote peer independently
|
|
40
40
|
- **Speaking indicators** — see who's talking with live VU meters
|
|
41
|
-
- **Connection stats** — real-time bitrate, RTT,
|
|
41
|
+
- **Connection stats** — real-time bitrate, RTT, packet loss, and estimated per-peer latency display
|
|
42
42
|
- **Room management** — create new rooms or join existing ones by room code
|
|
43
43
|
- **Emoji identities** — auto-assigned persistent emoji username (e.g., 🐶, 🦊, 🐸)
|
|
44
44
|
- **Cross-platform** — works on macOS and Linux
|