Web Application for Polycom Phones UC Software 5.0.0
Polycom, Inc. 7
Coding Conventions
Sample code is shown in this guide to assist you in writing your applications. All samples are presented in
the following format.
Table 1: Sample Code
<html>
<body> <br/>
Click on the link to engage the DND feature
<a href="Key:DoNotDisturb">DNDSettings</a>
</body>
<softkey index="1" label="Back" action="SoftKey:Back"/>
<softkey index="2" label="Exit" action="SoftKey:Exit"/>
</html>
What’s in This Guide?
This developer guide is organized into eight chapters. The first chapter, Getting Started, introduces
Polycom and Unified Communication solutions. The following chapters provide information on how to
configure and deploy specific Polycom products and systems using the SDK and the latest UC software.
The final chapters show you where to get help and other sources as well as outline known issues and
workarounds.
Chapter 1: Getting Started gives you a quick overview of knowledge, hardware, and software you
need before you begin. This chapter also provides frequently asked questions (FAQs) and resources for
further help along with a checklist of things you can do before you begin writing your Web application
Chapter 2: Understanding Web Application Development on Polycom Phones gives you an
overview of Web applications on Polycom phones.
Chapter 3: Getting to Know the XML API Application Interface provides information about the XML
application information and gets you started with writing your Web application.
Chapter 4: Writing Your Web Application shows you how to write your Web application and provides
examples.
Chapter 5: Using Configuration Parameters provides information on the phone’s configurable
parameters and you can modify those parameters for your application.
Chapter 6: Getting Help shares links to support documents and websites from Polycom, Polycom
partners, and other information that will assist you. You will also find links to the Polycom Community,
which contains a number of discussion forums you can use to share ideas with your colleagues.
Chapter 7: Troubleshooting provides help when troubleshooting your Web application development.
Chapter 8: References lists further information mentioned in this guide that can help you use the SDK
along with additional information to help you write your Web application.