EventCallProgress constructor
EventCallProgress({
- RTCSession? session,
- String? originator,
- dynamic response,
Implementation
EventCallProgress({RTCSession? session, this.originator, this.response})
: super(session);