WebRTC-Experiment icon indicating copy to clipboard operation
WebRTC-Experiment copied to clipboard

How can we control which port(s) will be used to create peer to peer connection in WebRTC?

Open iamsagarvarma opened this issue 3 years ago • 1 comments

0

I have created an application that uses WebRTC and does the screen and audio sharing. It is purely a front-end application written mainly in javascript.

Now the concern that has been brought to us by users is, they need a list of specific ports that'll be used to create the peer-to-peer connection.

While debugging the application, I see different ports each time for establishing the connection between peers.

Is there any way I can control the port which will be used to create an offer / establish the connection?

Any help will be really appreciated.

iamsagarvarma avatar Apr 23 '21 07:04 iamsagarvarma

Ok

TheMapotakes avatar May 29 '21 16:05 TheMapotakes