DialogParams constructor

DialogParams({
  1. bool? attach,
  2. bool? audio,
  3. String? callID,
  4. String? callerIdName,
  5. String? callerIdNumber,
  6. String? clientState,
  7. String? destinationNumber,
  8. String? remoteCallerIdName,
  9. bool? screenShare,
  10. bool? useStereo,
  11. List? userVariables,
  12. bool? video,
  13. Map<String, String>? customHeaders,
})

Implementation

DialogParams(
    {this.attach,
      this.audio,
      this.callID,
      this.callerIdName,
      this.callerIdNumber,
      this.clientState,
      this.destinationNumber,
      this.remoteCallerIdName,
      this.screenShare,
      this.useStereo,
      this.userVariables,
      this.video,
      this.customHeaders});