Package com.ringcentral.definitions
Class ActiveCallInfoWithoutSIP
java.lang.Object
com.ringcentral.definitions.ActiveCallInfoWithoutSIP
-
Field Summary
FieldsModifier and TypeFieldDescriptionCall direction Enum: Inbound, OutboundPhone number or extension number of a caller.Name of a callerInternal identifier of a callInternal identifier of a call partyIdentifies if a call belongs to the call queueInternal identifier of a call sessionTime when the call is actually started Format: date-timeTelephony identifier of a call sessionTelephony call status Enum: NoCall, CallConnected, Ringing, OnHold, ParkedCallType of call termination.Phone number or extension number of a calleeName of a callee -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallInfo
(CallInfoCQ callInfo) telephonySessionId
(String telephonySessionId) telephonyStatus
(String telephonyStatus) terminationType
(String terminationType)
-
Field Details
-
id
Internal identifier of a call -
direction
Call direction Enum: Inbound, Outbound -
queueCall
Identifies if a call belongs to the call queue -
from
Phone number or extension number of a caller. For GCM transport type '_from' property should be used -
fromName
Name of a caller -
to
Phone number or extension number of a callee -
toName
Name of a callee -
partyId
Internal identifier of a call party -
startTime
Time when the call is actually started Format: date-time -
sessionId
Internal identifier of a call session -
telephonySessionId
Telephony identifier of a call session -
telephonyStatus
Telephony call status Enum: NoCall, CallConnected, Ringing, OnHold, ParkedCall -
terminationType
Type of call termination. Supported for calls in 'NoCall' status. If the returned termination type is 'intermediate' it means the call is not actually ended, the connection is established on one of the devices Enum: final, intermediate -
callInfo
-
-
Constructor Details
-
ActiveCallInfoWithoutSIP
public ActiveCallInfoWithoutSIP()
-
-
Method Details
-
id
-
direction
-
queueCall
-
from
-
fromName
-
to
-
toName
-
partyId
-
startTime
-
sessionId
-
telephonySessionId
-
telephonyStatus
-
terminationType
-
callInfo
-