This is an old revision of the document!
conferenceCJI(pwdtype, password, usertype, user, orgidentity, callbackFuc)
When call consult success, connect the consult party to the call
| Params | Type | Description |
|---|---|---|
| pwdtype | String | Use plaintext or md5 password for agent or account |
| password | String | password |
| usertype | String | agent / account |
| user | String | Agent No. or Username |
| orgidentity | String | The identity string of the team |
| callbackFuc | String | callback function |
{code:code,message:message}
| Value | Description |
|---|---|
{code:1,message:message}
| {code:succeeded,messages:messages}
|
{code:2,message:message}
| {code:failed,message:message}
|