Files
voice-cat/core/src/session/session.cpp

9 lines
217 B
C++
Raw Normal View History

#include "session/session.h"
namespace voicecat::session {
// M0 stub. Channel tree, users, streams, permissions, and ephemeral text relay land in M1.
// See docs/protocol.md §5.
} // namespace voicecat::session