Browse Source

Added documentation about busy reasons.

pull/71/head
Simon Eisenmann 11 years ago
parent
commit
3d1ccf73a0
  1. 6
      doc/CHANNELING-API.txt

6
doc/CHANNELING-API.txt

@ -264,7 +264,11 @@ Peer connection documents @@ -264,7 +264,11 @@ Peer connection documents
Bye known keys:
Reason : Reason for sending bye (busy, reject). (string).
Reason : Reason for sending bye. (string).
Possible reasons:
busy : Called user is busy.
reject : Called user has rejected call.
pickuptimeout : Called user did not pick up.
If you do not want to give a reason just send Bye as empty JSON mapping.

Loading…
Cancel
Save