EntryPoint constructor

EntryPoint({
  1. String? accessCode,
  2. List<String>? entryPointFeatures,
  3. String? entryPointType,
  4. String? label,
  5. String? meetingCode,
  6. String? passcode,
  7. String? password,
  8. String? pin,
  9. String? regionCode,
  10. String? uri,
})

Implementation

EntryPoint({
  this.accessCode,
  this.entryPointFeatures,
  this.entryPointType,
  this.label,
  this.meetingCode,
  this.passcode,
  this.password,
  this.pin,
  this.regionCode,
  this.uri,
});