Closed dbotha closed 4 years ago
Hi Deon,
Out-of-band Data Channels are not supported for now but they would be a good enhancement to match the browser API.
Thanks Paul-Louis!
Out-of-band negotiated Data Channels are added to the C++ and C API in https://github.com/paullouisageneau/libdatachannel/pull/245
Hi Paul-Louis,
Using webrtc in the browser I am able to pass a
negotiated: true
flag to the RTCPeerConnection.createDataChannel function which allows me to explicitly create the desired RTCDataChannel's on both sides.Are such out of band negotiated DataChannels supported by libdatachannel or does the answering side always need to listen for channels created by the offerer like so:
Only Offerer
Only Answerer
Kind regards,
Deon