mediasoup-sys 0.3.2

FFI bindings to C++ libmediasoup-worker
Documentation
1
2
3
4
5
6
7
8
9
10
11
#ifndef MS_DEP_LIBWEBRTC_HPP
#define MS_DEP_LIBWEBRTC_HPP

class DepLibWebRTC
{
public:
	static void ClassInit();
	static void ClassDestroy();
};

#endif