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