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

Add User-Agent with the App Data #1192

Open JcMinarro opened 1 month ago

JcMinarro commented 1 month ago

🎯 Goal

Include a custom User-Agent to any HTTP Call our SDK does. The User-Agent will looks like:

"User-Agent:Stream Video Calls (Development) / 1.1.7-DEBUG(1); StandAloneInstall; (Google; sdk_gphone64_x86_64; SDK 32; Android 12)"

The same we did on https://github.com/GetStream/stream-chat-android/pull/5415

JcMinarro commented 1 month ago

Do not merge it yet, a customer is having an issue with the same implementation on Chat SDK when the app name contains strange characters

JcMinarro commented 1 month ago

Do not merge it yet, a customer is having an issue with the same implementation on Chat SDK when the app name contains strange characters

Ok, it is fixed on the last commit