ZIMVoIPConfig constructor
ZIMVoIPConfig({
- ZIMCXHandleType iOSVoIPHandleType = ZIMCXHandleType.generic,
- String iOSVoIPHandleValue = '',
- bool iOSVoIPHasVideo = false,
Implementation
ZIMVoIPConfig({
this.iOSVoIPHandleType = ZIMCXHandleType.generic,
this.iOSVoIPHandleValue = '',
this.iOSVoIPHasVideo = false,
});