Support RFC 7635 (TURN OAuth)
Categories
(Core :: WebRTC: Networking, enhancement, P3)
Tracking
()
backlog | webrtc/webaudio+ |
People
(Reporter: mreavy, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: dev-doc-needed)
Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Comment 2•8 years ago
|
||
I want to implement this feature..
To make it happen am I correct that I need
- Add two new STUN attribute(THIRD-PARTY-AUTHORIZATION, ACCESS-TOKEN) for the token and some logic to handle properly OAuth negotiation with turn server in nICEr.
- Extend nicerctx mtransport wrapper the NrIceTurnServer class and some logic in ToNicerTurnStruct function and in SetTurnServers function.
- Some changes in peerconnection.jsm in validation
Am I missed any other place where I should make changes?
Thanks
Comment 4•6 years ago
|
||
Byron, do you think you can give directions to Misi developing that feature?
Comment 5•6 years ago
|
||
That seems like the right approach to me, although you will also need to update testing/web-platform/meta/webrtc/RTCConfiguration-iceServers.html.ini to stop expecting failures on some of the test-cases.
Updated•6 years ago
|
I have a working Prof of Concept code, that Authenticated successfully against coTURN server and relayed media traffic.
There is a bug on coTURN side that I need to fix.
I will clean the code and submit for a review hopefully in this month..
Many thanks for the help and guidance to Alex & Byron
Comment 7•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:bwc, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•