Skip to Content

CallSessionDetailsResponse

Properties

NameTypeDescriptionNotes
idLongUnique ID for the call session record.[default to null]
sessionIdStringUnique session ID for the call.[default to null]
appIdStringApplication ID for the call provider.[default to null]
initiatorUserIdLongUser ID of the call initiator.[default to null]
receiverUserIdLongUser ID of the call receiver.[default to null]
callTypeStringType of the call (e.g., “audio”, “video”).[default to null]
relatedEntityIdLongOptional related entity ID.[optional] [default to null]
statusStringStatus of the call session.[default to null]
startedAtDateTimestamp when the call started.[default to null]
endedAtDateTimestamp when the call ended, if ended.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]