EventCallRefer constructor

EventCallRefer({
  1. RTCSession? session,
  2. String? aor,
  3. dynamic accept,
  4. dynamic reject,
})

Implementation

EventCallRefer({RTCSession? session, this.aor, this.accept, this.reject})
    : super(session);