Conference Data Service

Conference Data

This service allows scripts to configure and build conferencing data objects that interact with Google Calendar.

Classes

Name Brief description
Conference Data Container for all conference-related information.
Conference Data Builder Builder for creating for Conference Data objects.
Conference Data Service Service that scripts can use to create conferencing information.
Conference Error Error that occurred in a conferencing add-on.
Conference Error Type Enum that defines the types of errors that you can specify in a Conference Error .
Conference Parameter Solution-specific parameter available fo the add-on's use.
Entry Point Definition of a specific way to join a conference.
Entry Point Feature Enum that defines the features of the entry point that can be created by a conferencing add-on.
Entry Point Type Enum that defines the types of entry points that can be created by a conferencing add-on.

Conference Data

Methods

Method Return type Brief description
String Prints the JSON representation of this object.

Conference Data Builder

Methods

Method Return type Brief description
Conference Data Builder Adds a Conference Parameter to this Conference Data .
Conference Data Builder Adds an Entry Point to this Conference Data .
Conference Data Builds and validates the Conference Data .
Conference Data Builder Sets the conference ID of this Conference Data .
Conference Data Builder Sets the conference solution ID defined in the addon's manifest.
Conference Data Builder Sets the Conference Error of this Conference Data , indicating that the conference was not successfully created.
Conference Data Builder Sets the additional notes of this Conference Data , such as instructions from the administrator or legal notices.

Conference Data Service

Properties

Property Type Description
Conference Error Type
Conference Error Type The Conference Error Type enumeration.
Entry Point Feature
Entry Point Feature The Entry Point Feature enumeration.
Entry Point Type
Entry Point Type The Entry Point Type enumeration.

Methods

Method Return type Brief description
Conference Data Builder Returns a new, empty Conference Data Builder .
Conference Error Returns a new, empty Conference Error .
Conference Parameter Returns a new, empty Conference Parameter .
Entry Point Returns a new, empty Entry Point .

Conference Error

Methods

Method Return type Brief description
Conference Error If the error type is AUTHENTICATION , the add-on must provide a URL calling back into the add-on to allow users to log in.
Conference Error Sets the error type of this Conference Error .

Conference Error Type

Properties

Property Type Description
AUTHENTICATION
Enum An authentication error during conference data generation.
CONFERENCE_SOLUTION_FORBIDDEN
Enum The user is not allowed to use the selected conference solution (but might be allowed to use other solutions offered by the add-on).
PERMANENT
Enum A permanent error during conference data generation.
PERMISSION_DENIED
Enum The user isn't allowed to perform an action in the third-party conferencing system.
TEMPORARY
Enum A temporary error during conference data generation.
UNKNOWN
Enum An unknown error during conference data generation.

Conference Parameter

Methods

Method Return type Brief description
Conference Parameter Sets the key of this Conference Parameter .
Conference Parameter Sets the value of this Conference Parameter .

Entry Point

Methods

Method Return type Brief description
Entry Point Adds the feature of the entry point, such as being toll or toll-free.
Entry Point An access code for accessing the conference.
Entry Point Sets the type of this entry point.
Entry Point A meeting code for accessing the conference.
Entry Point A passcode for accessing the conference.
Entry Point A password code for accessing the conference.
Entry Point A PIN code for accessing the conference.
Entry Point The CLDR/ISO 3166 region code for the country associated with this entry point.
Entry Point Sets the URI for joining the conference through this entry point.

Entry Point Feature

Properties

Property Type Description
UNKNOWN_FEATURE
Enum Do not use.
TOLL
Enum Applies to PHONE entry point only.
TOLL_FREE
Enum Applies to PHONE entry point only.

Entry Point Type

Properties

Property Type Description
VIDEO
Enum A video entry point for a conference.
PHONE
Enum A phone entry point for a conference.
MORE
Enum A link to more information about entry points into a conference.
SIP
Enum A SIP entry point for a conference.
Create a Mobile Website
View Site in Mobile | Classic
Share by: