GetStream / stream-video-android

📲 Android Video SDK. Stream's versatile Core + Compose UI component libraries that allow you to build video calling, audio room, and, live streaming apps based on Webrtc running on Stream's global edge network.
https://getstream.io/video/docs/android
Other
388 stars 40 forks source link

Make CallService sounds thread-safe #1201

Closed liviu-timar closed 1 month ago

liviu-timar commented 1 month ago

🎯 Goal

Make sound-related operations thread safe in CallService to avoid race conditions related to object instantiation, playing/stopping sounds and cleaning resources.

🛠 Implementation details