Contents
This table contains records pertaining to the opening an closing of conferences.
A conference is considered started if one or more participants are present in the conference. A conference ends, when the last participant leaves the conference.
Fields
Field | Type | Meaning |
---|---|---|
ID | INT | A unique ID assigned to each record. |
ConferencesID | INT | The ID of the conference which was used. |
SwitchingPIN | VARCHAR | The switching PIN used to enter the conference. Note, this can be different than the access PIN depending on which conference model is used. |
dtStart | TIMESTAMP | The date and time the conference started. |
dtEnd | TIMESTAMP | The date and time the conference ended. |