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
/
videoUnpin
video
Unpin
@
POST
(
value
=
"/video/call/{type}/{id}/unpin"
)
abstract
suspend
fun
videoUnpin
(
@
Path
(
value
=
"type"
)
type
:
String
,
@
Path
(
value
=
"id"
)
id
:
String
,
@
Body
unpinRequest
:
UnpinRequest
)
:
UnpinResponse
Unpin Unpins a track for all users in the call.