|
struct DataChannel : Channel, std::enable_shared_from_this<DataChannel> {
|
|
struct DataChannel : Channel, std::enable_shared_from_this<DataChannel> {
|
|
DataChannel(weak_ptr<PeerConnection> pc, uint16_t stream, string label, string protocol,
|
|
DataChannel(weak_ptr<PeerConnection> pc, uint16_t stream, string label, string protocol,
|