Expand description
Medea media server.
Modules§
- api
- API implementations provided by application.
- conf
- Provides application configuration options.
- log
- Provides logging utilities, used by application.
- media
- Representations of media and media connection establishment objects.
- shutdown
- Graceful shutdown implementation.
- signalling
- WebRTC signalling related implementations.
- turn
- TURN server managing implementation.
- utils
- Helper utils used in project.
Macros§
- actix_
try ?
analog but for the functions which will return boxedActorFuture
.- hashmap
- Creates new
HashMap
from a list of key-value pairs. - hashset
- Creates new
HashSet
from a list of values. - impl_
debug_ by_ struct_ name - Generates
Debug
implementation for a provided structure with name of this structure.
Structs§
- AppContext
- Global application context.