GetStream / stream-video-js

GetStream JavaScript Video SDK
https://getstream.io/video/sdk/
Other
66 stars 22 forks source link

fix: workaround for samsung device ringtone quirks #1362

Closed santhoshvai closed 4 months ago

santhoshvai commented 4 months ago

Problem: Some custom ROMs and some Samsung Android 11 devices have quirks around accessing the default ringtone.

Solution: Copy the workaround from Signal app by getting it via reflection. And catch it incase its null due to DRM issues.