- Video Display: In video calls, the call screen component includes a video display area where users can see the live video stream of the other participants in the call.
 - Call Controls: The call screen component offers various controls for managing the ongoing call. This may include options to mute/unmute the microphone, turn on/off the camera, add or remove participants, and end the call.
 - Participant Information: The component may display information about the participants involved in the call, such as their names, profile pictures, or status indicators.
 - Call Status: The call screen component often provides information about the call status, such as signal strength, or network quality indicators.
 - Call Recording and Screen-sharing: The call screen component provide options for call recording and screen-sharing, enabling users to capture and share the call content or their screen with other participants.
 
Properties
sessionID
| Name | Type | Description | 
|---|---|---|
| sessionID | string | The unique session ID available in the Call object | 
callSettingsBuilder
| Name | Type | Description | 
|---|---|---|
| callSettingsBuilder | CometChat.CallSettingsBuilder | Class that allows you to set various parameters to the CallSettings customize the overall calling experience. | 
Asset URLs
Custom asset URL used for graphical representation| Name | Type | Description | 
|---|---|---|
| minimiseIconURL | string | Asset URL for the minimise icon which minimises the call screen | 
| maximiseIconURL | string | Asset URL for the maximise icon which maximises the call screen | 
Style
Styling properties and values of all the involved components| Name | Type | Description | 
|---|---|---|
| ongoingCallStyle | OngoingCallStyle | Styling properties of this component | 
- Vue