10.07.2015 Views

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

Lotus Instant Messaging/ Web Conferencing ... - IBM Redbooks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Company's <strong>Web</strong> Site InterfaceSite AreaOn LineHelp PlaceAttendants InterfaceFigure 13-18 Call center place architectureThe description of how to build the solution will be discussed in discreet parts.Step 1: Implementing the customer interfaceIn order to implement the customer part of this scenario, we apply similartechniques to those described in 13.6.1, “Enabling people awareness intoexisting applications” on page 379. In this case, however, we use a few moreresources from the Sametime Links Toolkit.When the user clicks on a link, he enters the Online Help Place. To do this, wemust call the following functions:►Use the STLinksEnterPlace() function to put the user into the OLSupportPlace. This Place will hold each customer request to access online support.To do this, we implement a JavaScript function to be called when therequested link is pressed. This is shown in Example 13-7.Example 13-7 JavaScript function to make the user enter a Placefunction callSupport(){STLinksEnterPlace("OLSupport", true );window.open("", "", "height=200,width=300")}Chapter 13. Visioning scenario: Sametime enterprise integration 403

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!