Implement a fake ice lite agent Using the ActiveIceControllerInterface, which worked almost 100% with these two changes needed 1) add an OnConnectionUpdated from P2PTransportChannel It wasn't added anywhere (I assume yet) 2) add a set_writable_for_fake_ice_lite to Connection Which allows the FakeIceLiteAgent to make a connection writable when it receives an STUN_BINDING_REQUEST, close enough! And add tests on dtls_ice_integrationtest where we do ice lite rather than full ice, yay! NOTE: more problems found by this tests....these bugs are not fixed but don't shoot the messenger! BUG=webrtc:367395350 Change-Id: I696b187d1eefb211d5b1ec3a8fe3d761c821b2a7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/433420 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46497}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.