You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not update the video subscriptions if unchanged. Throttle dimension based on subscriptions size (#1468)
* Update video track dimensions based on subscriptions and don't spam the request if the subscriptions are the same
* Fix unneeded tests
* Remove unused code
* Fixed type and remove unused code
* Remove unneded tests
* Spotless
Copy file name to clipboardExpand all lines: stream-video-android-core/api/stream-video-android-core.api
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5513,6 +5513,8 @@ public final class io/getstream/video/android/core/Call {
5513
5513
public final fun setSessionId (Ljava/lang/String;)V
5514
5514
public final fun setVideoFilter (Lio/getstream/video/android/core/call/video/VideoFilter;)V
5515
5515
public final fun setVisibility (Ljava/lang/String;Lstream/video/sfu/models/TrackType;ZLjava/lang/String;)V
5516
+
public final fun setVisibility (Ljava/lang/String;Lstream/video/sfu/models/TrackType;ZLjava/lang/String;II)V
5517
+
public static synthetic fun setVisibility$default (Lio/getstream/video/android/core/Call;Ljava/lang/String;Lstream/video/sfu/models/TrackType;ZLjava/lang/String;IIILjava/lang/Object;)V
5516
5518
public static synthetic fun setVisibility$default (Lio/getstream/video/android/core/Call;Ljava/lang/String;Lstream/video/sfu/models/TrackType;ZLjava/lang/String;ILjava/lang/Object;)V
5517
5519
public final fun startClosedCaptions (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
5518
5520
public final fun startHLS (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
Copy file name to clipboardExpand all lines: stream-video-android-core/src/test/kotlin/io/getstream/video/android/core/call/connection/SubscriberTest.kt
Copy file name to clipboardExpand all lines: stream-video-android-ui-compose/src/main/kotlin/io/getstream/video/android/compose/ui/components/video/VideoRenderer.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,6 @@ public fun VideoRenderer(
101
101
Math.random().toString()
102
102
}
103
103
}
104
-
105
104
val sessionId = video.sessionId
106
105
val videoEnabledOverrides by call.state.participantVideoEnabledOverrides.collectAsStateWithLifecycle()
0 commit comments