DataChannelServer
A C++ library for creating WebRTC DataChannel servers.
Classes
server.h File Reference

The server API for creating a DataChannel server and receiving connections. More...

Go to the source code of this file.

Classes

struct  data_channel::DataChannelSettings
 DataChannelSettings specifies the settings for the created DataChannel. More...
 
class  data_channel::Server
 A DataChannel server. More...
 

Detailed Description

The server API for creating a DataChannel server and receiving connections.