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
374 stars 37 forks source link

Remove debug info #1181

Closed aleksandar-apostolov closed 1 week ago

aleksandar-apostolov commented 2 weeks ago

🎯 Goal

The DebugInfo has been making more trouble than it was worth having. Removing it for now. We will create a new Profiler class in the future to allow us having debugging and timing info in the future.

🛠 Implementation details

Removed the Timer and DebugInfo classes. Also removed developmentMode boolean in StreamVideoClientIml.