Skip to content

Cannot integrate Data Channels #172

@jaswant-iotric

Description

@jaswant-iotric

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions