A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/apps-script/reference/conference-data/conference-data-builder below:

Class ConferenceDataBuilder | Apps Script

Class ConferenceDataBuilder

Stay organized with collections Save and categorize content based on your preferences.

ConferenceDataBuilder

Builder for creating for ConferenceData objects.

Detailed documentation addConferenceParameter(conferenceParameter) addEntryPoint(entryPoint) setConferenceId(conferenceId)

Sets the conference ID of this ConferenceData. The maximum length for this field is 512 characters.

Parameters Name Type Description conferenceId String The ID to set. Return

ConferenceDataBuilder — This builder, for chaining.

Throws

Error — if the provided conference ID is too long.

setConferenceSolutionId(conferenceSolutionId)

Sets the conference solution ID defined in the addon's manifest. The value must be specified and populates conference's name and iconUrl values.

Note that the field is required for GSuite add-ons whereas it's ignored for Conferencing add-ons

Parameters Name Type Description conferenceSolutionId String The ID matching the manifest. Return

ConferenceDataBuilder — This builder, for chaining.

Throws

Error — if the provided conference solution id is too long. The maximum length for this field is 512 characters.

setError(conferenceError) setNotes(notes)

Sets the additional notes of this ConferenceData, such as instructions from the administrator or legal notices. Can contain HTML. The maximum length for this field is 2048 characters.

Parameters Name Type Description notes String The additional notes to set. Return

ConferenceDataBuilder — This builder, for chaining.

Throws

Error — if the provided notes are too long.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-12-02 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["`ConferenceDataBuilder` facilitates the creation of `ConferenceData` objects, defining conference details for applications."],["It offers methods to add conference parameters and entry points, set conference IDs and notes, and specify errors."],["Developers can use the `build()` method to generate and validate the final `ConferenceData` object."],["There are limitations on the number of parameters and entry points, as well as the length of certain fields like conference ID and notes."],["The `ConferenceDataBuilder` is essential for integrating conferencing functionality within Google Apps Script projects."]]],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4