CallCapabilities constructor

CallCapabilities({
  1. bool transferee = false,
  2. bool dtmf = false,
})

Implementation

CallCapabilities({this.transferee = false, this.dtmf = false});