Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uphow do you get tcp conn for webRTC #988
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
There is no way to get the underlying TCP connection for an RTCPeerConnection. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, this is not a bug report but just for my knowledge sack. :)
May I know how do you get the tcp conn object from webRTC for a peer connection?
I saw you are not using datachannel but getting the conn object from webRTC.
Is it through RTCPeerConnection.getStats() or something else?
Thanks in advance! ;)