|
| string | startTime [get, set] |
| | Session start time. If a session hasn't been started this fields should be set to "scheduledStartTime" Format: date-time More...
|
| |
| string | endTime [get, set] |
| | Session end time. If a session hasn't been finished this fields should be set to ("startTime"+"scheduledDuration") Format: date-time More...
|
| |
| long? | duration [get, set] |
| | Session duration in seconds rounded up (returned if 'startTime' and 'endTime' are not empty) Format: int32 Example: 3600 More...
|
| |
| string | title [get, set] |
| | Session title. If blank - derived from webinar title. Example: Live Broadcasting US More...
|
| |
| string | description [get, set] |
| | User-friendly description of the Session. If blank - derived from webinar title. Example: Live session for US-based participants More...
|
| |
| string | scheduledStartTime [get, set] |
| | Session scheduled start time. Format: date-time More...
|
| |
| long? | scheduledDuration [get, set] |
| | The scheduled duration of the Session in seconds. Format: int32 Example: 1800 More...
|
| |
| string | timeZone [get, set] |
| | IANA-compatible time zone name (see https://www.iana.org/time-zones). Example: America/New_York More...
|
| |
| string | localeCode [get, set] |
| | Session locale code. Can't be blank or null. Example: en-US Default: en-US More...
|
| |
| long? | panelJoinTimeOffset [get, set] |
| | The time offset (positive, in seconds) indicating how much in advance (comparing to "scheduledStartTime") panel members should join for the pre-webinar team sync Format: int32 Example: 900 More...
|
| |
| string | broadcastingStartTime [get, set] |
| | The time when broadcasting started. Format: date-time More...
|
| |
| string | broadcastingEndTime [get, set] |
| | The time when broadcasting ended. Format: date-time More...
|
| |
| string | status [get, set] |
| | Webinar session status Example: Finished Enum: Scheduled, Active, Finished More...
|
| |
| string | runtimeStatus [get, set] |
| | Session runtime status (for 'Active' Sessions only). It is omitted (or null) if the status is not Active Enum: Idle, Practice, GoingLive, Live, Break, Debrief More...
|
| |
| long? | participantCount [get, set] |
| | The number of participants (of all roles) who joined the webinar Format: int32 Example: 150 More...
|
| |
| long? | attendeeCount [get, set] |
| | The number of attendees who joined the webinar Format: int32 Example: 145 More...
|
| |
| long? | uniqueParticipantCount [get, set] |
| | Unique number of participants (of all roles) who joined the webinar Format: int32 Example: 140 More...
|
| |
| long? | uniqueAttendeeCount [get, set] |
| | Unique number of attendees who joined the webinar Format: int32 Example: 135 More...
|
| |