toggle menu
stream-video-android
1.19.0
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.apis
/
ProductvideoApi
/
queryCallParticipantSessions
query
Call
Participant
Sessions
@
GET
(
value
=
"/video/call/{type}/{id}/session/{session}/participant_sessions"
)
abstract
suspend
fun
queryCallParticipantSessions
(
@
Path
(
value
=
"type"
)
type
:
String
,
@
Path
(
value
=
"id"
)
id
:
String
,
@
Path
(
value
=
"session"
)
session
:
String
,
@
Query
(
value
=
"limit"
)
limit
:
Int
?
=
null
,
@
Query
(
value
=
"prev"
)
prev
:
String
?
=
null
,
@
Query
(
value
=
"next"
)
next
:
String
?
=
null
,
@
Query
(
value
=
"filter_conditions"
)
filterConditions
:
Map
<
String
,
Any
?
>
?
=
null
)
:
QueryCallParticipantSessionsResponse
Query call participant sessions