create Meeting
abstract suspend fun createMeeting(entityType: String, entityId: Long, body: String? = null): String
Responses:
0: default response
Return
Parameters
entity Type
entity Id
body
(optional)
Responses:
0: default response
(optional)