listRecordings

suspend fun listRecordings(sessionId: String? = null): Result<ListRecordingsResponse>

List the recordings for this call.

Parameters

sessionId
  • if session ID is supplied, only recordings for that session will be loaded.