freechat/rtc-server/src/channels.rs
shockrah 185b64d9db Base version of the rtc server
Authorization is required for implementation
So is a proper messaging model to make implementation clean and scalable
For now this serves as a good starting point for the rest of this project
2021-03-22 02:45:54 -07:00

7 lines
110 B
Rust

// The concept of channels here is a bit different from
struct VoiceCollection {
}
struct TextCollection {
}