stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
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