Updated on 2024-03-05 GMT+08:00

Interface Invoking Sequence

Interface Invoking Sequence for Making a Click-to-Dial Voice Call

  1. Invoke the checkClickToCallSupport interface to check whether the channel supports the click-to-dial function.
  2. Invoke the createClickToCall interface to create a click-to-dial call.
  3. Invoke the getClickToCallEvents interface in the case of long polling after a click-to-dial call is created to obtain the click-to-dial call event.
  4. Invoke the dropClickToCall interface to hang up the call on the subscriber side and release the click-to-dial call.

Interface Invoking Sequence for Making a Collaborative Click-to-Dial Call (Multimedia Text and then Click-to-Dial Call)

  1. Invoke the send interface to access a multimedia text session.
  2. Invoke the checkClickToCallSupport interface to check whether the channel supports the click-to-dial function.
  3. Invoke the createClickToCall interface to create a click-to-dial call.
  4. Invoke the getClickToCallEvents interface in the case of long polling after a click-to-dial call is created to obtain the click-to-dial call event.
  5. Invoke the dropClickToCall interface to hang up the call on the subscriber side and release the click-to-dial call.

Interface Invoking Sequence for Making a Collaborative Click-to-Dial Call ( Click-to-Dial Call and then Multimedia Text)

  1. Invoke the checkClickToCallSupport interface to check whether the channel supports the click-to-dial function.
  2. Invoke the createClickToCall interface to create a click-to-dial call.
  3. Invoke the getClickToCallEvents interface in the case of long polling after a click-to-dial call is created to obtain the click-to-dial call event.
  4. Invoke the send interface to access a multimedia text session.
  5. Invoke the dropClickToCall interface to hang up the call on the subscriber side and release the click-to-dial call.