nx_cli_meet.nx
buildroot/runtime/nx_cli_meet.nx
about
nx_cli_meet.nx -- terminal-only conferencing consumer.
Audio + chat composed into a CLI-friendly bundle. No video.
Designed to run from `ssh elderwesto@nishifamily.com` and let the
operator drop into an audio + text channel without a browser.
Same OOP pattern as nx_call but simpler -- no per-call peer
tracking, just a session pair the caller can poll.
dependencies 5 imports · 0 importers
imports: nx_syscalls_x86_64.nxnx_media_session.nxnx_audio_session.nxnx_chat_ring.nxnx_chat_session.nx
imported by: nobody (leaf or entry point)
structs
| 22 | struct nx_cli_meet |
consts
| 27 | const NX_CLI_MEET_BYTES: i64 = 16 |
functions
| 29 | func nx_cli_meet_new(out: *nx_cli_meet, |
| 39 | func nx_cli_meet_open(m: *nx_cli_meet) -> i64 calls 1: nx_media_session_open |
| 47 | func nx_cli_meet_close(m: *nx_cli_meet) -> i64 calls 1: nx_media_session_close |
| 58 | func nx_cli_meet_render_chat(m: *nx_cli_meet, fd: i64) -> i64 |