Class ConferenceParameter

Conference Parameter

Solution-specific parameter available fo the add-on's use. This parameter is persisted with the conference data and, if an update or delete is needed, is passed to the add-on. Example usage:

 const 
  
 conferenceParameter 
  
 = 
  
 ConferenceDataService 
 . 
 newConferenceParameter 
 () 
  
 . 
 setKey 
 ( 
 'meetingId' 
 ) 
  
 . 
 setValue 
 ( 
 '123456' 
 ); 

Methods

Method Return type Brief description
Conference Parameter Sets the key of this Conference Parameter .
Conference Parameter Sets the value of this Conference Parameter .

Detailed documentation

set Key(key)

Sets the key of this Conference Parameter . The maximum length for this field is 50 characters. Required.

Parameters

Name Type Description
key
String The key to set.

Return

Conference Parameter — this object, for chaining

Throws

Error — if the provided key is too long.


set Value(value)

Sets the value of this Conference Parameter . The maximum length for this field is 1024 characters. Required.

Parameters

Name Type Description
value
String The value to set.

Return

Conference Parameter — this object, for chaining

Throws

Error — if the provided value is too long.

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