AI-generated Key Takeaways
-
The ConferenceDataService is a service that allows scripts to create conferencing information.
-
It provides methods to create various conference-related objects like ConferenceDataBuilder, ConferenceError, ConferenceParameter, and EntryPoint.
-
Each of these methods returns a new, empty instance of the respective object, allowing developers to populate them with relevant data.
-
Developers can use properties like ConferenceErrorType, EntryPointFeature, and EntryPointType for detailed conference configurations.
-
This service enables scripting functionalities to manage and manipulate conference data within Apps Script.
Service that scripts can use to create conferencing information.
Properties
Property | Type | Description |
---|---|---|
Conference | Conference | The Conference enumeration. |
Entry | Entry | The Entry enumeration. |
Entry | Entry | The Entry enumeration. |
Methods
Method | Return type | Brief description |
---|---|---|
new | Conference | Returns a new, empty Conference . |
new | Conference | Returns a new, empty Conference . |
new | Conference | Returns a new, empty Conference . |
new | Entry | Returns a new, empty Entry . |
Detailed documentation
newConferenceDataBuilder()
Returns a new, empty Conference
.
Return
Conference
— a new, empty Conference
newConferenceError()
newConferenceParameter()
Returns a new, empty Conference
.
Return
Conference
— a new, empty Conference