stream-video-android icon indicating copy to clipboard operation
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...

Results 33 stream-video-android issues
Sort by recently updated
recently updated
newest added

### 🎯 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.

sample-app
core
xml
compose
starter-kit

### 🎯 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...

enhancement

**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...

bug