toggle menu
stream-video-android
1.15.0
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.apis
/
ProductvideoApi
/
queryCallSessionParticipantStats
query
Call
Session
Participant
Stats
@
GET
(
value
=
"/video/call_stats/{call_type}/{call_id}/{session}/participants"
)
abstract
suspend
fun
queryCallSessionParticipantStats
(
@
Path
(
value
=
"call_type"
)
callType
:
String
,
@
Path
(
value
=
"call_id"
)
callId
:
String
,
@
Path
(
value
=
"session"
)
session
:
String
,
@
Query
(
value
=
"sort"
)
sort
:
List
<
SortParamRequest
>
?
=
null
,
@
Query
(
value
=
"filter_conditions"
)
filterConditions
:
Map
<
String
,
Any
?
>
?
=
null
)
:
QueryCallSessionParticipantStatsResponse
Query call participant statistics