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

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

UnpinResponse

Parameters

type
id
unpinRequest