call_ui/src/outgoing_call/bloc/outgoing_call_event library
Classes
- CancelCall
- Cancel the outgoing call Triggers CometChatUIKitCalls.rejectCall with cancelled status
- OutgoingCallAccepted
- Outgoing call was accepted by the receiver Navigates to OngoingCall screen
- OutgoingCallEvent
- Base class for all outgoing call events Uses Equatable for proper event comparison in BLoC
- OutgoingCallRejected
- Outgoing call was rejected by the receiver Pops the screen