call_ui/src/incoming_call/bloc/incoming_call_event library
Classes
- AcceptCall
- Accept the incoming call Triggers CometChat.acceptCall and navigates to OngoingCall screen on success
- CallCancelled
- Call was cancelled by the caller Dismisses the overlay automatically
- IncomingCallEvent
- Base class for all incoming call events Uses Equatable for proper event comparison in BLoC
- RejectCall
- Reject the incoming call Triggers CometChatUIKitCalls.rejectCall and dismisses the overlay