-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Description
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);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels