Closed SunLnx closed 3 years ago
libdatachannel performs thread-based asynchronous IO. To mimic the JavaScript WebRTC API, the methods never block, and callbacks are called on corresponding events by network threads.
libdatachannel performs thread-based asynchronous IO. To mimic the JavaScript WebRTC API, the methods never block, and callbacks are called on corresponding events by network threads.