# Fosscord-media
A Fosscord media (voice and video) server
## Installation### Prerequisites- Install the [libdatachannel](https://github.com/paullouisageneau/libdatachannel) library
- Install the [libmongocxx](http://mongocxx.org/mongocxx-v3/installation/) driver and its requirements
### Building```bash
$cmake
$cdbuild
$make
```