Crate medea

Source
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 boxed ActorFuture.
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.