open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
194 stars 96 forks source link

Stop a transceiver if its direction is inactive. #286

Closed jianjunz closed 2 years ago

jianjunz commented 2 years ago

It avoids too much resources being used by inactive transceivers. For example, if the app frequently publish a stream and unpublish it, there will be a lot of inactive transceivers.