Participant (participant)
Table of Contents
Description
A subscriber registered to participate in a conference call. Called by the system when the conference call starts and is connected to the conference.
In particular, the subscriber may be an IVR script that records what the customized topology reveals to it.
Limitations
-
Is a child composite object of the selector meeting entity. It is deleted together with it.
-
When added via the API, a single object can represent a contact group (number "group#<CODE>", where <CODE> is the code contactgroup) and automatically expand into multiple subscribers within it.
Fields
Entity structure
{
"id": uuid,
"name": str,
"number": str,
"state": str,
"hold": bool,
"mic": bool,
"spk": bool,
"recall": bool,
"topology_type": str,
"ext": object
}