Media/WebRTC/WebRTCE10S/NetworkProxyInterface
< Media | WebRTC | WebRTCE10S
Jump to navigation
Jump to search
Network Proxy Interfaces for WebRTC E10S Split
Address Enumeration
EnumerateInterfaces()
Returns a sequence of:
{
string name;
PRNetAddr address;
InterfaceType type;
}
enum InterfaceType { Local, Wired, WiFi, Mobile, Virtual };