toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core
/
CallStats
Call
Stats
class
CallStats
(
val
call
:
Call
,
val
callScope
:
CoroutineScope
)
Members
Constructors
Call
Stats
Link copied to clipboard
constructor
(
call
:
Call
,
callScope
:
CoroutineScope
)
Properties
_local
Link copied to clipboard
val
_local
:
MutableStateFlow
<
LocalStats
?
>
call
Link copied to clipboard
val
call
:
Call
call
Scope
Link copied to clipboard
val
callScope
:
CoroutineScope
local
Link copied to clipboard
val
local
:
StateFlow
<
LocalStats
?
>
publisher
Link copied to clipboard
val
publisher
:
PeerConnectionStats
subscriber
Link copied to clipboard
val
subscriber
:
PeerConnectionStats
Functions
update
From
RTCStats
Link copied to clipboard
fun
updateFromRTCStats
(
stats
:
RtcStatsReport
?
,
isPublisher
:
Boolean
=
true
)
update
Local
Stats
Link copied to clipboard
fun
updateLocalStats
(
)