call_ui/src/outgoing_call/bloc/bloc
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
-
OutgoingCallBloc
-
BLoC for managing outgoing call screen state and actions
-
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
-
OutgoingCallState
-
State class for OutgoingCallBloc
Uses Equatable for proper state comparison in BLoC