Conference Data Service

會議資料

這項服務可讓指令碼設定及建構與 Google 日曆互動的會議資料物件。

類別

名稱簡短說明
ConferenceData用來容納所有與會議相關資訊的容器。
ConferenceDataBuilder建立 ConferenceData 物件的建構工具。
ConferenceDataService指令碼可用來建立會議資訊的服務。
ConferenceError在會議外掛程式中發生的錯誤。
ConferenceErrorType定義可在 ConferenceError 中指定的錯誤類型的列舉。
ConferenceParameter可供外掛程式使用的解決方案專屬參數。
EntryPoint定義加入會議的特定方式。
EntryPointFeature定義會議通訊外掛程式可建立的進入點功能的列舉。
EntryPointType這個列舉可定義會議通訊外掛程式可建立的進入點類型。

ConferenceData

方法

方法傳回類型簡短說明
printJson()String列印此物件的 JSON 表示法。

ConferenceDataBuilder

方法

方法傳回類型簡短說明
addConferenceParameter(conferenceParameter)ConferenceDataBuilderConferenceParameter 新增至這個 ConferenceData
addEntryPoint(entryPoint)ConferenceDataBuilderEntryPoint 新增至這個 ConferenceData
build()ConferenceData建構並驗證 ConferenceData
setConferenceId(conferenceId)ConferenceDataBuilder設定此 ConferenceData 的會議 ID。
setConferenceSolutionId(conferenceSolutionId)ConferenceDataBuilder設定在外掛程式資訊清單中定義的會議解決方案 ID。
setError(conferenceError)ConferenceDataBuilder設定此 ConferenceDataConferenceError,表示會議未成功建立。
setNotes(notes)ConferenceDataBuilder設定此 ConferenceData 的其他附註,例如系統管理員的說明或法律通知。

ConferenceDataService

屬性

屬性類型說明
ConferenceErrorTypeConferenceErrorTypeConferenceErrorType 列舉。
EntryPointFeatureEntryPointFeatureEntryPointFeature 列舉。
EntryPointTypeEntryPointTypeEntryPointType 列舉。

方法

方法傳回類型簡短說明
newConferenceDataBuilder()ConferenceDataBuilder傳回空白的新 ConferenceDataBuilder
newConferenceError()ConferenceError傳回空白的新 ConferenceError
newConferenceParameter()ConferenceParameter傳回空白的新 ConferenceParameter
newEntryPoint()EntryPoint傳回空白的新 EntryPoint

ConferenceError

方法

方法傳回類型簡短說明
setAuthenticationUrl(authenticationUrl)ConferenceError如果錯誤類型為 AUTHENTICATION,外掛程式必須提供可回呼至外掛程式的網址,讓使用者登入。
setConferenceErrorType(conferenceErrorType)ConferenceError設定此 ConferenceError 的錯誤類型。

ConferenceErrorType

屬性

屬性類型說明
AUTHENTICATIONEnum產生會議資料時發生驗證錯誤。
CONFERENCE_SOLUTION_FORBIDDENEnum使用者無法使用所選的會議解決方案 (但可能可以使用外掛程式提供的其他解決方案)。
PERMANENTEnum產生會議資料時發生永久錯誤。
PERMISSION_DENIEDEnum使用者無法在第三方會議系統中執行動作。
TEMPORARYEnum產生會議資料時發生暫時性錯誤。
UNKNOWNEnum產生會議資料時發生不明錯誤。

ConferenceParameter

方法

方法傳回類型簡短說明
setKey(key)ConferenceParameter設定此 ConferenceParameter 的鍵。
setValue(value)ConferenceParameter設定這個 ConferenceParameter 的值。

EntryPoint

方法

方法傳回類型簡短說明
addFeature(feature)EntryPoint新增入口點的功能,例如是否收費或免費。
setAccessCode(accessCode)EntryPoint會議存取碼。
setEntryPointType(entryPointType)EntryPoint設定這個進入點的類型。
setMeetingCode(meetingCode)EntryPoint用於存取會議的會議代碼。
setPasscode(passcode)EntryPoint用於存取會議的密碼。
setPassword(password)EntryPoint用於存取會議的密碼。
setPin(pin)EntryPoint用於存取會議的 PIN 碼。
setRegionCode(regionCode)EntryPoint與這個進入點相關聯的國家 CLDR/ISO 3166 區域代碼。
setUri(uri)EntryPoint設定透過這個進入點加入會議的 URI。

EntryPointFeature

屬性

屬性類型說明
UNKNOWN_FEATUREEnum請勿使用。
TOLLEnum僅適用於電話號碼輸入點。
TOLL_FREEEnum僅適用於電話號碼輸入點。

EntryPointType

屬性

屬性類型說明
VIDEOEnum會議的影片入口。
PHONEEnum會議的電話進入點。
MOREEnum會議入口點的詳細資訊連結。
SIPEnum會議的 SIP 進入點。