PitelCallState constructor
PitelCallState(
- PitelCallStateEnum state, {
- String? originator,
- bool audio = false,
- bool video = false,
- MediaStream? stream,
- ErrorCause? cause,
- EventCallRefer? refer,
Implementation
PitelCallState(this.state,
{this.originator,
this.audio = false,
this.video = false,
this.stream,
this.cause,
this.refer});