ที่เก็บข้อมูลทั้งหมดที่เกี่ยวข้องกับการประชุม
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();
เมธอด
วิธีการ | ประเภทการแสดงผล | รายละเอียดแบบย่อ |
---|---|---|
print | String | พิมพ์การแสดง JSON ของออบเจ็กต์นี้ |
เอกสารประกอบโดยละเอียด
print Json()
พิมพ์การแสดง JSON ของออบเจ็กต์นี้ การดำเนินการนี้มีไว้สำหรับการแก้ไขข้อบกพร่องเท่านั้น
รีเทิร์น
String