How to use different network interface for signaling & media in WebRTC app?

648 views Asked by At

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?

0

There are 0 answers