This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:custom_development_guide:apis:webservice:conference [2016/09/05 07:52] liuxl created |
en:custom_development_guide:apis:webservice:conference [2019/01/03 03:46] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Function: | *Function: | ||
| - | <code>conference(nwaycalluniqueid, calleruniqueid, agentuniqueid, consultcount, pwdtype, password, usertype, user, orgidentity)</code> | + | <code>conference(pwdtype, password, usertype, user, orgidentity)</code> |
| *Description: | *Description: | ||
| Line 9: | Line 9: | ||
| *Parameters: | *Parameters: | ||
| - | ^Params ^Type ^Description | + | ^Params ^Type ^Description ^ |
| - | |nwaycalluniqueid|String|uniqueid of the consult party| | + | |
| - | |calleruniqueid|String|uniqueid of the caller| | + | |
| - | |agentuniqueid|String|uniqueid of the agent| | + | |
| - | |consultcount|String|how many parties in the conference besices caller and agent| | + | |
| |pwdtype|String|Use plaintext or md5 password for agent or account| | |pwdtype|String|Use plaintext or md5 password for agent or account| | ||
| |password|String|password| | |password|String|password| | ||
| Line 21: | Line 17: | ||
| *Return Format: | *Return Format: | ||
| - | <code>|Return|code|Return|message</code> | + | <code>|Retuen|code|Retuen|message</code> |
| *Type of the Return Value: String | *Type of the Return Value: String | ||
| Line 27: | Line 23: | ||
| ^Value ^Description ^ | ^Value ^Description ^ | ||
| - | |<code>|Return|1|Return|message</code>|<code>Succeeded||Messages</code>| | + | |<code>|Retuen|1|Retuen|message</code>|<code>Succeeded||Messages</code>| |
| - | |<code>|Return|2|Return|message</code>|<code>Failed||Messages</code>| | + | |<code>|Retuen|2|Retuen|message</code>|<code>Failed||Messages</code>| |