Copyright and Trademark Information Trademarks Disclaimer; No Warranty

Size: px
Start display at page:

Download "Copyright and Trademark Information Trademarks Disclaimer; No Warranty"

Transcription

1

2 Copyright and Trademark Information Under the copyright laws, this document may not be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form, in whole or in part, without the prior written consent of Lotus Development Corporation, except in the manner described in the documentation or the applicable licensing agreement governing the use of the software. Copyright Lotus Development Corporation 55 Cambridge Parkway Cambridge, MA All Rights Reserved. Printed in USA. Trademarks Lotus, Sametime, and Freelance are registered trademarks of Lotus Development Corporation. IBM is a registered trademark of International Business Machines Corporation. Java and all Java-based trademarks and logos are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Microsoft, NetMeeting, Windows, Windows NT, and the Windows logo are registered trademarks of Microsoft Corporation in the United States, other countries, or both. MMX is a trademark and Pentium is a registered trademark of Intel Corporation in the United States, other countries, or both. Other product and company names mentioned herein may be the trademarks or registered trademarks of their respective owners. Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM) ARE PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY OF THIS INFORMATION, THIS INFORMATION AND ALL OTHER DOCUMENTATION ARE PROVIDED AS IS WITHOUT ANY WARRANTY WHATSOEVER AND IS SUBJECT TO CHANGE. TO THE MAXIMUM EXTENT PERMITTED, LOTUS DEVELOPMENT CORPORATION DISCLAIMS ALL WARRANTIES, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE SAME. LOTUS DEVELOPMENT CORPORATION SHALL NOT BE RESPONSIBLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION, DIRECT, INDIRECT, CONSEQUENTIAL OR INCIDENTAL DAMAGES, ARISING OUT OF THE USE OF, OR OTHERWISE RELATED TO, THIS INFORMATION OR ANY OTHER DOCUMENTATION. NOTWITHSTANDING ANYTHING TO THE CONTRARY, NOTHING CONTAINED IN THIS INFORMATION OR ANY OTHER DOCUMENTATION IS INTENDED TO, NOR SHALL HAVE THE EFFECT OF, CREATING ANY WARRANTIES OR REPRESENTATIONS FROM LOTUS DEVELOPMENT CORPORATION (OR ITS SUPPLIERS OR LICENSORS), OR ALTERING THE TERMS AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT GOVERNING THE USE OF THE SOFTWARE REFERRED TO HEREIN.

3 Contents About This Paper... 1 Acknowledgements... 1 Related Documents... 1 Introduction... 2 What Is Lotus Sametime?... 2 What Is the Sametime Java Toolkit?... 2 What Is the Sametime C++ Toolkit?... 2 Architecture... 3 Modular... 4 Thread-Safe... 4 Extendable... 4 Object-Oriented API... 4 Toolkit Components... 5 Community UI Components... 5 Community Services... 9 Meeting Services Conclusion... 14

4

5 About This Paper The Sametime Client Toolkits provide the ability to Sametime-enable software applications in both Java and Windows environments. Both toolkits are based on the same architecture and are therefore very similar. The Java Toolkit exposes the entire client feature set provided by Sametime 2.0, while the C++ Toolkit (which is targeted for Windows) supports only Community Services features. This paper covers both toolkits and will describe the common features and differences where applicable. Acknowledgements The following Sametime team members contributed to this white paper: Meyer Falik, Harry Hornreich, Stephen Londergan, Marjorie Schejter, Yafit Telyas, Nisan Taibi Related Documents Sametime 2.0 Java Toolkit Tutorial Sametime 2.0 Java Toolkit Developers Guide Sametime 2.0 Java Toolkit Javadoc Reference Sametime 2.0 C++ Toolkit Tutorial Sametime 2.0 C++ Toolkit Developers Guide Sametime 2.0 C++ Toolkit HTML Reference White Paper What s New in the Sametime 2.0 Java Toolkit Sametime Application Developers Sheet Additional information can be found at the following Web sites: Lotus Development Corporation Introducing the Sametime Client Toolkits 1

6 Introduction What Is Lotus Sametime? Lotus Sametime is a family of collaboration products providing real-time awareness, communication, screen-sharing capabilities, and IP audio/video services. Sametime brings the flexibility and efficiency of real-time communication to the business world by connecting people to people: colleagues, customers, suppliers and partners. Lotus Sametime also includes comprehensive Java and C++ based application development toolkits, which developers use to embed real-time capabilities (such as chat and real-time help features) into e-business applications. What Is the Sametime Java Toolkit? The Lotus Sametime Java Toolkit is a collection of building blocks or components that developers use to build applications which leverage the functionality and services provided by Lotus Sametime. These toolkit components can be used in any standard development environment that supports JDK 1.1 or above. The Sametime Java Toolkit is used by developers to embed Sametime-based services and functionality in Web applications. For example, a developer could use the Java Toolkit to build a facility for live customer-service-style help in an online marketplace, or perhaps build awareness into a knowledge management application, or to bring application sharing into an e-business application. What Is the Sametime C++ Toolkit? The Sametime C++ Toolkit is also a collection of components that allow developers to enhance Windows applications with Community Services, such as awareness and instant messaging. Using the Microsoft Visual C++ Developer Studio, developers can quickly and easily Sametime-enable any Win32 or MFC based Windows application. 2 Introducing the Sametime Client Toolkits Lotus Development Corporation

7 Architecture Sametime Client Toolkits provide access to core Sametime services such as awareness, instant messaging, whiteboard and application sharing as well as to Sametime s audio/video capabilities. Higher-level Sametime-enabled Abstract Window Toolkit (AWT) Java components can be embedded inside any AWT container. Sametime Client Toolkits have a layered architecture with three different layers: Transport Layer through which all communication with the Sametime server passes and which provides the basic communication with the Sametime server. Service Layer providing access to the Sametime Community and Meeting Services. UI Layer providing UI components and Sametime-enabled AWT components. Legend Available for Java only Available for Jave and C++ Figure 1: Sametime 2.0 Client Architecture. Please note that the Java Toolkit provides all of the above layers, while the C++ Toolkit provides only the Transport and Community Service layers. The Sametime Client Toolkits are modular, thread-safe and extendable, providing an easy-to-use object-oriented API. Lotus Development Corporation Introducing the Sametime Client Toolkits 3

8 Modular Since the Sametime Client Toolkits are component-based, the developer has complete control over exactly which components are loaded and used, based on the requirements of a given application. Only the packages (for Java) or libraries (for C++) containing the required components from the toolkit need to be included in the final application or applet. This modular structure results in smaller deliverables for C++, and shorter download time for Java. Thread-Safe The Sametime Client Toolkits are thread-safe so that the developer can make multiple thread calls on the Toolkit API without needing to synchronize them. Extendable Developers can add components that provide new services and revisions to the user interface, making the toolkits extendable by both core Sametime developers and also by third-party developers. This allows developers to add new UI functionality and additional services to support extended Sametime capabilities on the server side. Object-Oriented API Sametime Client Toolkits provide a natural object-oriented API for the developer. Each service is an interface implemented by a component class (for Java) or simply a class (for C++). Many services create and require use of one or more additional helper objects in order to execute the service functionality. 4 Introducing the Sametime Client Toolkits Lotus Development Corporation

9 Toolkit Components The toolkits contain three types of components: 1. Community UI for displaying the events from the Community Services 2. Community Services on a semantic level 3. Meeting Services, which allow real-time collaboration Community UI Components These components (which are available only in the Java Toolkit) provide a standard UI for Community Services functionality. The components are responsible for listening to events from the Community Services components and displaying the appropriate UI. The available Community UI components are: Chat UI Community UI Chat UI The Chat UI component is used to create Sametime meetings and participate in them without having to code the low-level protocols that are involved. It includes the Invite dialog used for inviting users to meetings, the Join dialog for incoming invitations, and the Chat window. The Chat UI component can also send a notification requesting to launch the Meeting Room Client (MRC) for richer Sametime meetings that require features such as audio/video, application sharing, and whiteboarding. Chat UI must be loaded into the Sametime session object just like any other toolkit component. The Chat UI component listens to events from the Instant Messaging and Post services (see Community Services on page 9) and notifies the user of incoming instant messages and meeting invitations. It can also be used to easily initiate instant messages and meetings. Lotus Development Corporation Introducing the Sametime Client Toolkits 5

10 Figure 2: N-way Chat Window created by Chat UI component. Community UI The Community UI component provides the following capabilities: Resolve user names in the community. When more than one user match is found, a dialog allowing the user to select the appropriate name is displayed. Display messages when the user is disconnected from the community. This message includes a short text description giving the specific disconnect reason. Display administrator messages that are sent to the entire community. Community AWT Components The Java Toolkit includes the following Sametime-enabled AWT components: Add Dialog This dialog is used to add users in the Community to the buddy list by entering their names or browsing for them in the Sametime directory. 6 Introducing the Sametime Client Toolkits Lotus Development Corporation

11 Figure 3: Add Dialog Awareness List This embeddable AWT panel displays the current online status for a predefined list of users in the Community. Users launch instant messages and Sametime meetings with participants from the list by selecting one or more users and choosing the required type of meeting from the context menu. (Figure 2 shows an Awareness list embedded inside a chat window.) Lotus Development Corporation Introducing the Sametime Client Toolkits 7

12 Capabilities List This embeddable AWT panel displays the available audio/video tools of a list of users. Capabilities List Figure 4: Capabilities List embedded inside Invite dialog. Directory Dialog and Panel This dialog and embeddable AWT panel provide standard UI for browsing and searching the Sametime directory for users and groups. Group Content Dialog This dialog displays the content of a Sametime directory group. Place Awareness List This embeddable AWT panel displays a list of users in the Community that are currently in a specific place (such as viewing the same database, document, or Web page). The users are shown with their current online status. You can launch instant messages and Sametime meetings with participants from the list by selecting one or more users and choosing the required type of meeting from the context menu. Privacy Dialog and Panel This dialog and panel provide a standard UI for setting and viewing your Sametime privacy settings. 8 Introducing the Sametime Client Toolkits Lotus Development Corporation

13 Resolve Panel This embeddable AWT panel is used to resolve user names to unique Sametime user objects. Tools Dialog This dialog displays the audio/video tools of a list of users. Community Services Community Services are available in both toolkits. The Community Services expose the features of the community part of the Sametime server including fundamental capabilities, such as awareness and online messaging. Awareness The Awareness Service provides the ability to be aware of the online status of different kinds of Sametime objects such as users, groups and servers. Using this service, you can register to receive notifications of changes in the online status and online attributes of users. This service is sometimes referred to as People Awareness. Community The Community Service is the core service you must use in order to log in and log out from the Sametime server. In addition to login, the Community Service provides the ability to change your status and privacy in the community to receive administrator messages, and to request to change your displayed user name if you logged on anonymously. Directory Services The Directory Service enables you to browse the Sametime community directories. It provides a list of all available directories and allows you to query for chunks of entries in each directory. Depending on the directory configuration, directory browsing might not be available on your Sametime server. (For example, directory browsing is not available when using an LDAP directory.) When directory browsing is not available, the developer should limit the application to the use of the Lookup Service (see below) that provides name-resolving capabilities. Instant Messaging The Instant Messaging Service allows the sending of text and binary messages between clients. It is used for standard instant messages, but can also be used for passing any other messages such as game moves and translated messages. Lotus Development Corporation Introducing the Sametime Client Toolkits 9

14 Lookup The Lookup Service provides the ability to resolve user and group names to unique user or group objects and to query group content. Names 1 The Names Service helps manage user nicknames and name delimiters across the entire application. This local service has no equivalent server-side component. For example: A user can define the nickname Joe for a user in his buddy list, and that user will appear as Joe anywhere he is shown. Sametime Connect uses this service to provide Automatic Nicknames for users. This is a way to quickly shorten all the names of the users in the buddy list by having the name cut at some predefined delimiter, which is often the / delimiter in a hierarchical name. For example, Stephen Londergan/Cam/Lotus will instead be shown as Stephen Londergan. Places The Places Service exposes the places architecture and allows you to create virtual places. The flexibility of the places architecture allows you to develop varied applications that take advantage of place-based awareness. The Sametime 2.0 places architecture unifies the Meeting and Community Services in Sametime 2.0. It binds the activities provided by the meeting Services (such as audio, video, application sharing, and whiteboard) with a place provided by the Community Services. Post The Post Service allows you to send a single message to many users at once, and allows these users to respond to the message. Storage The Storage Services stores user-related information such as attributes directly on the Sametime server. The Storage Service allows you to access these attributes from wherever you log into your Sametime server. For example, a user s Connect buddy list is stored on the Sametime server, so that a user can log in from any machine and always get the right buddy list. Sametime applications can use this service to access standard Sametime attributes, such as buddy list and Connect preferences, or add their own application-specific attributes. Token The Token Service provides the ability to generate a token that can be used by a logged-in user to log in to the Sametime server without being challenged to authenticate again. For example, a Sametime application could generate a token and pass it as a parameter to a second application. The launched application would then use this token to 1 Currently available only in the Java Toolkit. 10 Introducing the Sametime Client Toolkits Lotus Development Corporation

15 log in to the community. A token has a time limit, depending on administrator configuration. Meeting Services Meeting Services are available only in the Java Toolkit. Meeting Services allow client Java applets and applications to create and join multi-participant meetings. These services are used to share and annotate documents, share and control applications, and communicate using live audio and video. Developers choose the tools to use in a meeting, and can control the visual layout and containments of various UI components. The Meeting Services include application sharing, shared whiteboard, and IP audio and video, and also provide a highly scalable and lightweight Broadcast Receiver. The Broadcast Receiver receives and interprets audio, video and data streams generated by the different Meeting Services, and renders these without actively participating in the meeting. Meeting Factory Services The Meeting Factory Services handle the authenticated connection to the Sametime server used by the various meeting components (application sharing, whiteboard, audio/video). Objects can register themselves and receive events about the connection and meeting join process. Application Sharing Service The Application Sharing Service allows applications to be shared within the context of a place. Additionally, clients within a place are able to view and/or control the shared application. Common uses include on-line editing, remote control, software demonstrations and presentations. Whiteboard The Whiteboard Service allows users within a place to simultaneously view and annotate attached content and to create whiteboard content by using a basic set of tools (lines, boxes, circles, text, etc.) for drawing. (See Figure 5.) Whiteboard content, such as a Power Point or Freelance presentation, can be attached to a meeting created in the Sametime Meeting Center. Developers can either programmatically control the various whiteboard elements (such as switching between documents and pages and selecting drawing tools/colors/stroke widths) or to use a default set of AWT components that encompass complete whiteboard functionality. Lotus Development Corporation Introducing the Sametime Client Toolkits 11

16 Figure 5: Whiteboard and Place Awareness list. Streamed Media One of the major features of Sametime 2.0 is the addition of IP audio and video; when you use the Java Toolkit, you can access these capabilities in your own applications. Once you have a place object with audio or video activities defined, you can manipulate different features of these activities, such as muting a microphone or pausing the video camera. In addition you can create an AWT panel to display local or incoming video. This same technique can be used for scheduled, instant, and broadcast meetings. General Streamed Media Service The Streamed Media Service allows clients to access audio, video, and/or data content in a meeting. This service handles all service-level aspects of controlling the content streams, including support for audio mute and pause/play of video. The specific implementation of the service determines which types of content are available and whether the content can be both transmitted and received, or received only. Streamed Media Interactive Service The Streamed Media Interactive Service provides clients with two-way communication via audio and video within the context of a place. This service encompasses all the functionality needed to participate in a two-way or multiple-way IP audio/video call. 12 Introducing the Sametime Client Toolkits Lotus Development Corporation

17 The service handles all semantic-level aspects of controlling the audio and video streams including support for audio mute, pause/play of video, displaying the video stream, and conducted or request mode audio calls. Streamed Media Broadcast Service The Streamed Media Broadcast service allows clients to receive the audio, video, and data content being sourced by an interactive client meeting. Clients using this service are limited to only viewing the meeting and cannot interact. Unlike other services, the Broadcast Streamed Media Service does not require the use of Sametime places. Common uses of the Streamed Media Broadcast Service include remote viewing and large-scale software demonstrations and presentations. This service is more scalable than the interactive services since multicast is used whenever possible. Lotus Development Corporation Introducing the Sametime Client Toolkits 13

18 Conclusion Real-time collaboration is becoming as trivial as , and as common and as necessary as the telephone system. In fact, collaborating in real time over IP is almost as natural as picking up the telephone and in many cases can reduce the costs. Real-time technologies like Sametime are growing. Companies rely on Web-based, real-time collaboration to do business with their customers, partners, and suppliers, and people expect real-time help in almost any e-commerce related venture. We re proud that Lotus Sametime is not only the leader in out of the box business-ready, real-time collaboration, but that the Sametime toolkits offer opportunities for unlimited customized solutions. A Sametime developer s community has been created to foster the exchange of experiences, knowledge and support among the members. More information, such as white papers, guidelines and news, is available at our Developer s Community Web site: 14 Introducing the Sametime Client Toolkits Lotus Development Corporation

19

20

Disclaimer; No Warranty Copyright Trademarks

Disclaimer; No Warranty Copyright Trademarks Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM) ARE PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY

More information

Copyright and Trademark Information

Copyright and Trademark Information August 2001 Copyright and Trademark Information Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM) ARE PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS

More information

Disclaimer; No Warranty Copyright Trademarks

Disclaimer; No Warranty Copyright Trademarks Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM) ARE PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY

More information

Sametime Links 3.0 Toolkit

Sametime Links 3.0 Toolkit Sametime Links 3.0 Toolkit Community Services API Developer s Guide and Reference Disclaimer Copyright and Trademark Information THIS DOCUMENTATION IS PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS

More information

TECHNICAL PAPER. HomeMeeting Messenger User Guide. January, A HomeMeeting Inc. Official Document

TECHNICAL PAPER. HomeMeeting Messenger User Guide. January, A HomeMeeting Inc. Official Document TECHNICAL PAPER HomeMeeting Messenger User Guide January, 2006 A HomeMeeting Inc. Official Document Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM)

More information

G Lotus Instant Messaging and Web Conferencing

G Lotus Instant Messaging and Web Conferencing Lotus Instant Messaging and Web Conferencing Version 6.5.1 for iseries Installing and Managing Lotus Instant Messaging and Web Conferencing (Sametime) 6.5.1 for iseries G210-1571-00 Copyright and Trademark

More information

Lotus Sametime 7 for i5/os

Lotus Sametime 7 for i5/os Lotus Sametime 7 for i5/os Version 7 Installing and Managing Sametime 7 for i5/os G210-2062-00 Copyright and Trademark Information Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION

More information

DISCLAIMER COPYRIGHT List of Trademarks

DISCLAIMER COPYRIGHT List of Trademarks DISCLAIMER This documentation is provided for reference purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this documentation, this documentation

More information

Introducing IBM Lotus Sametime 7.5 software.

Introducing IBM Lotus Sametime 7.5 software. Real-time collaboration solutions March 2006 Introducing IBM Lotus Sametime 7.5 software. Adam Gartenberg Offering Manager, Real-time and Team Collaboration Page 2 Contents 2 Introduction 3 Enhanced instant

More information

software Lotus Sametime 3.1 for iseries Installing and Managing Guide

software Lotus Sametime 3.1 for iseries Installing and Managing Guide software Lotus Sametime 3.1 for iseries Installing and Managing Guide Copyright and Trademark Information Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC

More information

TECHNICAL PAPER. JoinNet User s Guide Supplement: Android Version 2.0. A HomeMeeting Inc. Official Document

TECHNICAL PAPER. JoinNet User s Guide Supplement: Android Version 2.0. A HomeMeeting Inc. Official Document TECHNICAL PAPER JoinNet User s Guide Supplement: Android Version 2.0 A HomeMeeting Inc. Official Document Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC

More information

IBM Lotus Instant Messaging Gateway

IBM Lotus Instant Messaging Gateway A Lotus Softare White Paper September 2004 softare IBM Lotus Instant Messaging Gateay G210-1822-00 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMA TIONAL PURPOSES ONLY.

More information

Lotus Sametime 7 G Conversion Services Setup Guide. Version 7

Lotus Sametime 7 G Conversion Services Setup Guide. Version 7 Lotus Sametime 7 Version 7 Conversion Services Setup Guide G210-2063-00 Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM) ARE PROVIDED FOR REFERENCE

More information

Lotus Technical Night School XPages and RDBMS

Lotus Technical Night School XPages and RDBMS Lotus Technical Night School XPages and RDBMS Note: Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Release Notes 7.0.7.4 P03 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

Cisco Meeting App. User Guide. Version December Cisco Systems, Inc.

Cisco Meeting App. User Guide. Version December Cisco Systems, Inc. Cisco Meeting App User Guide Version 2.5.0 December 2018 Cisco Systems, Inc. www.cisco.com 1 Contents 1 Contents 1 Contents ii 1 Version history iv 1 Welcome to Cisco Meeting App 5 1.1 Cisco Meeting App

More information

User Guide for Cisco Jabber for Mac 11.6

User Guide for Cisco Jabber for Mac 11.6 User Guide for Cisco Jabber for Mac 11.6 User Guide 2 New and Changed Information 2 Availability 2 Contacts 4 Chats 5 Calls 7 Meetings 10 Custom Tabs 13 Accessibility 14 Troubleshooting 17 Revised: April

More information

IBM Lotus Sametime Advanced 8

IBM Lotus Sametime Advanced 8 IBM Lotus Sametime Advanced 8 Lisa Sarkady Lotus IT Specialist Great Lakes District 1 Agenda Sametime product family overview Sametime Advanced overview & demo Architecture & Deployment 2 IBM Software

More information

Lotusphere IBM Collaboration Solutions Development Lab

Lotusphere IBM Collaboration Solutions Development Lab Lotusphere 2012 IBM Collaboration Solutions Development Lab Lab#4 IBM Sametime Unified Telephony Lite telephony integration and integrated telephony presence with PBX 1 Introduction: IBM Sametime Unified

More information

Cisco WebEx Best Practices for Secure Meetings for Site Administrators and Hosts

Cisco WebEx Best Practices for Secure Meetings for Site Administrators and Hosts Cisco WebEx Best Practices for Secure Meetings for Site Administrators and Hosts First Published: 2016-04-04 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA

More information

Unified Meeting User Guide

Unified Meeting User Guide Unified Meeting User Guide v4.4.1 Unified Meeting lets you quickly and easily bring people together from anywhere in the world so they can see what you want to show them, hear what you have to say and

More information

Unified Meeting User Guide

Unified Meeting User Guide Unified Meeting User Guide v4.4.4 Unified Meeting lets you quickly and easily bring people together from anywhere in the world so they can see what you want to show them, hear what you have to say and

More information

IBM Lotus Notes 8.5 Version to Version Comparison IBM Corporation

IBM Lotus Notes 8.5 Version to Version Comparison IBM Corporation IBM Lotus Notes 8.5 Version to Version Comparison Overview This presentation highlights the evolutionary value provided across selected releases of IBM Lotus Notes software by outlining selected enhancements

More information

Nimsoft Monitor. proxy Guide. v3.1 series

Nimsoft Monitor. proxy Guide. v3.1 series Nimsoft Monitor proxy Guide v3.1 series Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

Profiles (permissions) Document Version: V1.6 March 2018

Profiles (permissions) Document Version: V1.6 March 2018 Profiles (permissions) Document Version: V1.6 March 2018 Profiles (permissions) Create profiles with different permission sets for greater role flexibility At LiveEngage we recognize that every brand is

More information

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager CA Clarity PPM Connector for Microsoft SharePoint Product Guide v1.1.0 Second Edition This documentation and any related computer software help programs (hereinafter

More information

Toad DevOps Toolkit 1.0

Toad DevOps Toolkit 1.0 Toad DevOps Toolkit 1.0 Release Notes 9/29/2017 These release notes provide information about the Toad DevOps Toolkit release. About Toad DevOps Toolkit Toad DevOps Toolkit exposes key Toad for Oracle

More information

Tisio CE Release Notes

Tisio CE Release Notes Tisio CE Release Notes Copyright Copyright 2005, 2006, 2007 and 2008 by ThinPATH Systems, Inc. The information contained in this document is subject to change without notice. ThinPATH Systems, Inc. shall

More information

About MiTeam. MiTeam Stream. MiTeam on MiCollab for PC, MAC Client, and Web Client. MiTeam Stream tabs. Create a Stream.

About MiTeam. MiTeam Stream. MiTeam on MiCollab for PC, MAC Client, and Web Client. MiTeam Stream tabs. Create a Stream. QMiTeam for Enterprise Quick Reference Guide About MiTeam MiTeam is a work stream communications and collaboration tool that provides a highly collaborative and persistent workspace for team-meetings,

More information

argusoft A66, Sector 25, GIDC Electronic Estate, Gandhinagar, Gujarat , India Dumbarton Court, Newark, CA 94560, USA

argusoft A66, Sector 25, GIDC Electronic Estate, Gandhinagar, Gujarat , India Dumbarton Court, Newark, CA 94560, USA ROOBROO DESKTOP COLLABORATION PLATFORM ARCHITECTURAL OVERVIEW AND CONFIGURATION HIGHLIGHTS PRESENTED BY: argusoft A66, Sector 25, GIDC Electronic Estate, Gandhinagar, Gujarat 382016, India 35463 Dumbarton

More information

IBM Lotus Domino WebMail

IBM Lotus Domino WebMail Help increase business efficiency by extending easy-to-use, cost-effective Lotus Domino e-mail to more of your organization IBM Lotus Domino WebMail Highlights Provides basic browser-based Supports multiple

More information

AD218 Working with Customers via the IBM Lotus Sametime Links Toolkit. Carl Tyler Instant Technologies

AD218 Working with Customers via the IBM Lotus Sametime Links Toolkit. Carl Tyler Instant Technologies AD218 Working with Customers via the IBM Lotus Sametime Links Toolkit Carl Tyler Instant Technologies Agenda What is Lotus Sametime Links (STLinks) Adding STLinks to your site Building a STLinks queuing

More information

Unified Meeting 5. connecting customers, colleagues and suppliers. Real-time communication. we are

Unified Meeting 5. connecting customers, colleagues and suppliers. Real-time communication. we are Unified Meeting 5 Daisy Audio and Web Conferencing User Guide Real-time communication connecting customers, colleagues and suppliers What is Unified Meeting 5 Enhance your communication and make meetings

More information

IBM Lotus Sametime and Unified Communications and Collaboration. Strategy and Technical Roadmap

IBM Lotus Sametime and Unified Communications and Collaboration. Strategy and Technical Roadmap IBM Lotus Sametime and Unified Communications and Collaboration Strategy and Technical Roadmap stephen_londergan@us.ibm.com March 2007 A new reason to look at Lotus Sametime 2006: the year of Lotus Sametime.

More information

software Lotus QuickPlace 3.0 for iseries Installing and Managing Guide

software Lotus QuickPlace 3.0 for iseries Installing and Managing Guide software Lotus QuickPlace 3.0 for iseries Installing and Managing Guide Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM) ARE PROVIDED FOR REFERENCE PURPOSES

More information

Participant Reference Guide. September 6,

Participant Reference Guide. September 6, Participant Reference Guide September 6, 2017 1 Table of Contents Chapter 1: Introduction... 3 Section 1.1: System Requirements 3 Section 1.2: Definitions 4 Chapter 2: Audio Conferencing... 5 Section 2.1:

More information

quick start card Using AT&T Connect on Mac For participants, hosts and presenters

quick start card Using AT&T Connect on Mac For participants, hosts and presenters quick start card Using AT&T Connect on Mac For participants, hosts and presenters 2016 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are

More information

What s New in the IBM Lotus Notes Client. Kevin O Connell, Consulting Manager, IBM Asia Pacific

What s New in the IBM Lotus Notes Client. Kevin O Connell, Consulting Manager, IBM Asia Pacific Technical Track What s New in the IBM Lotus Notes Client Kevin O Connell, Consulting Manager, IBM Asia Pacific ID101 What's New in the IBM Lotus Notes Client Kevin O'Connell Asia Pacific Consulting Manager

More information

Scopia Management. User Guide. Version 8.2. For Solution

Scopia Management. User Guide. Version 8.2. For Solution Scopia Management User Guide Version 8.2 For Solution 8.2 8.2 2000-2013 RADVISION Ltd. All intellectual property rights in this publication are owned by RADVISION Ltd and are protected by United States

More information

ShoreTel Communicator for IBM Sametime User Guide. Release 3.0

ShoreTel Communicator for IBM Sametime User Guide. Release 3.0 ShoreTel Communicator for IBM Sametime User Guide Release 3.0 Legal Notices Document and Software Copyrights Copyright 2007-2014 by ilink Kommunikationssysteme GmbH, Berlin, Germany. All rights reserved.

More information

BT Conference Call MeetMe

BT Conference Call MeetMe BT Conference Call MeetMe Create virtual meetings that deliver results BT MeetMe Web Tools Advanced User Guide BT MeetMe To join a BT MeetMe call online visit: www.conferencing.bt.com/meetme or for more

More information

IBM Workplace TM Collaboration Services

IBM Workplace TM Collaboration Services IBM Workplace TM Collaboration Services Version 2.5 Mobile Client Guide G210-1962-00 Terms of Use Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY.

More information

Avaya Groupware Edition for IBM Lotus Help

Avaya Groupware Edition for IBM Lotus Help Avaya Groupware Edition for IBM Lotus Help Table of Contents Welcome to Groupware Edition for IBM Lotus Help...4 Overview...5 What is Groupware Edition for IBM Lotus?...5 Where is Groupware Edition located

More information

Cisco UC Integration for Microsoft Lync 9.7(4) User Guide

Cisco UC Integration for Microsoft Lync 9.7(4) User Guide First Published: August 05, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883

More information

CyberLink. U Webinar. User's Guide

CyberLink. U Webinar. User's Guide CyberLink U Webinar User's Guide Copyright and Disclaimer All rights reserved. To the extent allowed by law, U Webinar IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING

More information

WebSphere Commerce Developer Professional

WebSphere Commerce Developer Professional Software Product Compatibility Reports Product WebSphere Commerce Developer Professional 8.0.1+ Contents Included in this report Operating systems Glossary Disclaimers Report data as of 2018-03-15 02:04:22

More information

CollabraSuite, BEA Edition

CollabraSuite, BEA Edition CollabraSuite, BEA Edition User Guide Version 5.0 Copyright Copyright 2005 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software and documentation is subject to and made available

More information

IPNexus Client Secure Instant Messaging & Integrated Collaboration

IPNexus Client Secure Instant Messaging & Integrated Collaboration IPNexus Client Secure Instant Messaging & Integrated Collaboration Version 1.6 Getting Started Guide DOC00024 Rev. 3.0 11.04 2003, 2004 VCON Ltd. All Rights Reserved. Information in this document is subject

More information

One Identity Quick Connect for Base Systems 2.4. Administrator Guide

One Identity Quick Connect for Base Systems 2.4. Administrator Guide One Identity Quick Connect for Base Systems 2.4 Administrator Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Nimsoft Monitor Server

Nimsoft Monitor Server Nimsoft Monitor Server Configuration Guide v6.00 Document Revision History Version Date Changes 1.0 10/20/2011 Initial version of Nimsoft Server Configuration Guide, containing configuration and usage

More information

Lotus Learning Management System R1

Lotus Learning Management System R1 Lotus Learning Management System R1 Version 1.0.4 March 2004 Quick Install Guide G210-1793-00 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE

More information

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide One Identity Starling Two-Factor Desktop Login 1.0 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

CA IDMS Server. Release Notes. r17

CA IDMS Server. Release Notes. r17 CA IDMS Server Release Notes r17 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

MiTeam Stream. Launch MiTeam. MiTeam Stream tabs. QMiTeam for Enterprise Quick Reference Guide

MiTeam Stream. Launch MiTeam. MiTeam Stream tabs. QMiTeam for Enterprise Quick Reference Guide QMiTeam for Enterprise Quick Reference Guide MiTeam is a workstream communications and collaboration tool that provides a highly collaborative, persistent workspace for team-based meetings, conversations,

More information

MSS VSOC Portal Single Sign-On Using IBM id IBM Corporation

MSS VSOC Portal Single Sign-On Using IBM id IBM Corporation MSS VSOC Portal Single Sign-On Using IBM id Changes to VSOC Portal Sign In Page Users can continue to use the existing Client Sign In on the left and enter their existing Portal username and password.

More information

Lotus G Instant Messaging and Web Conferencing Directory and Database Access Toolkit. Developer s Guide. Version 6.5.1

Lotus G Instant Messaging and Web Conferencing Directory and Database Access Toolkit. Developer s Guide. Version 6.5.1 Lotus Instant Messaging and Web Conferencing Directory and Database Access Toolkit Version 6.5.1 Developer s Guide G210-1728-00 Copyright and Trademark Information Disclaimer THE INFORMATION CONTAINED

More information

StartMeeting Participant Guide

StartMeeting Participant Guide StartMeeting Participant Guide January 11, 2017 Table of Contents Chapter 1: Introduction... 3 Section 1.1: System Requirements 3 Section 1.2: Definitions 3 Chapter 2: Audio Conferencing... 5 Section 2.1:

More information

quick start card Using AT&T Connect on your PC For participants, hosts and presenters

quick start card Using AT&T Connect on your PC For participants, hosts and presenters quick start card Using AT&T Connect on your PC For participants, hosts and presenters 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein

More information

Cisco Meeting App. Cisco Meeting App (ios) Release Notes. October 06, 2017

Cisco Meeting App. Cisco Meeting App (ios) Release Notes. October 06, 2017 Cisco Meeting App Cisco Meeting App (ios) 1.9.19.0 Release Notes October 06, 2017 Cisco Systems, Inc. www.cisco.com Contents 1 What's changed in the Release Notes 1 2 Introduction 2 2.1 Installation Instructions

More information

Effective PMR Submission Best Practice. IBM Learn Customer Support

Effective PMR Submission Best Practice. IBM Learn Customer Support Effective PMR Submission Best Practice IBM Learn Customer Support PMR Best Practices When submitting a PMR, please make sure you provide as much information as you have. This allows the team to troubleshoot,

More information

Cisco Meeting App. User Guide. Version December Cisco Systems, Inc.

Cisco Meeting App. User Guide. Version December Cisco Systems, Inc. Cisco Meeting App User Guide Version 1.10 December 2017 Cisco Systems, Inc. www.cisco.com 1 Contents 1 Contents 1 Contents ii 1 Welcome to Cisco Meeting App 4 1.1 Cisco Meeting App 4 1.2 What's New in

More information

InterCall Unified Meeting SM User Guide v4.4

InterCall Unified Meeting SM User Guide v4.4 InterCall Unified Meeting SM User Guide v4.4 InterCall Unified Meeting lets you quickly and easily bring people together from anywhere in the world so they can see what you want to show them, hear what

More information

UNIFIED MEETING 5 DOWNLOAD AND SETUP

UNIFIED MEETING 5 DOWNLOAD AND SETUP UNIFIED MEETING 5 M A C U S E R G U I D E Unified Meeting 5, our meeting and collaboration application enhances the way you communicate by making meetings convenient and easy to manage. It improves your

More information

Nimsoft Unified Management Portal

Nimsoft Unified Management Portal Nimsoft Unified Management Portal NimsoftMobile Guide 2.0 Document Revision History Document Version Date Changes x.x xx/xx/2012 Initial version for xxxxxxxxxxxx Legal Notices Copyright 2012, Nimsoft Corporation

More information

Supporting Apple ios Devices

Supporting Apple ios Devices Supporting Apple ios Devices 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

CA File Master Plus. Release Notes. Version

CA File Master Plus. Release Notes. Version CA File Master Plus Release Notes Version 9.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

JavaFX. JavaFX Overview Release E

JavaFX. JavaFX Overview Release E JavaFX JavaFX Overview Release 2.2.21 E20479-06 April 2013 Learn about the JavaFX 2 and later technology, read a feature summary, explore the sample applications, and follow the high-level steps to create

More information

Technical Deep Dive Session

Technical Deep Dive Session Technical Deep Dive Session Today s agenda Planning your Lotus Notes & Domino 8 Rollout: Why Everyone Will Want Lotus Notes 8 Hardware and Software Requirements Install and Upgrade Options Pre-upgrade

More information

Virtual Delivery Classroom User Guide

Virtual Delivery Classroom User Guide Virtual Delivery Classroom User Guide (Last Updated December 7, 2015) NOTICE AND DISCLAIMER The information contained herein and/or these workshop/seminar proceedings (WORK) was prepared by or contributed

More information

quick start card AT&T Connect Using AT&T Connect on your PC v10.8 October 2014

quick start card AT&T Connect Using AT&T Connect on your PC v10.8 October 2014 quick start card Using AT&T Connect on your PC v10.8 October 2014 2014 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T

More information

User Guide for Avaya Scopia Control

User Guide for Avaya Scopia Control User Guide for Avaya Scopia Control Version 8.3 For Solution 8.3 March 2014 2000-2014 Avaya Inc. All intellectual property rights in this publication are owned by Avaya Inc. and are protected by United

More information

Attending a Meeting. Tips for Attending a Meeting

Attending a Meeting. Tips for Attending a Meeting Attending a Meeting Tips for Attending a Meeting, page 1 Tips for Attending a Video Meeting, page 2 About the Auto-Attend Feature, page 3 Attending a Meeting from an Emailed Invitation, page 4 Attending

More information

What's New in IBM Notes 9.0 Social Edition IBM Corporation

What's New in IBM Notes 9.0 Social Edition IBM Corporation What's New in IBM Notes 9.0 Social Edition IBM Client Strategy The flexible and comprehensive collaboration solution the client the server Universal access Remain productive regardless of location Browser

More information

October /RPP. Using. unications

October /RPP. Using. unications RELEASEE NOTES October 2013 3725-06648-003/RPP Using Polycom Unified Comm unications in Microsoft Environments 1 Release Notes Using Polycom Unified Communications in Microsoft Environments Copyright 2013,

More information

Lotus Team Workplace. Version Installation and Upgrade Guide G

Lotus Team Workplace. Version Installation and Upgrade Guide G Lotus Team Workplace Version 6.5.1 Installation and Upgrade Guide G210-1658-00 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE

More information

Ensuring a smooth upgrade to Sametime and IFR 1

Ensuring a smooth upgrade to Sametime and IFR 1 Ensuring a smooth upgrade to Sametime 8.5.2 and 8.5.2 IFR 1 Tony Payne, Sametime L3 February 29,2012 2011 IBM Corporation Agenda Plan Prepare Execute Troubleshoot Validate Known Fixes 2011 IBM Corporation

More information

WebEx Meeting Center TM Pro 6.2

WebEx Meeting Center TM Pro 6.2 BT Web Conferencing Powered by WebEx TM WebEx Meeting Center TM Pro 6.2 For collaborative meetings with 2 to 500 participants USER GUIDE Version 1.0. Last revised January 7, 2005 With BT Web Conferencing

More information

Siebel CTI Administration Guide. Siebel Innovation Pack 2015, Rev. A October 2015

Siebel CTI Administration Guide. Siebel Innovation Pack 2015, Rev. A October 2015 Siebel CTI Administration Guide Siebel Innovation Pack 2015, Rev. A October 2015 Copyright 2005, 2015 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

IBM SPSS Text Analytics for Surveys

IBM SPSS Text Analytics for Surveys Software Product Compatibility Reports Product IBM SPSS Text Analytics for Surveys 4.0.1.0 Contents Included in this report Operating systems Hypervisors (No hypervisors specified for this product) Prerequisites

More information

Emerald. Caller-ID Search Version 1.2. Emerald Management Suite IEA Software, Inc.

Emerald. Caller-ID Search Version 1.2. Emerald Management Suite IEA Software, Inc. Emerald Caller-ID Search Version 1.2 Emerald Management Suite 1 SOFTWARE LICENSE AGREEMENT By purchasing or installing all or part of the Emerald Management Suite, you indicate your acceptance of the following

More information

Polycom RealPresence Mobile for Apple ipad

Polycom RealPresence Mobile for Apple ipad Help 3.2 June 2014 3725-69929-003/A Polycom RealPresence Mobile for Apple ipad Copyright 2014, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another language

More information

Supporting ios Devices

Supporting ios Devices Supporting ios Devices 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information

Nimsoft Monitor. xendesktop Release Notes. All series

Nimsoft Monitor. xendesktop Release Notes. All series Nimsoft Monitor xendesktop Release Notes All series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being

More information

TASCAM DR CONTROL. Contents. Trademarks

TASCAM DR CONTROL. Contents. Trademarks Contents Trademarks...1 Software License Agreement...2 Connecting a DR-22WL/DR-44WL with a smartphone by Wi-Fi...3 Installing the TASCAM DR CONTROL app...3 Connect the DR-22WL/DR-44WL with the smartphone

More information

Microsoft Office Communicator 2007 R2 Getting Started Guide. Published: December 2008

Microsoft Office Communicator 2007 R2 Getting Started Guide. Published: December 2008 Microsoft Office Communicator 2007 R2 Getting Started Guide Published: December 2008 Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Unified Management Portal

Unified Management Portal Unified Management Portal Unified Management Portal Release Notes 6.2.1 Document Revision History Document Version Date Changes 1.0 12/18/2012 Initial version for UMP 6.2. 1.1 2/4/2013 Updated version

More information

MERIDIANSOUNDINGBOARD.COM TERMS AND CONDITIONS

MERIDIANSOUNDINGBOARD.COM TERMS AND CONDITIONS MERIDIANSOUNDINGBOARD.COM TERMS AND CONDITIONS Introduction This document sets forth the terms and conditions ("Terms and Conditions") governing your use of the MeridianHealth.com Web site ("Web Site")

More information

VACMAN Controller. HSM Integration Guide - White Paper. Revision 4.0

VACMAN Controller. HSM Integration Guide - White Paper. Revision 4.0 VACMAN Controller HSM Integration Guide - White Paper Revision 4.0 Disclaimer Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis, without any other warranties,

More information

RELEASE NOTES. Phase 1 May A. Polycom Concierge

RELEASE NOTES. Phase 1 May A. Polycom Concierge RELEASE NOTES Phase 1 May 2016 3725-74606-000A Polycom Concierge Contents Introducing the Polycom Concierge Solution... 3 New Features... 3 Endpoint and Meeting Control... 3 Enhanced Participant List Control...

More information

NCD ThinPATH PC Installation Guide and Release Notes

NCD ThinPATH PC Installation Guide and Release Notes NCD ThinPATH PC Installation Guide and Release s Copyright Copyright 2001 by Network Computing Devices, Inc. (NCD).The information contained in this document is subject to change without notice. Network

More information

Rational Asset Manager V7.5.1 packaging October, IBM Corporation

Rational Asset Manager V7.5.1 packaging October, IBM Corporation https://jazz.net/projects/rational-asset-manager/ Rational Asset Manager V7.5.1 packaging October, 2011 IBM Corporation 2011 The information contained in this presentation is provided for informational

More information

Security Support Open Mic Build Your Own POC Setup

Security Support Open Mic Build Your Own POC Setup IBM Security Access Manager 08/25/2015 Security Support Open Mic Build Your Own POC Setup Panelists Reagan Knowles Level II Engineer Nick Lloyd Level II Support Engineer Kathy Hansen Level II Support Manager

More information

Cisco TelePresence Movi for Mac OS X

Cisco TelePresence Movi for Mac OS X Cisco TelePresence Movi for Mac OS X User Guide D14733.03 April 2011 Software version 4.2.0.10318 Contents Getting started 4 Signing in 4 Show video window 4 Making a call 4 Receiving a call 4 Pop-up toolbar

More information

Lotus G Instant Messaging and Web Conferencing Java Toolkit. Developer s Guide. Version 6.5.1

Lotus G Instant Messaging and Web Conferencing Java Toolkit. Developer s Guide. Version 6.5.1 Lotus Instant Messaging and Web Conferencing Java Toolkit Version 6.5.1 Developer s Guide G210-1729-00 Copyright and Trademark Information Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS

More information

OpenScape Web Collaboration

OpenScape Web Collaboration OpenScape Web Collaboration The quickest and easiest way to collaborate, share and support online Performance-boosting collaboration and secure support from anywhere Issues raised, ideas shared and decisions

More information

Nimsoft Monitor. sysstat Guide. v1.1 series

Nimsoft Monitor. sysstat Guide. v1.1 series Nimsoft Monitor sysstat Guide v1.1 series Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

Quest Code Tester for Oracle 3.1. Installation and Configuration Guide

Quest Code Tester for Oracle 3.1. Installation and Configuration Guide Quest Code Tester for Oracle 3.1 Installation and Configuration Guide Contents Introduction to this Guide 3 Installation and Administration of Code Tester for Oracle 4 System Requirements 5 Test Repository

More information

CA Nimsoft Monitor for Flow Analysis

CA Nimsoft Monitor for Flow Analysis CA Nimsoft Monitor for Flow Analysis Release Notes Release 1.1 Document Revision History Document Version Date Changes 1.1 11/30/2012 Updated for Flow Analysis 1.1 release 1.0 9/29/2012 Initial version

More information