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. Required permissions: - PinCallTrack Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

PinResponse

Parameters

type
id
pinRequest