Contêiner de todas as informações relacionadas à conferência.
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();
Métodos
Método | Tipo de retorno | Breve descrição |
---|---|---|
printJson() | String | Mostra a representação JSON desse objeto. |
Documentação detalhada
printJson()
Mostra a representação JSON desse objeto. Isso serve apenas para depuração.
Retornar
String