canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,628
edits
| Line 105: | Line 105: | ||
* <code><peer></code> is a string which is the id of the peer that the call is with. e.g. <code>0123456798</code> or <code>foo@example.com</code> | * <code><peer></code> is a string which is the id of the peer that the call is with. e.g. <code>0123456798</code> or <code>foo@example.com</code> | ||
* <code><call id></code> contains the call id for a single call sequence. | * <code><call id></code> contains the integer call id for a single call sequence. | ||
** This is used to ensure that messages from one call with a peer don't affect other calls/actions with the same peer. | ** This is used to ensure that messages from one call with a peer don't affect other calls/actions with the same peer. | ||
** Currently, sending a new call id for a call with a peer does not force a new call to be started. | ** Currently, sending a new call id for a call with a peer does not force a new call to be started. | ||