videoPin

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