Class ConferenceData

Conference Data

Container for all conference-related information.

 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 
 (); 

Methods

Method Return type Brief description
String Prints the JSON representation of this object.

Detailed documentation

print Json()

Prints the JSON representation of this object. This is for debugging only.

Return

String

Create a Mobile Website
View Site in Mobile | Classic
Share by: