open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
384 stars 180 forks source link

Implement support for request batching and hangups in the OWT layer #748

Closed sambasevam closed 2 months ago

sambasevam commented 2 months ago

This PR adds support for batched new stream requests and hangups. The goal of supporting batching in the OWT layer is to avoid calling DrainPendingStreams() every time for N streams. Instead, we'll make one single call per batch of requests/hangups.

sambasevam commented 2 months ago

Wrong repo