Skip to content

Commit

Permalink
Update 0.5.0 milestone items for Compose (#999)
Browse files Browse the repository at this point in the history
* Update 0.5.0 milestone

* Mark RtcRemoteInboundRtpAudioStreamStats as stable
  • Loading branch information
skydoves authored Jan 25, 2024
1 parent 40cd6d9 commit 7faa15e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Video roadmap and changelog is available [here](https://github.com/GetStream/pro

### 0.5.0 milestone

- [X] Improve Compose UI SDK performance by marking WebRTC models as stable.
- [X] Development token to support a development environment
- [ ] H264 workaround on Samsung 23? (see https://github.com/livekit/client-sdk-android/blob/main/livekit-android-sdk/src/main/java/io/livekit/android/webrtc/SimulcastVideoEncoderFactoryWrapper.kt#L34 and
- https://github.com/react-native-webrtc/react-native-webrtc/issues/983#issuecomment-975624906)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

package io.getstream.video.android.core.call.stats.model

import androidx.compose.runtime.Immutable

@Immutable
data class RtcRemoteInboundRtpAudioStreamStats(
override val id: String?,
override val type: String?,
Expand Down

0 comments on commit 7faa15e

Please sign in to comment.