Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.21 KB

File metadata and controls

16 lines (13 loc) · 1.21 KB

Conference

Properties

Name Type Description Notes
id string The Bandwidth-generated conference ID. [optional]
name string The name of the conference, as specified by your application. [optional]
created_time \DateTime The time the conference was initiated, in ISO 8601 format. [optional]
completed_time \DateTime The time the conference was terminated, in ISO 8601 format. [optional]
conference_event_url string The URL to send the conference-related events. [optional]
conference_event_method \Bandwidth\Model\CallbackMethodEnum [optional]
tag string The custom string attached to the conference that will be sent with callbacks. [optional]
active_members \Bandwidth\Model\ConferenceMember[] A list of active members of the conference. Omitted if this is a response to the Get Conferences endpoint. [optional]

[Back to Model list] [Back to API list] [Back to README]