listRecordings

@GET(value = "/video/call/{type}/{id}/recordings")
abstract suspend fun listRecordings(@Path(value = "type") type: String, @Path(value = "id") id: String): ListRecordingsResponse

List recordings Lists recordings Required permissions: - ListRecordings Responses:

  • 200: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

ListRecordingsResponse

Parameters

type
id