ZIMVoIPConfig constructor

ZIMVoIPConfig({
  1. ZIMCXHandleType iOSVoIPHandleType = ZIMCXHandleType.generic,
  2. String iOSVoIPHandleValue = '',
  3. bool iOSVoIPHasVideo = false,
})

Implementation

ZIMVoIPConfig({
  this.iOSVoIPHandleType = ZIMCXHandleType.generic,
  this.iOSVoIPHandleValue = '',
  this.iOSVoIPHasVideo = false,
});