SlideShare a Scribd company logo
Polycom & The power of APIs
Vincent Perrin, Solutions Architect

©

Polycom, Inc. All rights reserved.
An application programming interface (API)
specifies how some software components
should interact with each other.

©

Polycom, Inc. All rights reserved.

2
Empowering your business – Solution oriented API

API suite
across
Polycom
RPP
management
applications

• Complements existing APIs available
on Polycom endpoints and other
infrastructure components
• Provides the integration between video
conferencing network and customer
environment

Solutionoriented
functional
APIs for:

• Conference Monitoring /
Management
• Scheduling
• Reporting / Billing
• Provisioning and
Resource Planning

apps
Benefits:

©

• Increases user productivity,
collaboration, experience and adoption
• Lowers administration costs while
scaling up service and provides
competitive advantage

Polycom, Inc. All rights reserved.

3
Polycom suite of APIs - Leverage “App Economics”
DMA

Billing (CDRs)

RPRM

VCM

RMX

Version

Scheduling

RSS

Group
Series

Conference
Layout

Provisioning

CloudAXIS

Provisioning
Configuration

Template /
VRR Operation

Conference
Control

Directory

Control

Management

Media
Management

User

Conf. Control

Recording
Control

User
MCU Resource
Availability

Call control

Trans- coding
Dialing

VMR Control

©

Polycom, Inc. All rights reserved.

Conference
Control

User
Live Streaming
/ Archive

4

Configuration

Directory
Different types of APIs
• XML based conferencing API – RMX, RSS
• ReSTful conferencing API – DMA, RPRM, CloudAXIS
• RS232, Telnet - Endpoints

©

Polycom, Inc. All rights reserved.

5
REST stands for Representational State Transfer. (It is sometimes
spelled "ReST".) It relies on a stateless, client-server, cacheable
communications protocol -- and in virtually all cases, the HTTP
protocol is used.
A REST request would look something like this:
http://www.acme.com/phonebook/UserDetails/12345

https://www.ibm.com/developerworks/webservices/library/ws-restful/
©

Polycom, Inc. All rights reserved.

6
Why REST APIs?

©

Polycom, Inc. All rights reserved.

7
User Management via PERL Script
• Customizable PERL script allows user to add, remove or update user info
read from CSV file

• Useful for admins to manage users in non-active directory environment or
when large scale updating is required
• Integrates DMA User API with PERL commands to parse CSV file
# user id
1
2
3
4
©

Polycom, Inc. All rights reserved.

username
gwashington
jadams
tjefferson
jmadison

first name
George
John
Thomas
James
8

last name
Washington
Adams
Jefferson
Madison
Android Conference Control App
• Allows users to moderate
call using android app on
Motorola Xoom
• Useful for full time
moderators who manage
“from back of room”
• This sample app
integrates DMA
conference control API,
VMR API, and User API

©

Polycom, Inc. All rights reserved.

9
DMA API - Sametime Conference Control Integration
• This app provides conference control and directory lookup for mixed Sametime IBM/Polycom
video calling
• Integrates DMA conference control and Sametime API
• http://www.youtube.com/watch?v=zx90ib3v-Jc

©

Polycom, Inc. All rights reserved.

10
DMA User API – “Call My Team”
• This app allows users to use Android
Voice Recognition to dial DMA users
by name or generate a group call
using voice commands
• Useful for mobile apps or for the
visually impaired

http://socialcollaboration.blogspot.co.uk/2012/08/polycom-apisandroid-smartphone-tablets.html

©

Polycom, Inc. All rights reserved.

11
Polycom MCU Resource Availability App
• API provides total MCU ports and
currently used resources

• Useful for admins to track MCU port
availability as well as creating own
reports
• This app monitors and reports MCU
port availability and historical usage
• Integrates DMA Resource availability
app with Google charts
• http://www.youtube.com/watch?v=bd
bXzUsgBMo

©

Polycom, Inc. All rights reserved.

12
CloudAXIS APIs
• The Services Portal API enables developers to
integrate the Services Portal functionality into their
own applications, this includes
− Services Portal server initialization,
− User account management for creating and managing
accounts,
− User authentication,
− Conference creation and management,
− Core services control,
− Contact list management.

• Based on the Representational State Transfer
(REST) architecture
©

Polycom, Inc. All rights reserved.

13

WSP
Component

Custom
app

Export SalesForce contacts
to CloudAXIS.
IBM PCI
What is IBM Patient Care and Insights?
PCI is an integrated and configurable set of solutions that brings together
advanced analytics and care management capabilities to help healthcare
organizations maximize the value of information for treating patients. With
Patient Care and Insights, healthcare organizations can increase the quality of
care, improve clinical outcomes and reduce costs.
What do we do?

Enable click-to-call patients, doctors, families, other health providers (using
CAX), plus assigning recorded videos for patients to watch (using RPMM)

©

Polycom, Inc. All rights reserved.

14
Click to call a single patient

©

Polycom, Inc. All rights reserved.

15
Choose your device, then join

©

Polycom, Inc. All rights reserved.

16
Polycom + IBM Kenexa (Brass Ring)
What is Kenexa?
Kenexa provides employment and retention solutions to assist organizations in
hiring and keeping workers. Kenexa’s Brass Ring is the tool our HR team uses
to help post and recruit employees.
What do we do?
Enable export of Kenexa data into web app that allows scheduling of
CloudAXIS calls with recruits

©

Polycom, Inc. All rights reserved.

17
©

Polycom, Inc. All rights reserved.

18
Chose your device, then Join

©

Polycom, Inc. All rights reserved.

19
Do interview, collect interview feedback

©

Polycom, Inc. All rights reserved.

20
How to engage - Polycom Developer Alliance
• Developer Site - http://developer.polycom.com

• Open community
− No cost to individuals
• SDK
− API
− Documentation
− Sample Apps
− Tutorials
− Community
− Sandbox

©

Polycom, Inc. All rights reserved.

21
API Support – Break/Fix
• Engineering will support API features as documented just like any other
feature

©

Polycom, Inc. All rights reserved.

22
Thank You

©

Polycom, Inc. All rights reserved.
Different types of CloudAXIS API examples
• Video Online Banking with Polycom RealPresence CloudAXIS
http://www.youtube.com/watch?v=c4lkijPFiFM
• Polycom CloudAXIS & Salesforce

http://www.youtube.com/watch?v=ZOrfS8cUjJg
• Making Polycom CloudAXIS Social
http://www.youtube.com/watch?v=_4wzxHzkGU4

©

Polycom, Inc. All rights reserved.

24
HTTP verbs for REST API
• To create a resource on the server, use POST.
• To retrieve a resource, use GET.
• To change the state of a resource or to update it, use PUT.
• To remove or delete a resource, use DELETE.

©

Polycom, Inc. All rights reserved.

25

More Related Content

PPTX
[Day in a Life] Polycom & Kenexa Brass-Ring - Video Interview
PPTX
Social Communications & IBM Sametime 9
PPTX
Video Enabled Business Processes (VEBP)
PPT
Polycom - Unified communication with IBM
PPT
IBM Sametime Polycom Integration
PPTX
polycom , group series, setup, hardware
PPT
Polycom - Overview
PPSX
Polycom Realpresence
[Day in a Life] Polycom & Kenexa Brass-Ring - Video Interview
Social Communications & IBM Sametime 9
Video Enabled Business Processes (VEBP)
Polycom - Unified communication with IBM
IBM Sametime Polycom Integration
polycom , group series, setup, hardware
Polycom - Overview
Polycom Realpresence

What's hot (20)

PDF
Polycom cx5000 data sheet
PPTX
Vvx porfolio-presentation-preso-enus
PDF
Video Telephony Whitepaper
PDF
Polycom RealPresence Trio 8800 for Microsoft Office 365 and Skype
PPTX
Capitalize on the SMB Market Opportunities with Polycom Solutions
PPTX
Protecting Your Investment with Polycom Global Services and ScanSource Commun...
PPTX
Empowering Collaboration with Polycom UCIC
PPTX
Why use NET in LYNC Deployment
PDF
SIP conferencing Application Server Enables Video ...
PPTX
Planning for BYOD and CYOD in future UCC infrastructure
PPTX
Integrating Microsoft Surface Hub with legacy videoconferencing and UCC
PPTX
Unified Communications Webinar
PPT
Wave Ip 2500 Overview R1.5
PDF
Performance Implications of VoIP and Video Traffic on the Shared Network
PDF
Huawei Training slides
PDF
Vizocom Company Overview
PPT
Voicenet Solutions Applications
PPT
Migration to Unified Communications from Legacy Phone Systems
PPTX
Microsoft Skype for Business and the quest for legacy video interoperability
PPT
Tdc 2013 alm com dev o ps
Polycom cx5000 data sheet
Vvx porfolio-presentation-preso-enus
Video Telephony Whitepaper
Polycom RealPresence Trio 8800 for Microsoft Office 365 and Skype
Capitalize on the SMB Market Opportunities with Polycom Solutions
Protecting Your Investment with Polycom Global Services and ScanSource Commun...
Empowering Collaboration with Polycom UCIC
Why use NET in LYNC Deployment
SIP conferencing Application Server Enables Video ...
Planning for BYOD and CYOD in future UCC infrastructure
Integrating Microsoft Surface Hub with legacy videoconferencing and UCC
Unified Communications Webinar
Wave Ip 2500 Overview R1.5
Performance Implications of VoIP and Video Traffic on the Shared Network
Huawei Training slides
Vizocom Company Overview
Voicenet Solutions Applications
Migration to Unified Communications from Legacy Phone Systems
Microsoft Skype for Business and the quest for legacy video interoperability
Tdc 2013 alm com dev o ps
Ad

Viewers also liked (16)

PDF
Preparing for an Interview_2013
PDF
Using Lync 2013 with Polycom Virtual Meeting Rooms (VMR)
PDF
Polycom Kirk 4020 4040 user guide
PPSX
Telecommunication Solutions
PPT
Polycom Honors Education Program 2
PPT
The evolution and impact of communication services - Metaswitch and Polycom
PDF
Polycom Competitive Q1 08
PDF
Polycom soundpoint ip430 data sheet
PDF
Making social business visual
PDF
Microsoft and polycom, transforming unified communications, microsoft, polycom
PDF
The New Healthcare Model - Collaboration is Key
PPTX
Polycom/Microsoft Solutions Q4 2011
PDF
Polycom Microsoft Alliance
PPTX
Partnering with Polycom & ScanSource Communications – Tools and Programs to t...
PPT
Competitive Market Research: 5 telepresence products
PDF
Skype for Business Voice with Polycom Devices
Preparing for an Interview_2013
Using Lync 2013 with Polycom Virtual Meeting Rooms (VMR)
Polycom Kirk 4020 4040 user guide
Telecommunication Solutions
Polycom Honors Education Program 2
The evolution and impact of communication services - Metaswitch and Polycom
Polycom Competitive Q1 08
Polycom soundpoint ip430 data sheet
Making social business visual
Microsoft and polycom, transforming unified communications, microsoft, polycom
The New Healthcare Model - Collaboration is Key
Polycom/Microsoft Solutions Q4 2011
Polycom Microsoft Alliance
Partnering with Polycom & ScanSource Communications – Tools and Programs to t...
Competitive Market Research: 5 telepresence products
Skype for Business Voice with Polycom Devices
Ad

Similar to Polycom & The power of APIs (20)

PDF
Presentation WSO2 workshop Brussels September 24th 2014 (APIs-Integration)
PPT
#1922 rest-push2 ap-im-v6
PPTX
INTERFACE by apidays_What's your Type? Understanding API Types and Choosing t...
PDF
API and App Ecosystems - Build The Best: a deep dive
PDF
z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...
PDF
The Power of IBM API Management. API connect 2016 Vegas
PDF
Hia 1691-using iib-to_support_api_economy
PDF
How Bankwest delivers business value through modern RESTful APIs with Java in...
PDF
Cloud Native Application Integration With APIs
PPTX
apidays LIVE India 2022_Breaking boundaries of the Old Giant.pptx
PDF
API Days Berlin highlights
PPTX
Session 3 _exposing_mainframe_applications_services_v4
PDF
Introduction to APIs, Integrations and Open Data
PDF
Manage your ap is securely and easily ibm apim 4.0
PDF
Highlights of WSO2 API Manager 4.0.0
PPTX
The Middleware technology that connects the enterprise
PDF
Api centric enterprises
PDF
Top 7 wrong common beliefs about Enterprise API implementation
PDF
Octo API-days 2015
PPTX
The DNA of a great API
Presentation WSO2 workshop Brussels September 24th 2014 (APIs-Integration)
#1922 rest-push2 ap-im-v6
INTERFACE by apidays_What's your Type? Understanding API Types and Choosing t...
API and App Ecosystems - Build The Best: a deep dive
z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...
The Power of IBM API Management. API connect 2016 Vegas
Hia 1691-using iib-to_support_api_economy
How Bankwest delivers business value through modern RESTful APIs with Java in...
Cloud Native Application Integration With APIs
apidays LIVE India 2022_Breaking boundaries of the Old Giant.pptx
API Days Berlin highlights
Session 3 _exposing_mainframe_applications_services_v4
Introduction to APIs, Integrations and Open Data
Manage your ap is securely and easily ibm apim 4.0
Highlights of WSO2 API Manager 4.0.0
The Middleware technology that connects the enterprise
Api centric enterprises
Top 7 wrong common beliefs about Enterprise API implementation
Octo API-days 2015
The DNA of a great API

More from Vincent Perrin (19)

PPTX
IBM Watson & Virtual/Augmented Reality
PPTX
Watson & Apple CoreML
PDF
SOA an architecture on the Desktop
PDF
Communication Enabled Business Process- CEBP
PPTX
Unified communications with IBM
PPTX
Unified Communications with IBM
ODP
IBM Collaboration for Smarter Education
PPT
La mobilité : Cas d'usage
ODP
Developing Exceptional Mobile Application
ODP
Sametime 8.5 Audio Video
ODP
IBM Cognos Collaboration
ODP
Lotus Symphony Family
ODP
WebSphere Portal & Rich Internet Applications
PDF
BLUG IBM Sametime 8.5.2
PPT
IBM Collaboration Solutions Center
ODP
IBM Mobile portal experience
ODP
IBM Smarter Collaboration
PPT
WebSphere Portal Technical Overview
PPT
IBM WebSphere Portal
IBM Watson & Virtual/Augmented Reality
Watson & Apple CoreML
SOA an architecture on the Desktop
Communication Enabled Business Process- CEBP
Unified communications with IBM
Unified Communications with IBM
IBM Collaboration for Smarter Education
La mobilité : Cas d'usage
Developing Exceptional Mobile Application
Sametime 8.5 Audio Video
IBM Cognos Collaboration
Lotus Symphony Family
WebSphere Portal & Rich Internet Applications
BLUG IBM Sametime 8.5.2
IBM Collaboration Solutions Center
IBM Mobile portal experience
IBM Smarter Collaboration
WebSphere Portal Technical Overview
IBM WebSphere Portal

Recently uploaded (20)

PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
cuic standard and advanced reporting.pdf
PPT
Teaching material agriculture food technology
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Encapsulation theory and applications.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
MYSQL Presentation for SQL database connectivity
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
KodekX | Application Modernization Development
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
cuic standard and advanced reporting.pdf
Teaching material agriculture food technology
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Encapsulation theory and applications.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
sap open course for s4hana steps from ECC to s4
MYSQL Presentation for SQL database connectivity
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Dropbox Q2 2025 Financial Results & Investor Presentation
Advanced methodologies resolving dimensionality complications for autism neur...
Per capita expenditure prediction using model stacking based on satellite ima...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
KodekX | Application Modernization Development
Understanding_Digital_Forensics_Presentation.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Machine learning based COVID-19 study performance prediction
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Spectral efficient network and resource selection model in 5G networks

Polycom & The power of APIs

  • 1. Polycom & The power of APIs Vincent Perrin, Solutions Architect © Polycom, Inc. All rights reserved.
  • 2. An application programming interface (API) specifies how some software components should interact with each other. © Polycom, Inc. All rights reserved. 2
  • 3. Empowering your business – Solution oriented API API suite across Polycom RPP management applications • Complements existing APIs available on Polycom endpoints and other infrastructure components • Provides the integration between video conferencing network and customer environment Solutionoriented functional APIs for: • Conference Monitoring / Management • Scheduling • Reporting / Billing • Provisioning and Resource Planning apps Benefits: © • Increases user productivity, collaboration, experience and adoption • Lowers administration costs while scaling up service and provides competitive advantage Polycom, Inc. All rights reserved. 3
  • 4. Polycom suite of APIs - Leverage “App Economics” DMA Billing (CDRs) RPRM VCM RMX Version Scheduling RSS Group Series Conference Layout Provisioning CloudAXIS Provisioning Configuration Template / VRR Operation Conference Control Directory Control Management Media Management User Conf. Control Recording Control User MCU Resource Availability Call control Trans- coding Dialing VMR Control © Polycom, Inc. All rights reserved. Conference Control User Live Streaming / Archive 4 Configuration Directory
  • 5. Different types of APIs • XML based conferencing API – RMX, RSS • ReSTful conferencing API – DMA, RPRM, CloudAXIS • RS232, Telnet - Endpoints © Polycom, Inc. All rights reserved. 5
  • 6. REST stands for Representational State Transfer. (It is sometimes spelled "ReST".) It relies on a stateless, client-server, cacheable communications protocol -- and in virtually all cases, the HTTP protocol is used. A REST request would look something like this: http://www.acme.com/phonebook/UserDetails/12345 https://www.ibm.com/developerworks/webservices/library/ws-restful/ © Polycom, Inc. All rights reserved. 6
  • 7. Why REST APIs? © Polycom, Inc. All rights reserved. 7
  • 8. User Management via PERL Script • Customizable PERL script allows user to add, remove or update user info read from CSV file • Useful for admins to manage users in non-active directory environment or when large scale updating is required • Integrates DMA User API with PERL commands to parse CSV file # user id 1 2 3 4 © Polycom, Inc. All rights reserved. username gwashington jadams tjefferson jmadison first name George John Thomas James 8 last name Washington Adams Jefferson Madison
  • 9. Android Conference Control App • Allows users to moderate call using android app on Motorola Xoom • Useful for full time moderators who manage “from back of room” • This sample app integrates DMA conference control API, VMR API, and User API © Polycom, Inc. All rights reserved. 9
  • 10. DMA API - Sametime Conference Control Integration • This app provides conference control and directory lookup for mixed Sametime IBM/Polycom video calling • Integrates DMA conference control and Sametime API • http://www.youtube.com/watch?v=zx90ib3v-Jc © Polycom, Inc. All rights reserved. 10
  • 11. DMA User API – “Call My Team” • This app allows users to use Android Voice Recognition to dial DMA users by name or generate a group call using voice commands • Useful for mobile apps or for the visually impaired http://socialcollaboration.blogspot.co.uk/2012/08/polycom-apisandroid-smartphone-tablets.html © Polycom, Inc. All rights reserved. 11
  • 12. Polycom MCU Resource Availability App • API provides total MCU ports and currently used resources • Useful for admins to track MCU port availability as well as creating own reports • This app monitors and reports MCU port availability and historical usage • Integrates DMA Resource availability app with Google charts • http://www.youtube.com/watch?v=bd bXzUsgBMo © Polycom, Inc. All rights reserved. 12
  • 13. CloudAXIS APIs • The Services Portal API enables developers to integrate the Services Portal functionality into their own applications, this includes − Services Portal server initialization, − User account management for creating and managing accounts, − User authentication, − Conference creation and management, − Core services control, − Contact list management. • Based on the Representational State Transfer (REST) architecture © Polycom, Inc. All rights reserved. 13 WSP Component Custom app Export SalesForce contacts to CloudAXIS.
  • 14. IBM PCI What is IBM Patient Care and Insights? PCI is an integrated and configurable set of solutions that brings together advanced analytics and care management capabilities to help healthcare organizations maximize the value of information for treating patients. With Patient Care and Insights, healthcare organizations can increase the quality of care, improve clinical outcomes and reduce costs. What do we do? Enable click-to-call patients, doctors, families, other health providers (using CAX), plus assigning recorded videos for patients to watch (using RPMM) © Polycom, Inc. All rights reserved. 14
  • 15. Click to call a single patient © Polycom, Inc. All rights reserved. 15
  • 16. Choose your device, then join © Polycom, Inc. All rights reserved. 16
  • 17. Polycom + IBM Kenexa (Brass Ring) What is Kenexa? Kenexa provides employment and retention solutions to assist organizations in hiring and keeping workers. Kenexa’s Brass Ring is the tool our HR team uses to help post and recruit employees. What do we do? Enable export of Kenexa data into web app that allows scheduling of CloudAXIS calls with recruits © Polycom, Inc. All rights reserved. 17
  • 18. © Polycom, Inc. All rights reserved. 18
  • 19. Chose your device, then Join © Polycom, Inc. All rights reserved. 19
  • 20. Do interview, collect interview feedback © Polycom, Inc. All rights reserved. 20
  • 21. How to engage - Polycom Developer Alliance • Developer Site - http://developer.polycom.com • Open community − No cost to individuals • SDK − API − Documentation − Sample Apps − Tutorials − Community − Sandbox © Polycom, Inc. All rights reserved. 21
  • 22. API Support – Break/Fix • Engineering will support API features as documented just like any other feature © Polycom, Inc. All rights reserved. 22
  • 23. Thank You © Polycom, Inc. All rights reserved.
  • 24. Different types of CloudAXIS API examples • Video Online Banking with Polycom RealPresence CloudAXIS http://www.youtube.com/watch?v=c4lkijPFiFM • Polycom CloudAXIS & Salesforce http://www.youtube.com/watch?v=ZOrfS8cUjJg • Making Polycom CloudAXIS Social http://www.youtube.com/watch?v=_4wzxHzkGU4 © Polycom, Inc. All rights reserved. 24
  • 25. HTTP verbs for REST API • To create a resource on the server, use POST. • To retrieve a resource, use GET. • To change the state of a resource or to update it, use PUT. • To remove or delete a resource, use DELETE. © Polycom, Inc. All rights reserved. 25

Editor's Notes

  • #4: Polycom Supports REST as the standard set of API – Ease of use and widely adapted industry standard. No need to learn yet another programming language.We offer webservices using REST – more flexibleSupports major mobile platforms such us ios, Android. Seamlessly integrate with google apps or apple. API as your differentiatorAPI as a conversation opener / status-quo buster in the dormant accounts
  • #5: Horizontally – User experience, Integration User management We have opened up the API across all our product lines. ( Vertically).Horizontally the API provide User Management, Billing, Call control etc. This provides flexibilityYou can also create a “Mash-up” of two or more products. ( App that uses both DMA and RMX )