EricssonResearch / EricssonResearch/openwebrtc
Add support for TURN TLS
Open
- Dominant language
- C
- Stars
- 1.8k
- Forks
- 531
- PR merge metrics
- No merged PRs in 30d
Description
As in the title.
We could add a `useTLS` parameter to `owr_transport_agent_add_helper_server` but that would suggest symmetry across all helper server types. That said, username and password are only for turn.
Another alternative is to add another `OwrHelperServerType` for TURN TLS. Libnice doesn't appear to support STUN TLS and I'm not really sure how useful that is anyway.
Contributor guide
Assessment
This issue has not been assessed yet.