Conteneur de toutes les informations liées à la conférence.
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();
Méthodes
Méthode | Type renvoyé | Brève description |
---|---|---|
print | String | Imprime la représentation JSON de cet objet. |
Documentation détaillée
print Json()
Imprime la représentation JSON de cet objet. Cette option est réservée au débogage.
Renvois
String