WebRTCAudioSegment constructor

WebRTCAudioSegment({
  1. bool isStart = false,
  2. String? correlationId,
})

Implementation

WebRTCAudioSegment({
    this.isStart = false,
    this.correlationId,
});