toggle menu
stream-video-android
1.12.0
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.apis
/
ProductvideoApi
/
videoPin
video
Pin
@
POST
(
value
=
"/video/call/{type}/{id}/pin"
)
abstract
suspend
fun
videoPin
(
@
Path
(
value
=
"type"
)
type
:
String
,
@
Path
(
value
=
"id"
)
id
:
String
,
@
Body
pinRequest
:
PinRequest
)
:
PinResponse
Pin Pins a track for all users in the call.