Konferansla ilgili tüm bilgilerin kapsayıcısıdır.
var conferenceId; // Set the conference ID, that is, the identifier your system creates for the meeting. var entryPoint = ConferenceDataService.newEntryPoint(); // Finish building the entry point ... var conferenceParameter = ConferenceDataService.newConferenceParameter(); // Finish building the parameter ... var conferenceData = ConferenceDataService.newConferenceDataBuilder() .setConferenceId(conferenceId); .addEntryPoint(entryPoint) .addConferenceParameter(conferenceParameter) .build();
Yöntemler
Yöntem | Dönüş türü | Kısa açıklama |
---|---|---|
printJson() | String | Bu nesnenin JSON gösterimini yazdırır. |
Ayrıntılı belgeler
printJson()
Bu nesnenin JSON gösterimini yazdırır. Bu, yalnızca hata ayıklamak içindir.
Return
String