Skip to content

Setting peerConnection.addTransceiver('audio') and peerConnection.addTransceiver('video') causes communication not working #310

@nolimitdev

Description

@nolimitdev

Setting offerToReceiveAudio:true and offerToReceiveVideo:true before creating offer peerConnection.createOffer() is now deprecated and Safari does not support already it. We need to use new way peerConnection.addTransceiver('audio') and peerConnection.addTransceiver('video') but it breaks communication with opponent which uses AdapterJS. Both sides will only see own local video. Side using AdapterJS fails with error during creating answer. Could it be fixed?

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