ConferenceTarget
Conference data. At least one field is non-empty
channelCall object
Conference in a chat
chatIdstringrequired
ID of the chat where the conference was initiated
Example:
w:AIQffAsGi8watercooler object
Personal call
scopestringrequired
Conference type. PUBLIC - public, other members can join without invites; PRIVATE - access by invite only
Possible values: [PRIVATE, PUBLIC]
Example:
PUBLICmembershipIdsstring[]required
Array of Membership IDs of the conference participants
Example:
[ADK5NyCqIK, BDK5NyCqIK]ConferenceTarget
{
"channelCall": {
"chatId": "w:AIQffAsGi8"
},
"watercooler": {
"scope": "PUBLIC",
"membershipIds": "[ADK5NyCqIK, BDK5NyCqIK]"
}
}