datachannel-sys 0.21.2

Native bindings to libdatachannel.
1
2
3
4
5
6
7
8
9
#ifndef RTC_VERSION_H
#define RTC_VERSION_H

#define RTC_VERSION_MAJOR 0
#define RTC_VERSION_MINOR 21
#define RTC_VERSION_PATCH 2
#define RTC_VERSION "0.21.2"

#endif