Skip to content

Commit 5b77226

Browse files
statsReport - removed the @InternalVideoApi of this public API (#1558)
* Remove internal api on the stats report * Spotless & ApiDump
1 parent ef33f82 commit 5b77226

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

stream-video-android-core/api/stream-video-android-core.api

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7195,6 +7195,7 @@ public final class io/getstream/video/android/core/Call {
71957195
public final fun getSpeaker ()Lio/getstream/video/android/core/SpeakerManager;
71967196
public final fun getStatLatencyHistory ()Lkotlinx/coroutines/flow/MutableStateFlow;
71977197
public final fun getState ()Lio/getstream/video/android/core/CallState;
7198+
public final fun getStatsReport ()Lkotlinx/coroutines/flow/MutableStateFlow;
71987199
public final fun getType ()Ljava/lang/String;
71997200
public final fun getUser ()Lio/getstream/video/android/model/User;
72007201
public final fun getVideoFilter ()Lio/getstream/video/android/core/call/video/VideoFilter;

stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/Call.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ public class Call(
206206
/**
207207
* Contains stats events for observation.
208208
*/
209-
@InternalStreamVideoApi
210209
val statsReport: MutableStateFlow<CallStatsReport?> = MutableStateFlow(null)
211210

212211
/**

0 commit comments

Comments
 (0)