Class ConferenceDataService

  • 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.

ConferenceDataService

Service that scripts can use to create conferencing information.

Properties

PropertyTypeDescription
ConferenceErrorTypeConferenceErrorTypeThe ConferenceErrorType enumeration.
EntryPointFeatureEntryPointFeatureThe EntryPointFeature enumeration.
EntryPointTypeEntryPointTypeThe EntryPointType enumeration.

Methods

MethodReturn typeBrief description
newConferenceDataBuilder()ConferenceDataBuilderReturns a new, empty ConferenceDataBuilder.
newConferenceError()ConferenceErrorReturns a new, empty ConferenceError.
newConferenceParameter()ConferenceParameterReturns a new, empty ConferenceParameter.
newEntryPoint()EntryPointReturns a new, empty EntryPoint.

Detailed documentation

newConferenceDataBuilder()

Returns a new, empty ConferenceDataBuilder.

Return

ConferenceDataBuilder — a new, empty ConferenceDataBuilder


newConferenceError()

Returns a new, empty ConferenceError.

Return

ConferenceError — a new, empty ConferenceError


newConferenceParameter()

Returns a new, empty ConferenceParameter.

Return

ConferenceParameter — a new, empty ConferenceParameter


newEntryPoint()

Returns a new, empty EntryPoint.

Return

EntryPoint — a new, empty EntryPoint