// request
{
"event":"unauth"
}
// response
{
"event":"unauth",
"status":"OK",
"chanId":0
}
// response-failure
{
"event":"error",
"status":"FAILED",
"chanId":0,
"code":"<CODE>"
}
Error Codes
10201 : Not authenticated
// request
{
"event":"unauth"
}
// response
{
"event":"unauth",
"status":"OK",
"chanId":0
}
// response-failure
{
"event":"error",
"status":"FAILED",
"chanId":0,
"code":"<CODE>"
}
Error Codes
10201 : Not authenticated