Skip to content

Why does ICE connection fail in a multi-network card environment? #907

@CHU295

Description

@CHU295

During testing, I found that SIP on a computer with a single network card works normally. However, on a computer with multiple network cards, many ICE Candidates will be generated. Although some of the Candidates in the middle are available, in the end, all connections fail, resulting in unavailable services.
Thought completed.
this is my code. thank you everyone.

          mediaConstraints: { audio: true, video: false },
          pcConfig: {
            iceServers: [{ urls: 'stun:stun.l.google.com:19302' }],
          },
        });
Image

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