Skip to content

AddICECandidate might not verify ufrag #2511

@jech

Description

@jech

Quoting https://w3c.github.io/webrtc-pc/#dom-peerconnection-addicecandidate:

  1. If candidate.usernameFragment is not null, and is not equal to any username fragment present in the corresponding media description of an applied remote description, return a promise rejected with a newly created OperationError.

However, I cannot find the place in the Pion code where we check that that ufrag matches the SDP, so I suspect that we're wrongly accepting candidates from the wrong generation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions