connecting people across work and life

Download Connecting People Across Work and Life

If you can't read please download the document

Upload: aubrey-williamson

Post on 19-Dec-2015

216 views

Category:

Documents


0 download

TRANSCRIPT

  • Slide 1
  • Slide 2
  • Slide 3
  • Slide 4
  • Slide 5
  • Slide 6
  • Slide 7
  • Connecting People Across Work and Life
  • Slide 8
  • Help anyone communicate with everyone Rest assured, easy development tools Create totally new business opportunities
  • Slide 9
  • CallingSharingMessagingPresenceMeetingsPeople Services DevicesAppliances Manage PSTN 3 rd party ecosystem
  • Slide 10
  • Slide 11
  • Slide 12
  • Slide 13
  • Internet-scale Platform and Language Neutral Topology Neutral Shared Architecture Versioned Optimized for mobile Principles: Our RESTful Approach
  • Slide 14
  • Core Server and Services Network Skype Capabilities Object Model Desktop ClientMobileWeb App 1 st Party Skype Developer Platform Services User Service Object Model
  • Slide 15
  • Command Channel Event Channel Interactions HTTP (GET, POST, PUT, DELETE) P-GET Request / Response
  • Slide 16
  • Core Server and Services Network Skype Capabilities Object Model Desktop ClientMobileWeb App 1 st Party Skype Developer Platform Services User Service Object Model 3 rd Party Skype Web SDK Object Model JavaScript Common Controls 3 rd party developer scenarios: 1.Add Skype to my Web App
  • Slide 17
  • Whats Available in Preview: Chat and presence Contact management and search 1:1 and conferencing communication Audio / video calling, including multi- view Passing application context
  • Slide 18
  • Slide 19
  • Dan Gardiner Senior Product Development Engineer
  • Slide 20
  • Slide 21
  • Slide 22
  • Application Experience YourApp.html + YourApp.js (app layer) HTTP Media ControllerSignalingIdentity / Auth Media Provider (Audio / Video / Sharing) UX Controls JavaScript Object Model and Interfaces
  • Slide 23
  • Application Experience YourApp.html + YourApp.js (app layer) HTTP Media ControllerSignaling JavaScript Object Model and Interfaces Identity / Auth Media Provider (Audio / Video / Sharing)
  • Slide 24
  • Slide 25
  • var Application var app; Skype.initialize({ apiKey: 'SWX-BUILD-SDK', }, function (api) { Application = api.application; app = new Application(); });
  • Slide 26
  • Slide 27
  • conversationparticipant
  • Slide 28
  • Slide 29
  • Media Controller Media Provider (Audio / Video / Sharing)
  • Slide 30
  • CallingSharingMessagingPresenceMeetingsPeople Services DevicesAppliances Manage PSTN 3 rd party ecosystem
  • Slide 31
  • Slide 32
  • Visit http://developer.skype.com for more info!http://developer.skype.com Preview requires Skype for Business Server Coming soon for Online
  • Slide 33
  • Slide 34
  • Slide 35