stream-video-android
stream-video-android copied to clipboard
π² 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 ed...
### π― Goal When user does not have `send-audio` or `send-video` permissions the publisher peer connection (`RtcSession.publisher`) is `null`. Take this into account when checking the peer connection health in...
### π― Goal - Show incoming call notification alongside ongoing call notification (do not replace it). - When rejecting incoming call from notification, do not dismiss ongoing as well. -...
### π― Goal Made some of `User` fields nullable and `null` by default. In `CoordinatorSocket.authenticate()` we pass: - `null` if we don't want the field's value to change - `""`...
By adding `@JsonClass(generateAdapter = true)` + KSP set up for Moshi.
### π― Goal Currently a new incoming call would dismiss the ongoing call notification. We should be able to accept or decline another call without losing the βongoing callβ notification.
### π― Goal The ringing call state currently ends in TimeoutNoAnswer even if the call was rejected. This is not correct. - Review the current implementation. - Update the correct...
### π― Goal Integrate the Telecom Framework into the SDK. ### π Implementation details Main components & features: - `TelecomHandler` - `TelecomCall` - `TelecomCompat` - Supports all types of calls...
Fix a bug that would cause a call to `call.leave()` in `StreamCallActivity.onStop()`
### Discussed in https://github.com/GetStream/stream-video-android/discussions/1130 Originally posted by **vinodkumarsagitla** July 4, 2024 Hello, I am using latest version "io.getstream:stream-video-android-ui-compose:1.0.9" When we call below query for ongoing stream video ``` val filters...
**Describe the bug** When I try to flip camera via `call.camera.flip()`. It can be easily reproduced even in your `demo-app` in this repository. It looks like the crash occurs only...