Skip to content

TypeError: parts[2] is undefined on Firefox #29

@oanguenot

Description

@oanguenot

Hi,

When testing simpleWebRTC (open source version 3.1.0) but used with adapter.js 7.0.1, I encounter the following error when having a video between Chrome and Firefox (on Firefox side):

var candidate = {
foundation: parts[0],
component: parts[1],
protocol: parts[2].toLowerCase(), // TypeError: parts[2] is undefined
priority: parts[3],
ip: parts[4],
port: parts[5],
// skip parts[6] == 'typ'
type: parts[7],
generation: '0'
};

Despite this issue, there is no problem with the video.

Thanks in advance,
Regards,
Olivier

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions