Penampung untuk semua informasi terkait konferensi.
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();
Metode
Metode | Jenis hasil yang ditampilkan | Deskripsi singkat |
---|---|---|
printJson() | String | Mencetak representasi JSON dari objek ini. |
Dokumentasi mendetail
printJson()
Mencetak representasi JSON dari objek ini. Ini hanya untuk proses debug.
Pulang pergi
String