Skip to content

Description of RTCIceTransport.start method #607

@lgrahl

Description

@lgrahl

I have a few questions regarding the RTCIceTransport.start method:

When start() is called again, RTCIceTransportState transitions to the connected state

What if the current state is new, checking or failed? connected wouldn't make sense then, right?

If a newly constructed RTCIceGatherer object is passed as an argument when start() is called again, an ICE restart as defined in [RFC5245] Section 9.2.1.1 occurs.

OK. But what is supposed to happen in case start() is called for the first time and the RTCIceGatherer instance is different to the one the RTCIceTransport instance has been created with?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions