I would like to use different network interfaces for signaling and media (WebRTC programming). Suppose I have more that one network interface like one LAN & Other is WiFi or Usb Modem etc. 1. signaling should be happened via LAN. 2. Media (Video/audio) should use the network interface like Wi-Fi or Usb modem.
Could you please suggest how to achieve above scenario in WebRTC application?