ConferenceProvider constructor

ConferenceProvider({
  1. String? arn,
  2. IPDialIn? iPDialIn,
  3. MeetingSetting? meetingSetting,
  4. String? name,
  5. PSTNDialIn? pSTNDialIn,
  6. ConferenceProviderType? type,
})

Implementation

ConferenceProvider({
  this.arn,
  this.iPDialIn,
  this.meetingSetting,
  this.name,
  this.pSTNDialIn,
  this.type,
});