VTConferenceOptions
The VTConferenceOptions model includes information about a conference that needs to be created, such as its alias, parameters, and the PIN code. This model also allows creating conferences with Dolby Voice.
Accessors
alias
▸ alias : String?
The conference alias.
Returns: String?
params
▸ params : VTConferenceParameters
The conference parameters.
Returns: VTConferenceParameters
pinCode
▸ pinCode : NSNumber?
The conference PIN code.
Returns: NSNumber?
dolbyVoice
▸ dolbyVoice : Bool
A boolean that indicates whether the application wishes to create a conference with Dolby Voice enabled. For more information about Dolby Voice, see the Dolby Voice article. By default, the parameter is set to true
.
Returns: Bool
Updated 6 months ago
Did this page help you?