SlideShare ist ein Scribd-Unternehmen logo
1 von 14
AT&T Enhanced WebRTC API
As the first US carrier to announce
Enhanced WebRTC support, AT&T
may have just unleashed a new era
in voice and video communication.
ProgrammableWeb, January 8, 2015
http://www.programmableweb.com/news/att-launches-enhanced-
webrtc-api-/2015/01/08
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
2
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
3
WebRTC Overview
WebRTC is an evolving standard that enables web browsers with Real-Time
Communications (RTC) via simple JavaScript (JS) APIs
GetUserMedia
Control of camera,
microphone and
speakers
DataChannel
Exchange
streaming data
between peers
PeerConnection
Connect
two endpoints
(browser & server)
WebRTC Sample Use Cases
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
4
Video-Enabled Customer Support
Conference
App
Customer
Call Center
Specialist
Retail or
Support
App
Collaboration & TrainingConferencing
Collaboration
App
Ability to
start a call
on a PC and
move it to a
smartphone
Share multimedia and training
materials on demand and to
multiple users simultaneously
Sample Use Case:
Video-Enabled Customer Support
Customer
Call Center
Specialist
Support
App
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
5
AT&T Enhanced WebRTC API
• Companies can provide real-time voice and
video calling from their website to their call
center for a better customer experience.
• No need for proprietary systems to connect to
a database or CRM for custom experiences, like
pulling customers’ information based on their
phone number or account ID.
• Customers can display the product they had an
issue with by video and then the care rep can
respond in real time using the Data Channel.
Sample Use Case:
Conferencing Solutions
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
6
AT&T Enhanced WebRTC API
Conference
App
Ability to start a call
on a PC and move it
to a smartphone
• Conferencing companies are able to use AT&T
mobile numbers as a WebRTC end-point.
• Users are able to use advanced calling
functions like the ability to start a call on a PC
and move it to a smartphone all from within
their web-based conferencing apps.
• Users can display multimedia products through
the conferencing app using the Data Channel.
Sample Use Case:
Collaboration & Training
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
7
AT&T Enhanced WebRTC API
Click here to learn how
integrating the AT&T
Enhanced WebRTC API
enabled Videotion to add
new, differentiated
customer experiences.
• Enables real-time, interactive voice, video, and
multimedia capabilities to existing
collaboration or training tools.
• Collaboration and Training apps are able to use
AT&T mobile numbers as a WebRTC end-point.
• Connect members in different geographic
location by video and voice.
• Trainers can display multimedia products
through the conferencing app using the Data
Channel.
Collaboration
App
Share multimedia and
training materials on
demand and to multiple
users simultaneously
The space is growing…
WebRTC Environment
8
AT&T helps break through
the clutter
with the subscriber’s most important
number they already have—
their AT&T mobile number
…but subscribers must
Pick a new virtual
number
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
AT&T Enhanced WebRTC API - Feature Overview
9
Basic Calling
• Make/Receive
• Audio/Video
• Hold/Resume
Conferencing
• Audio/Video
• Add/Remove
Participant
• End Conference
Advanced Calling
• Move calls from
browser-based
devices
• Transfer calls
between devices
• 2nd Call/Switch
Complete Calling Solution
Call To & From Connected Devices:
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
AT&T Enhanced WebRTC API - Flexible Numbering
Options
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
10
Account ID
Allows developers to call-
enable the Account ID (e.g.,
yourname@yourdomain.com)
associated with a domain
name. This gives end-users
access to a rich set of
communication features they
can now use to communicate
with each other.
Virtual Number
A number that can make and
receive voice or video calls
from an app or browser, and is
not associated to a physical
location or a single device.
E911 Available
1 2 3
4 5 6
7 8 9
# 0 *
AT&T Mobile Number
AT&T end-users give
permission to developers to
make or receive voice or video
calls from within their app using
their existing AT&T mobile
number.
E911 Available
AT&T Enhanced WebRTC API – Developer Advantages
Simple & robust APIs
Easy app integration
Full-featured SDK & Reference Server for rapid development
• No telephony or SIP knowledge required
• Includes AJAX methods for invoking RESTful APIs
• Controls complex sequencing, signaling and media
streaming
• Developer can use Developer Hosted Server out-of-the-box
• Developer can pull code from DHS
• Provides design pattern for developers who use other server
technologies (e.g., PHP, Ruby, Java)
• 1 phone object
• 3 setup/tear-down methods (getPhone, login and logout)
• 8 functional methods (e.g., dial, hold, answer, hangup)
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
• Extensive samples & documentation
• Implements signaling as JS callback events
• Hides browser-specific functions
• 17 callback methods and events (e.g., connecting,
connected, incoming call, answering)
• 2 utility methods (check browser compatibility and
configure API endpoint)
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
12
AT&T Enhanced WebRTC API Architecture
• Software Development Kit
(SDK) is an essential
element of E2E WebRTC
solution
• Solution is dependent on
browser compatibility
with WebRTC standards
• Signaling and Media paths
are separate
Key PointsWeb Browser
Web Application
Developer Layer
AT&T API Platform
AT&T Node.js DHS*
AT&T Supplied
Components
Developer Components
AT&T Enhanced WebRTC SDK
HTML / JavaScript
Web Tier
Legend
JavaScript API
App RequestConfig
Signaling
Token/E911
MediaToken/E911 OAuth Auth Code (Optional)
Config
*Developer Hosted Server
Details
• The AT&T Enhanced WebRTC API is in *
status and cannot be incorporated into
production applications.
• While in status, we do not charge for
use of the AT&T Enhanced WebRTC API.
• Virtual Number Rentals
• While we do not charge for use of the AT&T Enhanced WebRTC API, we do charge for
the rental of virtual number
• Virtual number rentals are available with AT&T Developer Premium Access only.
• The first virtual number is free. Each additional number is $1 per month.**
• Learn more by visiting: http://developer.att.com/pricing/enhanced-webrtc-pricing-
details
AT&T Enhanced WebRTC API – Pricing & Availability
* While the API is in status, you can share an application with no more than 100 friends and family. The application shall remain in the Sandbox environment and will not be
promoted to production.
** Virtual number fees are prorated. Billing cycles are determined by the date you signed up for your AT&T Developer Program account
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
Get started with your free trial today:
http://developer.att.com/webrtc
© 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property.
AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.

Weitere ähnliche Inhalte

Was ist angesagt?

WebRTC for Telcos & Service Providers
WebRTC for Telcos & Service ProvidersWebRTC for Telcos & Service Providers
WebRTC for Telcos & Service ProvidersUppersideConferences
 
Server-side WebRTC Infrastructure
Server-side WebRTC InfrastructureServer-side WebRTC Infrastructure
Server-side WebRTC InfrastructureDialogic Inc.
 
How IBM and Dialogic Are Making Conferencing Smarter with AI
How IBM and Dialogic Are Making Conferencing Smarter with AIHow IBM and Dialogic Are Making Conferencing Smarter with AI
How IBM and Dialogic Are Making Conferencing Smarter with AIDialogic Inc.
 
Deploying WebRTC successfully – A web developer perspective
Deploying WebRTC successfully – A web developer perspectiveDeploying WebRTC successfully – A web developer perspective
Deploying WebRTC successfully – A web developer perspectiveDialogic Inc.
 
MediaInteractive - Born for the New World
MediaInteractive - Born for the New WorldMediaInteractive - Born for the New World
MediaInteractive - Born for the New WorldDialogic Inc.
 
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...Brian Pulito
 
To Build or Not to Build Your WebRTC Infrastructure
To Build or Not to Build Your WebRTC InfrastructureTo Build or Not to Build Your WebRTC Infrastructure
To Build or Not to Build Your WebRTC InfrastructureTsahi Levent-levi
 
WebRTC: Business models and implications for mobile
WebRTC: Business models and implications for mobileWebRTC: Business models and implications for mobile
WebRTC: Business models and implications for mobileHarry Behrens, PhD
 
WebRTC Business Use Cases | WebRTC Conference & Expo III
WebRTC Business Use Cases  |  WebRTC Conference & Expo IIIWebRTC Business Use Cases  |  WebRTC Conference & Expo III
WebRTC Business Use Cases | WebRTC Conference & Expo IIILawrence Byrd
 
WebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
WebSphere Liberty Rtcomm: WebRTC Middleware for the EnterpriseWebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
WebSphere Liberty Rtcomm: WebRTC Middleware for the EnterpriseBrian Pulito
 
BlueVia overview
BlueVia overviewBlueVia overview
BlueVia overviewBlueVia
 
Tropo Presentation at the Telecom API Workshop
Tropo Presentation at the Telecom API WorkshopTropo Presentation at the Telecom API Workshop
Tropo Presentation at the Telecom API WorkshopAlan Quayle
 
What's Next for WebRTC
What's Next for WebRTCWhat's Next for WebRTC
What's Next for WebRTCChad Hart
 
Processes and Telecom APIs
Processes and Telecom APIsProcesses and Telecom APIs
Processes and Telecom APIsAlan Quayle
 
What is Asterisk? for TADSummit Asia 2020
What is Asterisk? for TADSummit Asia 2020What is Asterisk? for TADSummit Asia 2020
What is Asterisk? for TADSummit Asia 2020Alan Quayle
 
DeveloperWeek 2015 - WebRTC - Where to start and how to scale
DeveloperWeek 2015 - WebRTC - Where to start and how to scaleDeveloperWeek 2015 - WebRTC - Where to start and how to scale
DeveloperWeek 2015 - WebRTC - Where to start and how to scaleDialogic Inc.
 
Open Source Telecom Software Landscape by Alan Quayle
Open Source Telecom Software Landscape by Alan QuayleOpen Source Telecom Software Landscape by Alan Quayle
Open Source Telecom Software Landscape by Alan QuayleAlan Quayle
 

Was ist angesagt? (20)

WebRTC for Telcos & Service Providers
WebRTC for Telcos & Service ProvidersWebRTC for Telcos & Service Providers
WebRTC for Telcos & Service Providers
 
Server-side WebRTC Infrastructure
Server-side WebRTC InfrastructureServer-side WebRTC Infrastructure
Server-side WebRTC Infrastructure
 
AT&T API Platform
AT&T API PlatformAT&T API Platform
AT&T API Platform
 
How IBM and Dialogic Are Making Conferencing Smarter with AI
How IBM and Dialogic Are Making Conferencing Smarter with AIHow IBM and Dialogic Are Making Conferencing Smarter with AI
How IBM and Dialogic Are Making Conferencing Smarter with AI
 
WebRTC for Beginners Webinar Slides
WebRTC for Beginners Webinar SlidesWebRTC for Beginners Webinar Slides
WebRTC for Beginners Webinar Slides
 
Beyond the MCU
Beyond the MCUBeyond the MCU
Beyond the MCU
 
Deploying WebRTC successfully – A web developer perspective
Deploying WebRTC successfully – A web developer perspectiveDeploying WebRTC successfully – A web developer perspective
Deploying WebRTC successfully – A web developer perspective
 
MediaInteractive - Born for the New World
MediaInteractive - Born for the New WorldMediaInteractive - Born for the New World
MediaInteractive - Born for the New World
 
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
 
To Build or Not to Build Your WebRTC Infrastructure
To Build or Not to Build Your WebRTC InfrastructureTo Build or Not to Build Your WebRTC Infrastructure
To Build or Not to Build Your WebRTC Infrastructure
 
WebRTC: Business models and implications for mobile
WebRTC: Business models and implications for mobileWebRTC: Business models and implications for mobile
WebRTC: Business models and implications for mobile
 
WebRTC Business Use Cases | WebRTC Conference & Expo III
WebRTC Business Use Cases  |  WebRTC Conference & Expo IIIWebRTC Business Use Cases  |  WebRTC Conference & Expo III
WebRTC Business Use Cases | WebRTC Conference & Expo III
 
WebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
WebSphere Liberty Rtcomm: WebRTC Middleware for the EnterpriseWebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
WebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
 
BlueVia overview
BlueVia overviewBlueVia overview
BlueVia overview
 
Tropo Presentation at the Telecom API Workshop
Tropo Presentation at the Telecom API WorkshopTropo Presentation at the Telecom API Workshop
Tropo Presentation at the Telecom API Workshop
 
What's Next for WebRTC
What's Next for WebRTCWhat's Next for WebRTC
What's Next for WebRTC
 
Processes and Telecom APIs
Processes and Telecom APIsProcesses and Telecom APIs
Processes and Telecom APIs
 
What is Asterisk? for TADSummit Asia 2020
What is Asterisk? for TADSummit Asia 2020What is Asterisk? for TADSummit Asia 2020
What is Asterisk? for TADSummit Asia 2020
 
DeveloperWeek 2015 - WebRTC - Where to start and how to scale
DeveloperWeek 2015 - WebRTC - Where to start and how to scaleDeveloperWeek 2015 - WebRTC - Where to start and how to scale
DeveloperWeek 2015 - WebRTC - Where to start and how to scale
 
Open Source Telecom Software Landscape by Alan Quayle
Open Source Telecom Software Landscape by Alan QuayleOpen Source Telecom Software Landscape by Alan Quayle
Open Source Telecom Software Landscape by Alan Quayle
 

Andere mochten auch

How to recover password on a cisco 2950, 2960 switch
How to recover password on a cisco 2950, 2960 switchHow to recover password on a cisco 2950, 2960 switch
How to recover password on a cisco 2950, 2960 switchIT Tech
 
Best Practices When Localizing And Translating Marketing Materials
Best Practices When Localizing And Translating Marketing MaterialsBest Practices When Localizing And Translating Marketing Materials
Best Practices When Localizing And Translating Marketing MaterialsChris Raulf
 
Top 8 chief security officer resume samples
Top 8 chief security officer resume samplesTop 8 chief security officer resume samples
Top 8 chief security officer resume samplesrendijom
 
Cisco Social Media Policy
Cisco Social Media PolicyCisco Social Media Policy
Cisco Social Media PolicyAyelet Baron
 
How To Deploy A Cloud Based Webserver in 5 minutes - LAMP
How To Deploy A Cloud Based Webserver in 5 minutes - LAMPHow To Deploy A Cloud Based Webserver in 5 minutes - LAMP
How To Deploy A Cloud Based Webserver in 5 minutes - LAMPMatt Dunlap
 
2. Cellular Aberration
2. Cellular Aberration   2. Cellular Aberration
2. Cellular Aberration Abigail Abalos
 
Competitive spend analysis sov
Competitive spend analysis sovCompetitive spend analysis sov
Competitive spend analysis sovCassie Stox
 
Collective Investment Scheme & SEBI
Collective Investment Scheme & SEBICollective Investment Scheme & SEBI
Collective Investment Scheme & SEBIEquiCorp Associates
 
Capital one interview questions and answers
Capital one interview questions and answersCapital one interview questions and answers
Capital one interview questions and answersYujiNakazawa456
 
Comparision of investment in mutual fund and equity
Comparision of  investment in mutual fund and equityComparision of  investment in mutual fund and equity
Comparision of investment in mutual fund and equityParitosh Singh
 
MARKETING STRATEGY OF CAFÉ BEAN
MARKETING STRATEGY OF CAFÉ BEANMARKETING STRATEGY OF CAFÉ BEAN
MARKETING STRATEGY OF CAFÉ BEANrachit pahuja
 
2. Insurance - Classification of Insurance
2. Insurance - Classification of Insurance2. Insurance - Classification of Insurance
2. Insurance - Classification of InsuranceKoffee Financial
 
Flow chart a technique of process communication
Flow chart  a technique of process communicationFlow chart  a technique of process communication
Flow chart a technique of process communicationRajesh Patel
 
Understanding ITIL CMDB
Understanding ITIL CMDBUnderstanding ITIL CMDB
Understanding ITIL CMDBManageEngine
 
Project front page, index, certificate, and acknowledgement
Project front page, index, certificate, and acknowledgementProject front page, index, certificate, and acknowledgement
Project front page, index, certificate, and acknowledgementAnupam Narang
 

Andere mochten auch (20)

CloudStack EC2 Configuration
CloudStack EC2 ConfigurationCloudStack EC2 Configuration
CloudStack EC2 Configuration
 
How to recover password on a cisco 2950, 2960 switch
How to recover password on a cisco 2950, 2960 switchHow to recover password on a cisco 2950, 2960 switch
How to recover password on a cisco 2950, 2960 switch
 
Best Practices When Localizing And Translating Marketing Materials
Best Practices When Localizing And Translating Marketing MaterialsBest Practices When Localizing And Translating Marketing Materials
Best Practices When Localizing And Translating Marketing Materials
 
Top 8 chief security officer resume samples
Top 8 chief security officer resume samplesTop 8 chief security officer resume samples
Top 8 chief security officer resume samples
 
Cisco Social Media Policy
Cisco Social Media PolicyCisco Social Media Policy
Cisco Social Media Policy
 
"UP" characters
"UP" characters"UP" characters
"UP" characters
 
How To Deploy A Cloud Based Webserver in 5 minutes - LAMP
How To Deploy A Cloud Based Webserver in 5 minutes - LAMPHow To Deploy A Cloud Based Webserver in 5 minutes - LAMP
How To Deploy A Cloud Based Webserver in 5 minutes - LAMP
 
2. Cellular Aberration
2. Cellular Aberration   2. Cellular Aberration
2. Cellular Aberration
 
Competitive spend analysis sov
Competitive spend analysis sovCompetitive spend analysis sov
Competitive spend analysis sov
 
Command and Request
Command and RequestCommand and Request
Command and Request
 
Collective Investment Scheme & SEBI
Collective Investment Scheme & SEBICollective Investment Scheme & SEBI
Collective Investment Scheme & SEBI
 
Capital one interview questions and answers
Capital one interview questions and answersCapital one interview questions and answers
Capital one interview questions and answers
 
Comparision of investment in mutual fund and equity
Comparision of  investment in mutual fund and equityComparision of  investment in mutual fund and equity
Comparision of investment in mutual fund and equity
 
MARKETING STRATEGY OF CAFÉ BEAN
MARKETING STRATEGY OF CAFÉ BEANMARKETING STRATEGY OF CAFÉ BEAN
MARKETING STRATEGY OF CAFÉ BEAN
 
2. Insurance - Classification of Insurance
2. Insurance - Classification of Insurance2. Insurance - Classification of Insurance
2. Insurance - Classification of Insurance
 
Flow chart a technique of process communication
Flow chart  a technique of process communicationFlow chart  a technique of process communication
Flow chart a technique of process communication
 
Architettura web
Architettura webArchitettura web
Architettura web
 
Understanding ITIL CMDB
Understanding ITIL CMDBUnderstanding ITIL CMDB
Understanding ITIL CMDB
 
Project front page, index, certificate, and acknowledgement
Project front page, index, certificate, and acknowledgementProject front page, index, certificate, and acknowledgement
Project front page, index, certificate, and acknowledgement
 
Bone grafts in oral surgery
Bone grafts in oral surgeryBone grafts in oral surgery
Bone grafts in oral surgery
 

Ähnlich wie AT&T Enhanced WebRTC API Overview

Real-time Communications at Internet Speed
Real-time Communications at Internet SpeedReal-time Communications at Internet Speed
Real-time Communications at Internet SpeedBrian Pulito
 
Cloud is all the buzz...what is it really?!?!
Cloud is all the buzz...what is it really?!?!Cloud is all the buzz...what is it really?!?!
Cloud is all the buzz...what is it really?!?!Michael Maharas
 
AT&T IP Flexible Reach Customer Presentation
AT&T IP Flexible Reach Customer Presentation AT&T IP Flexible Reach Customer Presentation
AT&T IP Flexible Reach Customer Presentation Michael Harber
 
Measuring and improving your app's network performance oredev
Measuring and improving your app's network performance   oredevMeasuring and improving your app's network performance   oredev
Measuring and improving your app's network performance oredevDoug Sillars
 
(NET202) Connectivity Using Software-Defined Networking & Advanced API
(NET202) Connectivity Using Software-Defined Networking & Advanced API(NET202) Connectivity Using Software-Defined Networking & Advanced API
(NET202) Connectivity Using Software-Defined Networking & Advanced APIAmazon Web Services
 
WebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video OverviewWebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video OverviewDean Bubley
 
Secure Connectivity to your Salesforce Applications
Secure Connectivity to your Salesforce ApplicationsSecure Connectivity to your Salesforce Applications
Secure Connectivity to your Salesforce ApplicationsSalesforce Developers
 
Bonding Your Private Network to Salesforce Clouds
Bonding Your Private Network to Salesforce CloudsBonding Your Private Network to Salesforce Clouds
Bonding Your Private Network to Salesforce CloudsSalesforce Developers
 
AT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offAT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offEd Donahue
 
Webrtc workshop from Alan Quayle
Webrtc workshop from Alan QuayleWebrtc workshop from Alan Quayle
Webrtc workshop from Alan QuayleAlan Quayle
 
The WebRTC Continuum - The Next Wave
The WebRTC Continuum - The Next WaveThe WebRTC Continuum - The Next Wave
The WebRTC Continuum - The Next WaveWebRTCConferenceJapan
 
Workshop web rtc customers and use cases
Workshop web rtc customers and use casesWorkshop web rtc customers and use cases
Workshop web rtc customers and use casesDouglas Tait
 
TAG IoT Summit - Why You Need a Strategy for the Internet of Things
TAG IoT Summit - Why You Need a Strategy for the Internet of ThingsTAG IoT Summit - Why You Need a Strategy for the Internet of Things
TAG IoT Summit - Why You Need a Strategy for the Internet of ThingsEric Sineath
 
Metadata for Telepresence / Video conferencing
Metadata for Telepresence /  Video conferencingMetadata for Telepresence /  Video conferencing
Metadata for Telepresence / Video conferencingIMTC
 
Introduction to Mobile Internet
Introduction to Mobile InternetIntroduction to Mobile Internet
Introduction to Mobile Internettawi123
 
Final sip is so much more! webinar
Final sip is so much more! webinarFinal sip is so much more! webinar
Final sip is so much more! webinarIntelePeer
 
Accelerate AI/ML Adoption with Intel Processors and C3IoT on AWS (AIM386-S) -...
Accelerate AI/ML Adoption with Intel Processors and C3IoT on AWS (AIM386-S) -...Accelerate AI/ML Adoption with Intel Processors and C3IoT on AWS (AIM386-S) -...
Accelerate AI/ML Adoption with Intel Processors and C3IoT on AWS (AIM386-S) -...Amazon Web Services
 
AT&T Telepresence Service Overview
AT&T Telepresence Service OverviewAT&T Telepresence Service Overview
AT&T Telepresence Service OverviewIMTC
 

Ähnlich wie AT&T Enhanced WebRTC API Overview (20)

Real-time Communications at Internet Speed
Real-time Communications at Internet SpeedReal-time Communications at Internet Speed
Real-time Communications at Internet Speed
 
Cloud is all the buzz...what is it really?!?!
Cloud is all the buzz...what is it really?!?!Cloud is all the buzz...what is it really?!?!
Cloud is all the buzz...what is it really?!?!
 
AT&T IP Flexible Reach Customer Presentation
AT&T IP Flexible Reach Customer Presentation AT&T IP Flexible Reach Customer Presentation
AT&T IP Flexible Reach Customer Presentation
 
Measuring and improving your app's network performance oredev
Measuring and improving your app's network performance   oredevMeasuring and improving your app's network performance   oredev
Measuring and improving your app's network performance oredev
 
(NET202) Connectivity Using Software-Defined Networking & Advanced API
(NET202) Connectivity Using Software-Defined Networking & Advanced API(NET202) Connectivity Using Software-Defined Networking & Advanced API
(NET202) Connectivity Using Software-Defined Networking & Advanced API
 
WebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video OverviewWebRTC Market Status & Voice/Video Overview
WebRTC Market Status & Voice/Video Overview
 
Secure Connectivity to your Salesforce Applications
Secure Connectivity to your Salesforce ApplicationsSecure Connectivity to your Salesforce Applications
Secure Connectivity to your Salesforce Applications
 
Bonding Your Private Network to Salesforce Clouds
Bonding Your Private Network to Salesforce CloudsBonding Your Private Network to Salesforce Clouds
Bonding Your Private Network to Salesforce Clouds
 
AT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-offAT&T Shape Hackathon Kick-off
AT&T Shape Hackathon Kick-off
 
Webrtc workshop from Alan Quayle
Webrtc workshop from Alan QuayleWebrtc workshop from Alan Quayle
Webrtc workshop from Alan Quayle
 
The WebRTC Continuum - The Next Wave
The WebRTC Continuum - The Next WaveThe WebRTC Continuum - The Next Wave
The WebRTC Continuum - The Next Wave
 
Workshop web rtc customers and use cases
Workshop web rtc customers and use casesWorkshop web rtc customers and use cases
Workshop web rtc customers and use cases
 
TAG IoT Summit - Why You Need a Strategy for the Internet of Things
TAG IoT Summit - Why You Need a Strategy for the Internet of ThingsTAG IoT Summit - Why You Need a Strategy for the Internet of Things
TAG IoT Summit - Why You Need a Strategy for the Internet of Things
 
Kealy Kevin
Kealy KevinKealy Kevin
Kealy Kevin
 
Metadata for Telepresence / Video conferencing
Metadata for Telepresence /  Video conferencingMetadata for Telepresence /  Video conferencing
Metadata for Telepresence / Video conferencing
 
Asterisk World (January 2014) - Taking Enterprise Telephony into the Web World
Asterisk World (January 2014) - Taking Enterprise Telephony into the Web WorldAsterisk World (January 2014) - Taking Enterprise Telephony into the Web World
Asterisk World (January 2014) - Taking Enterprise Telephony into the Web World
 
Introduction to Mobile Internet
Introduction to Mobile InternetIntroduction to Mobile Internet
Introduction to Mobile Internet
 
Final sip is so much more! webinar
Final sip is so much more! webinarFinal sip is so much more! webinar
Final sip is so much more! webinar
 
Accelerate AI/ML Adoption with Intel Processors and C3IoT on AWS (AIM386-S) -...
Accelerate AI/ML Adoption with Intel Processors and C3IoT on AWS (AIM386-S) -...Accelerate AI/ML Adoption with Intel Processors and C3IoT on AWS (AIM386-S) -...
Accelerate AI/ML Adoption with Intel Processors and C3IoT on AWS (AIM386-S) -...
 
AT&T Telepresence Service Overview
AT&T Telepresence Service OverviewAT&T Telepresence Service Overview
AT&T Telepresence Service Overview
 

Kürzlich hochgeladen

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 

Kürzlich hochgeladen (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 

AT&T Enhanced WebRTC API Overview

  • 2. As the first US carrier to announce Enhanced WebRTC support, AT&T may have just unleashed a new era in voice and video communication. ProgrammableWeb, January 8, 2015 http://www.programmableweb.com/news/att-launches-enhanced- webrtc-api-/2015/01/08 © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. 2
  • 3. © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. 3 WebRTC Overview WebRTC is an evolving standard that enables web browsers with Real-Time Communications (RTC) via simple JavaScript (JS) APIs GetUserMedia Control of camera, microphone and speakers DataChannel Exchange streaming data between peers PeerConnection Connect two endpoints (browser & server)
  • 4. WebRTC Sample Use Cases © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. 4 Video-Enabled Customer Support Conference App Customer Call Center Specialist Retail or Support App Collaboration & TrainingConferencing Collaboration App Ability to start a call on a PC and move it to a smartphone Share multimedia and training materials on demand and to multiple users simultaneously
  • 5. Sample Use Case: Video-Enabled Customer Support Customer Call Center Specialist Support App © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. 5 AT&T Enhanced WebRTC API • Companies can provide real-time voice and video calling from their website to their call center for a better customer experience. • No need for proprietary systems to connect to a database or CRM for custom experiences, like pulling customers’ information based on their phone number or account ID. • Customers can display the product they had an issue with by video and then the care rep can respond in real time using the Data Channel.
  • 6. Sample Use Case: Conferencing Solutions © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. 6 AT&T Enhanced WebRTC API Conference App Ability to start a call on a PC and move it to a smartphone • Conferencing companies are able to use AT&T mobile numbers as a WebRTC end-point. • Users are able to use advanced calling functions like the ability to start a call on a PC and move it to a smartphone all from within their web-based conferencing apps. • Users can display multimedia products through the conferencing app using the Data Channel.
  • 7. Sample Use Case: Collaboration & Training © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. 7 AT&T Enhanced WebRTC API Click here to learn how integrating the AT&T Enhanced WebRTC API enabled Videotion to add new, differentiated customer experiences. • Enables real-time, interactive voice, video, and multimedia capabilities to existing collaboration or training tools. • Collaboration and Training apps are able to use AT&T mobile numbers as a WebRTC end-point. • Connect members in different geographic location by video and voice. • Trainers can display multimedia products through the conferencing app using the Data Channel. Collaboration App Share multimedia and training materials on demand and to multiple users simultaneously
  • 8. The space is growing… WebRTC Environment 8 AT&T helps break through the clutter with the subscriber’s most important number they already have— their AT&T mobile number …but subscribers must Pick a new virtual number © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
  • 9. AT&T Enhanced WebRTC API - Feature Overview 9 Basic Calling • Make/Receive • Audio/Video • Hold/Resume Conferencing • Audio/Video • Add/Remove Participant • End Conference Advanced Calling • Move calls from browser-based devices • Transfer calls between devices • 2nd Call/Switch Complete Calling Solution Call To & From Connected Devices: © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
  • 10. AT&T Enhanced WebRTC API - Flexible Numbering Options © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. 10 Account ID Allows developers to call- enable the Account ID (e.g., yourname@yourdomain.com) associated with a domain name. This gives end-users access to a rich set of communication features they can now use to communicate with each other. Virtual Number A number that can make and receive voice or video calls from an app or browser, and is not associated to a physical location or a single device. E911 Available 1 2 3 4 5 6 7 8 9 # 0 * AT&T Mobile Number AT&T end-users give permission to developers to make or receive voice or video calls from within their app using their existing AT&T mobile number. E911 Available
  • 11. AT&T Enhanced WebRTC API – Developer Advantages Simple & robust APIs Easy app integration Full-featured SDK & Reference Server for rapid development • No telephony or SIP knowledge required • Includes AJAX methods for invoking RESTful APIs • Controls complex sequencing, signaling and media streaming • Developer can use Developer Hosted Server out-of-the-box • Developer can pull code from DHS • Provides design pattern for developers who use other server technologies (e.g., PHP, Ruby, Java) • 1 phone object • 3 setup/tear-down methods (getPhone, login and logout) • 8 functional methods (e.g., dial, hold, answer, hangup) © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. • Extensive samples & documentation • Implements signaling as JS callback events • Hides browser-specific functions • 17 callback methods and events (e.g., connecting, connected, incoming call, answering) • 2 utility methods (check browser compatibility and configure API endpoint)
  • 12. © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement. 12 AT&T Enhanced WebRTC API Architecture • Software Development Kit (SDK) is an essential element of E2E WebRTC solution • Solution is dependent on browser compatibility with WebRTC standards • Signaling and Media paths are separate Key PointsWeb Browser Web Application Developer Layer AT&T API Platform AT&T Node.js DHS* AT&T Supplied Components Developer Components AT&T Enhanced WebRTC SDK HTML / JavaScript Web Tier Legend JavaScript API App RequestConfig Signaling Token/E911 MediaToken/E911 OAuth Auth Code (Optional) Config *Developer Hosted Server
  • 13. Details • The AT&T Enhanced WebRTC API is in * status and cannot be incorporated into production applications. • While in status, we do not charge for use of the AT&T Enhanced WebRTC API. • Virtual Number Rentals • While we do not charge for use of the AT&T Enhanced WebRTC API, we do charge for the rental of virtual number • Virtual number rentals are available with AT&T Developer Premium Access only. • The first virtual number is free. Each additional number is $1 per month.** • Learn more by visiting: http://developer.att.com/pricing/enhanced-webrtc-pricing- details AT&T Enhanced WebRTC API – Pricing & Availability * While the API is in status, you can share an application with no more than 100 friends and family. The application shall remain in the Sandbox environment and will not be promoted to production. ** Virtual number fees are prorated. Billing cycles are determined by the date you signed up for your AT&T Developer Program account © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.
  • 14. Get started with your free trial today: http://developer.att.com/webrtc © 2015 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. AT&T Proprietary (Internal Use Only) Not for use or disclosure outside the AT&T companies except under written agreement.