CallSessionDetailsResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique ID for the call session record. | [default to null] |
| sessionId | String | Unique session ID for the call. | [default to null] |
| appId | String | Application ID for the call provider. | [default to null] |
| initiatorUserId | Long | User ID of the call initiator. | [default to null] |
| receiverUserId | Long | User ID of the call receiver. | [default to null] |
| callType | String | Type of the call (e.g., “audio”, “video”). | [default to null] |
| relatedEntityId | Long | Optional related entity ID. | [optional] [default to null] |
| status | String | Status of the call session. | [default to null] |
| startedAt | Date | Timestamp when the call started. | [default to null] |
| endedAt | Date | Timestamp when the call ended, if ended. | [optional] [default to null] |