File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
stream-video-android-core
src/main/kotlin/io/getstream/video/android/core Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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 /* *
You can’t perform that action at this time.
0 commit comments