EventCallRefer constructor
      
      EventCallRefer({ 
    
    
- RTCSession? session,
- String? aor,
- dynamic accept,
- dynamic reject,
Implementation
EventCallRefer({RTCSession? session, this.aor, this.accept, this.reject})
    : super(session);