Lists the SDK error codes used by AT&T's Enhanced WebRTC SDK.
Members
-
<private, static> 0000 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString *
JSMethodString *
ErrorCodeString 0000
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 0001 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString *
JSMethodString *
ErrorCodeString 0001
ErrorMessageString Error published with unknown error code.
CauseString Error code is not defined in error dictionary.
ResolutionString Add the error object to the error dictionary.
-
<private, static> 0002 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString *
JSMethodString *
ErrorCodeString 0002
ErrorMessageString Request timed out.
CauseString Network failure.
ResolutionString Please check the logs and network connectivity and try again.
-
<private, static> 0020 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString *
ErrorCodeString 0020
ErrorMessageString Cannot complete the operation.
CauseString Permission denied to access local media (audio/video).
ResolutionString Please grant permission to access local media (audio/video) and retry the operation.
-
<private, static> 2000 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString login
ErrorCodeString 2000
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed..
-
<private, static> 2001 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString login
ErrorCodeString 2001
ErrorMessageString Cannot complete operation login without input parameters.
CauseString Login invoked with no parameters.
ResolutionString Please invoke login with mandatory input parameters.
-
<private, static> 2002 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString login
ErrorCodeString 2002
ErrorMessageString Cannot complete operation login without
token.CauseString Login invoked without
token.ResolutionString Please invoke login with mandatory parameter
token. -
<private, static> 2003 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString login
ErrorCodeString 2003
ErrorMessageString Cannot complete operation login as a login session already exists.
CauseString Login invoked when there is an existing login session.
ResolutionString Invoke logout before trying to login again.
-
<private, static> 2050 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString associateE911Id
ErrorCodeString 2050
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2051 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString associateE911Id
ErrorCodeString 2051
ErrorMessageString Cannot complete operation operation associate E911 id without input parameters.
CauseString Associate E911 id invoked with no parameters.
ResolutionString Please invoke operation associate E911 id with mandatory input parameters.
-
<private, static> 2052 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString associateE911Id
ErrorCodeString 2052
ErrorMessageString Cannot complete operation associate E911 id without
e911Id.CauseString Associate E911 id invoked without
e911Id.ResolutionString Please invoke associate E911 id with mandatory parameter
e911Id. -
<private, static> 2053 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString associateE911Id
ErrorCodeString 2053
ErrorMessageString Cannot complete operation associate E911 id as there is no login session.
CauseString Associate E911 id invoked without a login session.
ResolutionString Please invoke associate E911 id after a login session is established.
-
<private, static> 2100 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString logout
ErrorCodeString 2100
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2101 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString logout
ErrorCodeString 2101
ErrorMessageString Cannot complete operation logout as there is no existing login session.
CauseString Logout invoked without an existing login session.
ResolutionString Please invoke logout after there is an existing login session.
-
<private, static> 2200 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2200
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2201 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2201
ErrorMessageString Cannot complete operation dial without input parameters.
CauseString Dial invoked with no parameters.
ResolutionString Please invoke dial with mandatory input parameters.
-
<private, static> 2211 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2211
ErrorMessageString Cannot complete operation dial without valid
destination.CauseString Dial invoked with invalid or missing
destination.ResolutionString Please invoke dial with a valid
destinationparameter. -
<private, static> 2212 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2212
ErrorMessageString Cannot complete operation dial as
destinationis a SIP or TEL URI.CauseString Dial invoked with
destinationthat is a SIP or TEL URI.ResolutionString Please invoke dial with a
destinationthat is not a SIP or TEL URI. -
<private, static> 2213 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2213
ErrorMessageString Cannot complete operation dial as
destinationis an invalid address.CauseString Dial invoked with
destinationthat is an invalid address string.ResolutionString Please invoke dial with a
destinationthat is a valid address string. -
<private, static> 2221 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2221
ErrorMessageString Cannot complete operation dial as
mediaTypeis invalid.CauseString Dial invoked with invalid
mediaType.ResolutionString Please invoke dial with a valid
mediaTypeparameter (audio or video). -
<private, static> 2231 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2231
ErrorMessageString Cannot complete operation dial as
localMediais invalid.CauseString Dial invoked with invalid
localMediaHTML media object.ResolutionString Please invoke dial with a valid
localMediaHTML media (audio / video) object. -
<private, static> 2232 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2232
ErrorMessageString Cannot complete operation dial as
remoteMediais invalid.CauseString Dial invoked with invalid
remoteMediaHTML media object.ResolutionString Please invoke dial with a valid
remoteMediaHTML media (audio / video) object. -
<private, static> 2241 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2241
ErrorMessageString Cannot complete operation dial as there is no login session.
CauseString Dial invoked without a login session.
ResolutionString Please invoke dial after a login session is established.
-
<private, static> 2251 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2251
ErrorMessageString Cannot complete operation dial as there is an existing call trying to connect.
CauseString Dial invoked while an existing call is trying to connect.
ResolutionString Please invoke dial after the existing call is connected.
-
<private, static> 2252 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString dial
ErrorCodeString 2252
ErrorMessageString Cannot complete operation dial as there is an existing active call.
CauseString Dial invoked while there is an an existing active call.
ResolutionString Please use addCall to dial a second call instead.
-
<private, static> 2300 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString answer
ErrorCodeString 2300
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2301 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString answer
ErrorCodeString 2301
ErrorMessageString Cannot complete operation answer without input parameters.
CauseString Answer invoked with no parameters.
ResolutionString Please invoke answer with mandatory input parameters.
-
<private, static> 2311 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString answer
ErrorCodeString 2311
ErrorMessageString Cannot complete operation answer as
localMediais invalid.CauseString Answer invoked with invalid
localMediaHTML media object.ResolutionString Please invoke answer with a valid
localMediaHTML media (audio / video) object. -
<private, static> 2312 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString answer
ErrorCodeString 2312
ErrorMessageString Cannot complete operation answer as
remoteMediais invalid.CauseString Answer invoked with invalid
remoteMediaHTML media object.ResolutionString Please invoke answer with a valid
remoteMediaHTML media (audio / video) object. -
<private, static> 2321 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString answer
ErrorCodeString 2321
ErrorMessageString Cannot complete operation answer as there is no login session.
CauseString Answer invoked without a login session.
ResolutionString Please invoke answer after a login session is established.
-
<private, static> 2331 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString answer
ErrorCodeString 2331
ErrorMessageString Cannot complete operation answer as there is no pending incoming call.
CauseString Answer invoked without a pending incoming call.
ResolutionString Please invoke answer after there is a pending incoming call.
-
<private, static> 2341 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString answer
ErrorCodeString 2341
ErrorMessageString Cannot complete operation answer as
actionis invalid.CauseString Answer invoked with invalid
actionparameter.ResolutionString Please invoke answer with a valid
actionparameter. -
<private, static> 2400 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString hangup
ErrorCodeString 2400
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2401 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString hangup
ErrorCodeString 2401
ErrorMessageString Cannot complete operation hangup as there is no login session.
CauseString Hangup invoked without a login session.
ResolutionString Please invoke hangup after a login session is established.
-
<private, static> 2402 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString hangup
ErrorCodeString 2402
ErrorMessageString Cannot complete operation hangup as there is no active call.
CauseString Hangup invoked without an active call.
ResolutionString Please invoke hangup after there is an active call.
-
<private, static> 2500 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString hold
ErrorCodeString 2500
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2501 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString hold
ErrorCodeString 2501
ErrorMessageString Cannot complete operation hold as there is no login session.
CauseString Hold invoked without a login session.
ResolutionString Please invoke hold after a login session is established.
-
<private, static> 2502 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString hold
ErrorCodeString 2502
ErrorMessageString Cannot complete operation hold as there is no active call.
CauseString Hold invoked without an active call.
ResolutionString Please invoke hold after there is an active call.
-
<private, static> 2503 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString hold
ErrorCodeString 2503
ErrorMessageString Cannot complete operation hold as the active call is in an invalid state.
CauseString Hold invoked with active call in an invalid state.
ResolutionString Please invoke hold when the active call is in a valid state.
-
<private, static> 2600 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString resume
ErrorCodeString 2600
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2601 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString resume
ErrorCodeString 2601
ErrorMessageString Cannot complete operation resume as there is no login session.
CauseString Resume invoked without a login session.
ResolutionString Please invoke resume after a login session is established.
-
<private, static> 2602 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString resume
ErrorCodeString 2602
ErrorMessageString Cannot complete operation resume as there is no active call.
CauseString Resume invoked without an active call.
ResolutionString Please invoke resume after there is an active call.
-
<private, static> 2603 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString resume
ErrorCodeString 2603
ErrorMessageString Cannot complete operation resume as the active call is in an invalid state.
CauseString Resume invoked with active call in an invalid state.
ResolutionString Please invoke resume when the active call is in a valid state.
-
<private, static> 2700 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString mute
ErrorCodeString 2700
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2701 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString mute
ErrorCodeString 2701
ErrorMessageString Cannot complete operation mute as there is no login session.
CauseString Mute invoked without a login session.
ResolutionString Please invoke mute after a login session is established.
-
<private, static> 2702 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString mute
ErrorCodeString 2702
ErrorMessageString Cannot complete operation mute as there is no active call.
CauseString Mute invoked without an active call.
ResolutionString Please invoke mute after there is an active call.
-
<private, static> 2800 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString unmute
ErrorCodeString 2800
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2801 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString unmute
ErrorCodeString 2801
ErrorMessageString Cannot complete operation unmute as there is no login session.
CauseString Unmute invoked without a login session.
ResolutionString Please invoke mute after a login session is established.
-
<private, static> 2802 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString unmute
ErrorCodeString 2802
ErrorMessageString Cannot complete operation unmute as there is no active call.
CauseString Unmute invoked without an active call.
ResolutionString Please invoke unmute after there is an active call.
-
<private, static> 2900 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString cancel
ErrorCodeString 2900
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 2901 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString cancel
ErrorCodeString 2901
ErrorMessageString Cannot complete operation cancel as there is no login session.
CauseString Cancel invoked without a login session.
ResolutionString Please invoke cancel after a login session is established.
-
<private, static> 2902 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString cancel
ErrorCodeString 2902
ErrorMessageString Cannot complete operation cancel as there is no pending outgoing call.
CauseString Cancel invoked without a pending outgoing call.
ResolutionString Please invoke cancel after there is a pending outgoing call.
-
<private, static> 3000 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString reject
ErrorCodeString 3000
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3001 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString reject
ErrorCodeString 3001
ErrorMessageString Cannot complete operation reject as there is no login session.
CauseString Reject invoked without a login session.
ResolutionString Please invoke reject after a login session is established.
-
<private, static> 3002 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString reject
ErrorCodeString 3002
ErrorMessageString Cannot complete operation reject as there is no pending incoming call.
CauseString Reject invoked without a pending incoming call.
ResolutionString Please invoke reject after there is a pending incoming call.
-
<private, static> 3100 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString startConference
ErrorCodeString 3100
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3100 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString startConference
ErrorCodeString 3100
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3111 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString startConference
ErrorCodeString 3111
ErrorMessageString Cannot complete operation start conference as
mediaTypeis invalid.CauseString Start conference invoked with invalid
mediaType.ResolutionString Please invoke start conference with a valid
mediaTypeparameter (audio or video). -
<private, static> 3121 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString startConference
ErrorCodeString 3121
ErrorMessageString Cannot complete operation start conference as
localMediais invalid.CauseString Start conference invoked with invalid
localMediaHTML media object.ResolutionString Please invoke start conference with a valid
localMediaHTML media (audio / video) object. -
<private, static> 3122 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString startConference
ErrorCodeString 3122
ErrorMessageString Cannot complete operation start conference as
remoteMediais invalid.CauseString Start conference invoked with invalid
remoteMediaHTML media object.ResolutionString Please invoke start conference with a valid
remoteMediaHTML media (audio / video) object. -
<private, static> 3131 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString startConference
ErrorCodeString 3131
ErrorMessageString Cannot complete operation start conference as there is no login session.
CauseString Start conference invoked without a login session.
ResolutionString Please invoke start conference after a login session is established.
-
<private, static> 3200 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString joinConference
ErrorCodeString 3200
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3201 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString joinConference
ErrorCodeString 3201
ErrorMessageString Cannot complete operation join conference without input parameters.
CauseString Join conference invoked with no parameters.
ResolutionString Please invoke join conference with mandatory input parameters.
-
<private, static> 3211 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString joinConference
ErrorCodeString 3211
ErrorMessageString Cannot complete operation join conference as
localMediais invalid.CauseString Join conference invoked with invalid
localMediaHTML media object.ResolutionString Please invoke join conference with a valid
localMediaHTML media (audio / video) object. -
<private, static> 3212 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString joinConference
ErrorCodeString 3212
ErrorMessageString Cannot complete operation join conference as
remoteMediais invalid.CauseString Join conference invoked with invalid
remoteMediaHTML media object.ResolutionString Please invoke join conference with a valid
remoteMediaHTML media (audio / video) object. -
<private, static> 3221 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString joinConference
ErrorCodeString 3221
ErrorMessageString Cannot complete operation join conference as there is no login session.
CauseString Join conference invoked without a login session.
ResolutionString Please invoke join conference after a login session is established.
-
<private, static> 3231 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString joinConference
ErrorCodeString 3231
ErrorMessageString Cannot complete operation join conference as there is no pending conference invite.
CauseString Join conference invoked without a pending conference invite.
ResolutionString Please invoke join conference after there is a pending conference invite.
-
<private, static> 3241 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString joinConference
ErrorCodeString 3241
ErrorMessageString Cannot complete operation join conference as
actionis invalid.CauseString Join conference invoked with invalid
actionparameter.ResolutionString Please invoke join conference with a valid
actionparameter. -
<private, static> 3300 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString rejectConference
ErrorCodeString 3300
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3301 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString rejectConference
ErrorCodeString 3301
ErrorMessageString Cannot complete operation reject conference as there is no login session.
CauseString Reject conference invoked without a login session.
ResolutionString Please invoke reject conference after a login session is established.
-
<private, static> 3302 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString rejectConference
ErrorCodeString 3302
ErrorMessageString Cannot complete operation reject conference as there is no pending incoming call.
CauseString Reject conference invoked without a pending incoming call.
ResolutionString Please invoke reject conference after there is a pending incoming call.
-
<private, static> 3400 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString getParticipants
ErrorCodeString 3400
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3401 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString getParticipants
ErrorCodeString 3401
ErrorMessageString Cannot complete operation get participants as there is no login session.
CauseString Get participants invoked without a login session.
ResolutionString Please invoke get participants after a login session is established.
-
<private, static> 3402 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString getParticipants
ErrorCodeString 3402
ErrorMessageString Cannot complete operation get participants there is no active conference stated by you.
CauseString Get participants invoked without an active conference started by you.
ResolutionString Please invoke get participants after there is an active conference started by you.
-
<private, static> 3500 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString endConference
ErrorCodeString 3500
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3501 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString endConference
ErrorCodeString 3501
ErrorMessageString Cannot complete operation end conference as there is no login session.
CauseString End conference invoked without a login session.
ResolutionString Please invoke end conference after a login session is established.
-
<private, static> 3502 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString endConference
ErrorCodeString 3502
ErrorMessageString Cannot complete operation end conference as there is no active conference.
CauseString End conference invoked without an active conference.
ResolutionString Please invoke end conference after there is an active conference.
-
<private, static> 3600 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addParticipant
ErrorCodeString 3600
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3611 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addParticipant
ErrorCodeString 3611
ErrorMessageString Cannot complete operation add participant without valid
participant.CauseString Add participant invoked with invalid or missing
participant.ResolutionString Please invoke add participant with a valid
participantparameter. -
<private, static> 3612 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addParticipant
ErrorCodeString 3612
ErrorMessageString Cannot complete operation add participant as
participantis a SIP or TEL URI.CauseString Add participant invoked with
participantthat is a SIP or TEL URI.ResolutionString Please invoke add participant with a
participantthat is not a SIP or TEL URI. -
<private, static> 3613 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addParticipant
ErrorCodeString 3613
ErrorMessageString Cannot complete operation add participant as
participantis an invalid address.CauseString Add participant invoked with
participantthat is an invalid address string.ResolutionString Please invoke add participant with a
participantthat is a valid address string. -
<private, static> 3621 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addParticipant
ErrorCodeString 3621
ErrorMessageString Cannot complete operation add participant as there is no login session.
CauseString Add participant invoked without a login session.
ResolutionString Please invoke add participant after a login session is established.
-
<private, static> 3631 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addParticipant
ErrorCodeString 3631
ErrorMessageString Cannot complete operation add participant as there is no active conference started by you.
CauseString Add participant invoked without an active conference started by you.
ResolutionString Please invoke add participant after there is an active conference started by you.
-
<private, static> 3641 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addParticipant
ErrorCodeString 3641
ErrorMessageString Cannot complete operation add participant with the specified participant.
CauseString Add participant invoked with a participant that has already been added to the conference.
ResolutionString Please invoke add participant with a new participant.
-
<private, static> 3700 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString removeParticipant
ErrorCodeString 3700
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3711 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString removeParticipant
ErrorCodeString 3711
ErrorMessageString Cannot complete operation remove participant without valid
participant.CauseString Remove participant invoked with invalid or missing
participant.ResolutionString Please invoke remove participant with a valid
participantparameter. -
<private, static> 3721 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString removeParticipant
ErrorCodeString 3721
ErrorMessageString Cannot complete operation remove participant as there is no login session.
CauseString Remove participant invoked without a login session.
ResolutionString Please invoke remove participant after a login session is established.
-
<private, static> 3731 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString removeParticipant
ErrorCodeString 3731
ErrorMessageString Cannot complete operation remove participant as there is no active conference started by you.
CauseString Remove participant invoked without an active conference started by you.
ResolutionString Please invoke remove participant after there is an active conference started by you.
-
<private, static> 3810 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString cleanPhoneNumber
ErrorCodeString 3810
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3820 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString formatNumber
ErrorCodeString 3820
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3830 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString getCallerInfo
ErrorCodeString 3830
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3900 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3900
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 3901 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3901
ErrorMessageString Cannot complete operation add call without input parameters.
CauseString Add call invoked with no parameters.
ResolutionString Please invoke add call with mandatory input parameters.
-
<private, static> 3911 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3911
ErrorMessageString Cannot complete operation add call without valid
destination.CauseString Add call invoked with invalid or missing
destination.ResolutionString Please invoke add call with a valid
destinationparameter. -
<private, static> 3912 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3912
ErrorMessageString Cannot complete operation add call as
destinationis a SIP or TEL URI.CauseString Add call invoked with
destinationthat is a SIP or TEL URI.ResolutionString Please invoke add call with a
destinationthat is not a SIP or TEL URI. -
<private, static> 3913 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3913
ErrorMessageString Cannot complete operation add call as
destinationis an invalid address.CauseString Add call invoked with
destinationthat is an invalid address string.ResolutionString Please invoke add call with a
destinationthat is a valid address string. -
<private, static> 3921 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3921
ErrorMessageString Cannot complete operation add call as
mediaTypeis invalid.CauseString Add call invoked with invalid
mediaType.ResolutionString Please invoke add call with a valid
mediaTypeparameter (audio or video). -
<private, static> 3931 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3931
ErrorMessageString Cannot complete operation add call as
localMediais invalid.CauseString Add call invoked with invalid
localMediaHTML media object.ResolutionString Please invoke add call with a valid
localMediaHTML media (audio / video) object. -
<private, static> 3932 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3932
ErrorMessageString Cannot complete operation add call as
remoteMediais invalid.CauseString Add call invoked with invalid
remoteMediaHTML media object.ResolutionString Please invoke add call with a valid
remoteMediaHTML media (audio / video) object. -
<private, static> 3941 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3941
ErrorMessageString Cannot complete operation add call as there is no login session.
CauseString Add call invoked without a login session.
ResolutionString Please invoke add call after a login session is established.
-
<private, static> 3951 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3951
ErrorMessageString Cannot complete operation add call as there is an existing call trying to connect.
CauseString Add call invoked while an existing call is trying to connect.
ResolutionString Please invoke add call after the existing call is connected.
-
<private, static> 3961 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString addCall
ErrorCodeString 3961
ErrorMessageString Cannot complete operation add call to dial a third call.
CauseString Add call invoked while there are two existing active calls.
ResolutionString Please invoke add call after disconnecting one of the existing active calls.
-
<private, static> 4000 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString move
ErrorCodeString 4000
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 4001 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString move
ErrorCodeString 4001
ErrorMessageString Cannot complete operation move as there is no login session.
CauseString Move invoked without a login session.
ResolutionString Please invoke move after a login session is established.
-
<private, static> 4002 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString move
ErrorCodeString 4002
ErrorMessageString Cannot complete operation move as there is no active call.
CauseString Move invoked without an active call.
ResolutionString Please invoke move after there is an active call.
-
<private, static> 4003 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString move
ErrorCodeString 4003
ErrorMessageString Cannot complete operation move as the active call is in an invalid state.
CauseString Move invoked with active call in an invalid state.
ResolutionString Please invoke move when the active call is in a valid state.
-
<private, static> 4004 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString move
ErrorCodeString 4004
ErrorMessageString Cannot complete operation move as the active call is a conference.
CauseString Move invoked on an active conference.
ResolutionString Move for a conference is not supported.
-
<private, static> 4100 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString transfer
ErrorCodeString 4100
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 4101 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString transfer
ErrorCodeString 4101
ErrorMessageString Cannot complete operation transfer as there is no login session.
CauseString Transfer invoked without a login session.
ResolutionString Please invoke transfer after a login session is established.
-
<private, static> 4102 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString transfer
ErrorCodeString 4102
ErrorMessageString Cannot complete operation transfer as there is no active call.
CauseString Transfer invoked without an active call.
ResolutionString Please invoke transfer after there is an active call.
-
<private, static> 4103 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString transfer
ErrorCodeString 4103
ErrorMessageString Cannot complete operation transfer as the active call is in an invalid state.
CauseString Transfer invoked with active call in an invalid state.
ResolutionString Please invoke transfer when the active call is in a valid state.
-
<private, static> 4104 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString transfer
ErrorCodeString 4104
ErrorMessageString Cannot complete operation transfer as one of the active calls is a conference.
CauseString Transfer invoked when one of the active calls is a conference.
ResolutionString Transfer for a conference is not supported.
-
<private, static> 4105 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString transfer
ErrorCodeString 4105
ErrorMessageString Cannot complete operation transfer as there is only one call.
CauseString Transfer invoked when there is only one call.
ResolutionString Please invoke transfer after there are two active calls.
-
<private, static> 4200 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString switch
ErrorCodeString 4200
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 4201 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString switch
ErrorCodeString 4201
ErrorMessageString Cannot complete operation switch as there is no login session.
CauseString Switch invoked without a login session.
ResolutionString Please invoke switch after a login session is established.
-
<private, static> 4202 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString switch
ErrorCodeString 4202
ErrorMessageString Cannot complete operation switch as there is no active call.
CauseString Switch invoked without an active call.
ResolutionString Please invoke switch after there is an active call.
-
<private, static> 4203 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString switch
ErrorCodeString 4203
ErrorMessageString Cannot complete operation switch as there is only one call.
CauseString Switch invoked when there is only one call.
ResolutionString Please invoke switch after there are two active calls.
-
<private, static> 4300 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString acceptModification
ErrorCodeString 4300
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 4301 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString acceptModification
ErrorCodeString 4301
ErrorMessageString Cannot complete operation accept modification as there is no login session.
CauseString Accept modification invoked without a login session.
ResolutionString Please invoke accept modification after a login session is established.
-
<private, static> 4302 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString acceptModification
ErrorCodeString 4302
ErrorMessageString Cannot complete operation accept modification as there is no active call.
CauseString Accept modification invoked without an active call.
ResolutionString Please invoke accept modification after there is an active call.
-
<private, static> 4303 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString acceptModification
ErrorCodeString 4303
ErrorMessageString Cannot complete operation accept modification as the active call is in an invalid state.
CauseString Accept modification invoked with active call in an invalid state.
ResolutionString Please invoke accept modification when the active call is in a valid state.
-
<private, static> 4304 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString acceptModification
ErrorCodeString 4304
ErrorMessageString Cannot complete operation accept modification as there is no modification to accept.
CauseString Accept modification invoked with with no modification to accept.
ResolutionString Please invoke accept modification when there is a modification request.
-
<private, static> 4400 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString rejectModification
ErrorCodeString 4400
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 4401 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString rejectModification
ErrorCodeString 4401
ErrorMessageString Cannot complete operation reject modification as there is no login session.
CauseString Reject modification invoked without a login session.
ResolutionString Please invoke reject modification after a login session is established.
-
<private, static> 4402 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString rejectModification
ErrorCodeString 4402
ErrorMessageString Cannot complete operation reject modification as there is no active call.
CauseString Reject modification invoked without an active call.
ResolutionString Please invoke reject modification after there is an active call.
-
<private, static> 4403 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString rejectModification
ErrorCodeString 4403
ErrorMessageString Cannot complete operation reject modification as the active call is in an invalid state.
CauseString Reject modification invoked with active call in an invalid state.
ResolutionString Please invoke reject modification when the active call is in a valid state.
-
<private, static> 4404 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString rejectModification
ErrorCodeString 4404
ErrorMessageString Cannot complete operation reject modification as there is no modification to accept.
CauseString Reject modification invoked with with no modification to accept.
ResolutionString Please invoke reject modification when there is a modification request.
-
<private, static> 4500 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString downgrade
ErrorCodeString 4500
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 4501 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString downgrade
ErrorCodeString 4501
ErrorMessageString Cannot complete operation downgrade as there is no login session.
CauseString Downgrade invoked without a login session.
ResolutionString Please invoke downgrade after a login session is established.
-
<private, static> 4502 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString downgrade
ErrorCodeString 4502
ErrorMessageString Cannot complete operation downgrade as there is no active call.
CauseString Downgrade invoked without an active call.
ResolutionString Please invoke downgrade after there is an active call.
-
<private, static> 4503 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString downgrade
ErrorCodeString 4503
ErrorMessageString Cannot complete operation downgrade as the active call is in an invalid state.
CauseString Downgrade invoked with active call in an invalid state.
ResolutionString Please invoke downgrade when the active call is in a valid state.
-
<private, static> 4504 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString downgrade
ErrorCodeString 4504
ErrorMessageString Cannot complete operation downgrade as the active call is an audio call.
CauseString Downgrade invoked on an active audio call.
ResolutionString Downgrade for audio call is not supported.
-
<private, static> 4505 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString downgrade
ErrorCodeString 4505
ErrorMessageString Cannot complete operation downgrade as the active call is a conference.
CauseString Downgrade invoked on an active conference.
ResolutionString Downgrade for a conference is not supported.
-
<private, static> 4600 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString upgrade
ErrorCodeString 4600
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 4601 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString upgrade
ErrorCodeString 4601
ErrorMessageString Cannot complete operation upgrade as there is no login session.
CauseString Upgrade invoked without a login session.
ResolutionString Please invoke upgrade after a login session is established.
-
<private, static> 4602 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString upgrade
ErrorCodeString 4602
ErrorMessageString Cannot complete operation upgrade as there is no active call.
CauseString Upgrade invoked without an active call.
ResolutionString Please invoke upgrade after there is an active call.
-
<private, static> 4603 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString upgrade
ErrorCodeString 4603
ErrorMessageString Cannot complete operation upgrade as the active call is in an invalid state.
CauseString Upgrade invoked with active call in an invalid state.
ResolutionString Please invoke upgrade when the active call is in a valid state.
-
<private, static> 4604 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString upgrade
ErrorCodeString 4604
ErrorMessageString Cannot complete operation upgrade as the active call is an video call.
CauseString Upgrade invoked on an active video call.
ResolutionString Upgrade for video call is not supported.
-
<private, static> 4605 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString upgrade
ErrorCodeString 4605
ErrorMessageString Cannot complete operation upgrade as the active call is a conference.
CauseString Upgrade invoked on an active conference.
ResolutionString Upgrade for a conference is not supported.
-
<private, static> 4700 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString sendDTMFTone
ErrorCodeString 4700
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 4711 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString sendDTMFTone
ErrorCodeString 4711
ErrorMessageString Cannot complete operation send DTMF tone without input parameters.
CauseString Send DTMF tone invoked with no parameters.
ResolutionString Please invoke send DTMF tone with mandatory input parameters.
-
<private, static> 4712 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString sendDTMFTone
ErrorCodeString 4712
ErrorMessageString Cannot complete operation send DTMF tone without valid
input.CauseString Send DTMF tone invoked with invalid or missing
input.ResolutionString Please invoke send DTMF tone with a valid
inputparameter. -
<private, static> 4721 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString sendDTMFTone
ErrorCodeString 4721
ErrorMessageString Cannot complete operation send DTMF tone as there is no login session.
CauseString Send DTMF tone invoked without a login session.
ResolutionString Please invoke send DTMF tone after a login session is established.
-
<private, static> 4731 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString sendDTMFTone
ErrorCodeString 4731
ErrorMessageString Cannot complete operation send DTMF tone as there is no active call.
CauseString Send DTMF tone invoked without an active call.
ResolutionString Please invoke send DTMF tone after there is an active call.
-
<private, static> 4741 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString sendDTMFTone
ErrorCodeString 4741
ErrorMessageString Cannot complete operation send DTMF tone as the active call is in an invalid state.
CauseString Send DTMF tone invoked with active call in an invalid state.
ResolutionString Please invoke send DTMF tone when the active call is in a valid state.
-
<private, static> 4811 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString setIceServers
ErrorCodeString 4811
ErrorMessageString Cannot complete operation set ICE servers.
CauseString Set ICE servers invoked with an invalid ICE server URIs array.
ResolutionString Please invoke set ICE servers with a valid ICE server URIs array.
-
<private, static> 4821 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString setIceTransport
ErrorCodeString 4821
ErrorMessageString Cannot complete operation set ICE transport.
CauseString Set ICE transport invoked with an invalid ICE transport.
ResolutionString Please invoke set ICE transport with a valid ICE transport (all, none or relay).
-
<private, static> 4831 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString setIpv6
ErrorCodeString 4831
ErrorMessageString Cannot complete operation set IPv6.
CauseString Set IPv6 invoked with an invalid value.
ResolutionString Please invoke set IPv6 with a valid value (true or false).
-
<private, static> 4901 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString on
ErrorCodeString 4901
ErrorMessageString Cannot complete operation.
CauseString Phone.oninvoked with invalid parameters.ResolutionString Please pass valid event name and handler function as parameter.
-
<private, static> 4902 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString on
ErrorCodeString 4902
ErrorMessageString Cannot complete operation.
CauseString The event name provided is not registered.
ResolutionString Please register the event and try again.
-
<private, static> 5000 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString getUserMedia
ErrorCodeString 5000
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 5001 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString getUserMedia
ErrorCodeString 5001
ErrorMessageString Cannot complete operation get user media without input parameters.
CauseString Get user media invoked with no parameters.
ResolutionString Please invoke get user media with mandatory input parameters.
-
<private, static> 5011 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString getUserMedia
ErrorCodeString 5011
ErrorMessageString Cannot complete operation get user media without
mediaType.CauseString Get user media invoked without
mediaType.ResolutionString Please invoke get user media with mandatory parameter
mediaType. -
<private, static> 5012 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString getUserMedia
ErrorCodeString 5012
ErrorMessageString Cannot complete operation get user media as
mediaTypeis invalid.CauseString Get user media invoked with invalid
mediaType.ResolutionString Please invoke get user media with a valid
mediaTypeparameter (audio or video). -
<private, static> 5100 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString setup
ErrorCodeString 5100
ErrorMessageString Internal error occurred.
CauseString There was a problem during the operation.
ResolutionString Please check the logs and additional information and contact support if needed.
-
<private, static> 5101 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString setup
ErrorCodeString 5101
ErrorMessageString Cannot complete operation setup without input parameters.
CauseString Setup invoked with no parameters.
ResolutionString Please invoke get user media with mandatory input parameters.
-
<private, static> 5111 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString setup
ErrorCodeString 5111
ErrorMessageString Cannot complete operation setup as
localMediais invalid.CauseString Setup invoked with invalid
localMediaHTML media object.ResolutionString Please invoke setup with a valid
localMediaHTML media (audio / video) object. -
<private, static> 5112 :Object
-
Type:
- Object
Properties:
Name Type Description JSObjectString phone
JSMethodString setup
ErrorCodeString 5112
ErrorMessageString Cannot complete operation setup as
remoteMediais invalid.CauseString Setup invoked with invalid
remoteMediaHTML media object.ResolutionString Please invoke setup with a valid
remoteMediaHTML media (audio / video) object.