You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: