ZoomVideoSdkSessionDialInNumberInfo constructor

ZoomVideoSdkSessionDialInNumberInfo(
  1. String countryCode,
  2. String countryID,
  3. String countryName,
  4. String number,
  5. String displayNumber,
  6. String type,
)

the call type of the current information.

Implementation

String type; /// the call type of the current information.

ZoomVideoSdkSessionDialInNumberInfo(this.countryCode, this.countryID,
    this.countryName, this.number, this.displayNumber, this.type);