obs-studio
obs-studio copied to clipboard
obs-webrtc: Add Trickle ICE
Description
Add Trickle ICE feature to allow ICE negotiation after following Link header for STUN/TURN config
Motivation and Context
Discussed with @Sean-Der in #12863
How Has This Been Tested?
Tested on local setup with nab-os/Omniroom
Types of changes
New feature: sends a SDP Patch containing new ICE Candidates after gathering is done
Checklist:
- [x] My code has been run through clang-format.
- [x] I have read the contributing document.
- [x] My code is not on the master branch.
- [x] The code has been tested.
- [x] All commit messages are properly formatted and commits squashed where appropriate.
- [x] I have included updates to all appropriate documentation.