MyChat Integration API error: MCIAPI_Error_InvalidMediaCallType

MyChat Integration API error: MCIAPI_Error_InvalidMediaCallType

"For developers", "Integration API", "List of Integration API errors with description", "MCIAPI_Error_InvalidMediaCallType".
 

Error

39, MCIAPI_Error_InvalidMediaCallType

 

Description

Specified incorrect call type.

 

JSON object


{
  "cmd"      : "0001",
  "evocator" : "XXXX",
  "error"    : 39,
  "Type"     : 154
}

PArameter

Type

Value

cmd

string

command of the error HEX "0001";

evocator

string

HEX code of the sent command that caused the error;

error

integer

error number;

Type

integer

incorrect call type specified in the initial request.

 

Problem solution

Specify correct call type in the initial request according to availlable options from documentation.