Open
Bug 1522205
Opened 7 years ago
Updated 3 years ago
Perform ICE local address discovery inside MediaTransportHandlerSTS/IPC
Categories
(Core :: WebRTC: Networking, enhancement, P3)
Core
WebRTC: Networking
Tracking
()
NEW
People
(Reporter: bwc, Unassigned)
Details
Right now we're using an IPC protocol to discover local network interfaces in PeerConnectionMedia, and then passing those to MediaTransportHandler. It probably makes more sense to do that inside MediaTransportHandler, because the subclass might have a better way of doing it (eg; MediaTransportHandlerIPC would just perform the discovery on the socket process).
Updated•7 years ago
|
Rank: 25
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•