Package io.getstream.video.android.core
Class CallStats
-
- All Implemented Interfaces:
public final class CallStats
-
-
Field Summary
Fields Modifier and Type Field Description private final PeerConnectionStatspublisherprivate final PeerConnectionStatssubscriberprivate final MutableStateFlow<LocalStats>_localprivate final StateFlow<LocalStats>localprivate final Callcall
-
Method Summary
Modifier and Type Method Description final PeerConnectionStatsgetPublisher()final PeerConnectionStatsgetSubscriber()final MutableStateFlow<LocalStats>get_local()final StateFlow<LocalStats>getLocal()final CallgetCall()final UnitupdateFromRTCStats(RTCStatsReport stats, Boolean isPublisher)final UnitupdateLocalStats()-
-
Constructor Detail
-
CallStats
CallStats(Call call)
-
-
Method Detail
-
getPublisher
final PeerConnectionStats getPublisher()
-
getSubscriber
final PeerConnectionStats getSubscriber()
-
get_local
final MutableStateFlow<LocalStats> get_local()
-
getLocal
final StateFlow<LocalStats> getLocal()
-
updateFromRTCStats
final Unit updateFromRTCStats(RTCStatsReport stats, Boolean isPublisher)
-
updateLocalStats
final Unit updateLocalStats()
-
-
-
-