PitelCallState constructor

PitelCallState(
  1. PitelCallStateEnum state, {
  2. String? originator,
  3. bool audio = false,
  4. bool video = false,
  5. MediaStream? stream,
  6. ErrorCause? cause,
  7. EventCallRefer? refer,
})

Implementation

PitelCallState(this.state,
    {this.originator,
    this.audio = false,
    this.video = false,
    this.stream,
    this.cause,
    this.refer});