StartTalk constructor

StartTalk({
  1. int? channel = 0,
  2. int? sampleRate = 8000,
  3. int? sampleBit = 16,
  4. String? encodeType = 'G711_ALAW',
})

Implementation

StartTalk(
    {this.channel = 0,
    this.sampleRate = 8000,
    this.sampleBit = 16,
    this.encodeType = 'G711_ALAW'});