code wiki / (root) / nx_cli_meet.nx

nx_cli_meet.nx

buildroot/runtime/nx_cli_meet.nx

3781 B112 linesdepth 5pulls 10 transitivereach 0 importersview sourcekind orphan library
docsdependenciesstructsconstsfunctions

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

nx_syscalls_x86_64.nx nx_media_session.nx nx_audio_session.nx nx_chat_ring.nx nx_chat_session.nx nx_cli_meet.nx

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

22struct nx_cli_meet

consts

27const NX_CLI_MEET_BYTES: i64 = 16

functions

29func nx_cli_meet_new(out: *nx_cli_meet,
39func nx_cli_meet_open(m: *nx_cli_meet) -> i64
47func nx_cli_meet_close(m: *nx_cli_meet) -> i64
58func nx_cli_meet_render_chat(m: *nx_cli_meet, fd: i64) -> i64