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