CometChatOngoingCall
is a Widget that provides users with a dedicated interface for managing real-time voice or video conversations. It includes features like a video display area for video calls, call controls for mic and camera management, participant information, call status indicators, and options for call recording and screen-sharing.
CometChatOngoingCall
being a custom widget, offers versatility in its integration. It can be seamlessly launched via button clicks or any user-triggered action, enhancing the overall user experience and facilitating smoother interactions within the application.
You can launch CometChatOngoingCall
directly using Navigator.push
, or you can define it as a widget within the build
method of your State
class.
CometChatOngoingCall
CometChatOngoingCall
as a Widget in the build MethodonError
and improve error handling.
Example
Here is the complete example for reference:
callSettingsBuilder
in the OnGoing Call
Widget to customize the OnGoing Call. Numerous options are available to alter the builder to meet your specific needs. For additional details on CallSettingsBuilder
, please visit CallSettingsBuilder.
Widget
. By using event you can extend existing functionality. Being global events, they can be applied in Multiple Locations and are capable of being Added or Removed.
Events emitted by the Ongoing Call widget are as follows.
Event | Description |
---|---|
onCallEnded | Triggers when the ongoing or outgoing call ends. |
CometChatOngoingCall
widget does not have any exposed style property.
CometChatOngoingCall
widget does not have any exposed functionality.
CometChatOngoingCall
widget does not provide additional functionalities beyond this level of customization.