Ongoing Call
is a Component 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.
Ongoing Call
is comprised of the following components:
Components | Description |
---|---|
cometchat-callscreen-wrapper | this component manages the interface for CometChat’s call functionality, facilitating structured display and management of ongoing voice or video calls. |
Component
. You can filter the list based on your specific criteria, allowing for a more customized. Filters can be applied using RequestBuilders
of Chat SDK.
You can adjust the callSettingsBuilder
in the OnGoing Call
Component 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.
In the example below, we are applying a filter to the outgoing call to display only audio calls and include a recording button.
CallscreenStyle
object to the Ongoing Call
component.
ongoingCallStyle
.
Property | Description | Code |
---|---|---|
maxHeight | Used to set maximum height | maxHeight?: number, |
maxWidth | Used to set maximum width | maxWidth?: number; |
minHeight | Used to set minimum height | minHeight?: number; |
minWidth | Used to set minimum width | minWidth?: number; |
Ongoing Call
component.
Property | Description | Code |
---|---|---|
sessionID | Used to set session Id for the call | sessionID?: string |
OnGoingCall
component does not offer any advanced functionalities beyond this level of customization.