OpenVidu / openvidu-tutorials

OpenVidu tutorials to get started
http://openvidu.io/tutorials
Apache License 2.0
228 stars 255 forks source link

Cannot integrate Data Channels #172

Open jaswant-iotric opened 2 years ago

jaswant-iotric commented 2 years ago

When creating data channel, it goes to closing and then closed state. Connecting, connected state is never logged.

setupDataChannel(localPeerConnection); MediaConstraints sdpConstraints = new MediaConstraints(); sdpConstraints.mandatory.add(new MediaConstraints.KeyValuePair("offerToReceiveAudio", "true")); sdpConstraints.mandatory.add(new MediaConstraints.KeyValuePair("offerToReceiveVideo", "true")); session.createLocalOffer(sdpConstraints);