Conference Data
This service allows scripts to configure and build conferencing data objects that interact with Google Calendar.
Classes
Name | Brief description |
---|---|
Conference
|
Container for all conference-related information. |
Conference
|
Builder for creating for Conference
objects. |
Conference
|
Service that scripts can use to create conferencing information. |
Conference
|
Error that occurred in a conferencing add-on. |
Conference
|
Enum that defines the types of errors that you can specify in a Conference
. |
Conference
|
Solution-specific parameter available fo the add-on's use. |
Entry
|
Definition of a specific way to join a conference. |
Entry
|
Enum that defines the features of the entry point that can be created by a conferencing add-on. |
Entry
|
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
|
Adds a Conference
to this Conference
. |
|
Conference
|
Adds an Entry
to this Conference
. |
|
Conference
|
Builds and validates the Conference
. |
|
Conference
|
Sets the conference ID of this Conference
. |
|
Conference
|
Sets the conference solution ID defined in the addon's manifest. | |
Conference
|
Sets the Conference
of this Conference
, indicating that the conference
was not successfully created. |
|
Conference
|
Sets the additional notes of this Conference
, such as instructions from the
administrator or legal notices. |
Conference
Data
Service
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 |
---|---|---|
Conference
|
Returns a new, empty Conference
. |
|
Conference
|
Returns a new, empty Conference
. |
|
Conference
|
Returns a new, empty Conference
. |
|
Entry
|
Returns a new, empty Entry
. |
Conference
Error
Methods
Method | Return type | Brief description |
---|---|---|
Conference
|
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
|
Sets the error type of this Conference
. |
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
|
Sets the key of this Conference
. |
|
Conference
|
Sets the value of this Conference
. |
Entry
Point
Methods
Method | Return type | Brief description |
---|---|---|
Entry
|
Adds the feature of the entry point, such as being toll or toll-free. | |
Entry
|
An access code for accessing the conference. | |
Entry
|
Sets the type of this entry point. | |
Entry
|
A meeting code for accessing the conference. | |
Entry
|
A passcode for accessing the conference. | |
Entry
|
A password code for accessing the conference. | |
Entry
|
A PIN code for accessing the conference. | |
Entry
|
The CLDR/ISO 3166 region code for the country associated with this entry point. | |
Entry
|
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. |