apprtc 0.4.0

AppRTC P2P/SFU Server in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![warn(rust_2018_idioms)]
#![allow(dead_code)]

pub mod config;
pub mod dashboard;
pub mod grpc_client;
pub mod grpc_server;
pub mod params;
pub mod room_id;
pub mod room_server;
pub mod sfu_server;
pub mod signaling_server;
pub mod templates;
pub mod tls;
pub mod ws_server;