performMeetingCommands

abstract suspend fun performMeetingCommands(entityType: String, entityId: Long, meetingId: Long, command: String? = null, body: String? = null): String

Responses:

  • 0: default response

Return

kotlin.String

Parameters

entityType
entityId
meetingId
command

(optional)

body

(optional)