videoUnpin

@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.