Class ConferenceData

ConferenceData

מאגר של כל המידע שקשור לכנס.

let conferenceId;
// Set the conference ID, that is, the identifier your system creates for the
// meeting.

const entryPoint = ConferenceDataService.newEntryPoint();
// Finish building the entry point ...

const conferenceParameter = ConferenceDataService.newConferenceParameter();
// Finish building the parameter ...

const conferenceData = ConferenceDataService.newConferenceDataBuilder()
                           .setConferenceId(conferenceId)
                           .addEntryPoint(entryPoint)
                           .addConferenceParameter(conferenceParameter)
                           .build();

Methods

שיטהסוג הערך המוחזרתיאור קצר
printJson()Stringהדפסת הייצוג של האובייקט הזה ב-JSON.

מסמכים מפורטים

printJson()

הדפסת הייצוג של האובייקט הזה ב-JSON. האפשרות הזו מיועדת לניפוי באגים בלבד.

חזרה

String