├── Skype ├── UCWA │ ├── error.err │ ├── images │ │ ├── CFW.gif │ │ ├── adm.gif │ │ ├── arch.gif │ │ ├── box.gif │ │ ├── dev.gif │ │ ├── exp.gif │ │ ├── kw.gif │ │ ├── load.gif │ │ ├── note.gif │ │ ├── save.gif │ │ ├── xna.gif │ │ ├── big_kw.gif │ │ ├── bullet.gif │ │ ├── drpup.gif │ │ ├── expall.gif │ │ ├── footer.gif │ │ ├── kw_adm.gif │ │ ├── kw_dev.gif │ │ ├── pencil.GIF │ │ ├── static.gif │ │ ├── Caution.gif │ │ ├── LastChild.gif │ │ ├── Octocat.png │ │ ├── adm_arch.gif │ │ ├── adm_dev.gif │ │ ├── big_adm.gif │ │ ├── big_arch.gif │ │ ├── big_dev.gif │ │ ├── collall.gif │ │ ├── collapse.gif │ │ ├── copycode.gif │ │ ├── dev_arch.gif │ │ ├── dropdown.gif │ │ ├── drpdown.gif │ │ ├── filter1a.gif │ │ ├── filter1c.gif │ │ ├── gradient.gif │ │ ├── greychck.gif │ │ ├── kw_arch.gif │ │ ├── privclass.gif │ │ ├── privenum.gif │ │ ├── privevent.gif │ │ ├── privfield.gif │ │ ├── protclass.gif │ │ ├── protenum.gif │ │ ├── protevent.gif │ │ ├── protfield.gif │ │ ├── pubclass.gif │ │ ├── pubenum.gif │ │ ├── pubevent.gif │ │ ├── pubfield.gif │ │ ├── pubmethod.gif │ │ ├── security.gif │ │ ├── seealso1a.gif │ │ ├── seealso1c.gif │ │ ├── alert_note.gif │ │ ├── expand_all.gif │ │ ├── greencheck.gif │ │ ├── kw_adm_arch.gif │ │ ├── kw_adm_dev.gif │ │ ├── kw_dev_arch.gif │ │ ├── load_hover.gif │ │ ├── privmethod.gif │ │ ├── protmethod.gif │ │ ├── pubdelegate.gif │ │ ├── puboperator.gif │ │ ├── pubproperty.gif │ │ ├── save_hover.gif │ │ ├── adm_dev_arch.gif │ │ ├── alert_caution.gif │ │ ├── alert_security.gif │ │ ├── collapse_all.gif │ │ ├── dropdownHover.gif │ │ ├── drpdown_orange.gif │ │ ├── privdelegate.gif │ │ ├── privdelicate.gif │ │ ├── privextension.gif │ │ ├── privinterface.gif │ │ ├── privproperty.gif │ │ ├── privstructure.gif │ │ ├── protdelegate.gif │ │ ├── protdeligate.gif │ │ ├── protextension.gif │ │ ├── protinterface.gif │ │ ├── protoperator.gif │ │ ├── protproperty.gif │ │ ├── protstructure.gif │ │ ├── pubenumeration.gif │ │ ├── pubextension.gif │ │ ├── pubinterface.gif │ │ ├── pubstructure.gif │ │ ├── requirements1a.gif │ │ ├── requirements1c.gif │ │ ├── GitHub-Mark-64px.png │ │ ├── header_prev_next.jpg │ │ ├── kw_adm_dev_arch.gif │ │ ├── privenumeration.gif │ │ ├── protenumeration.gif │ │ ├── UCWA15Con_CreateApp.png │ │ ├── UCWA15Con_Hierarchy.png │ │ ├── UCWA15Con_Resource.png │ │ ├── UCWA15Con_RootURL.png │ │ ├── copycodeHighlight.gif │ │ ├── drpdown_orange_up.gif │ │ ├── UCWA15Con_HomeServerArch.png │ │ ├── UCWA15Con_SecurityCheck.png │ │ ├── header_sql_tutorial_logo.GIF │ │ ├── header_sql_tutorial_blank.jpg │ │ ├── UCWA15Con_DashboardTopology.png │ │ └── UCWA15Con_ArchitectureTopology.png │ └── samples │ │ ├── images │ │ ├── ajax-loader.gif │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ └── samples │ │ └── html │ │ ├── IM.html │ │ ├── Mime.html │ │ ├── Batch.html │ │ ├── Cache.html │ │ ├── Events.html │ │ ├── Contacts.html │ │ ├── Meeting.html │ │ ├── Transport.html │ │ ├── MeDashboard.html │ │ ├── PresenceSub.html │ │ ├── Authentication.html │ │ ├── AutoDiscovery.html │ │ ├── ContactSearch.html │ │ └── OperationResource.html ├── WebSDK │ ├── token.html │ ├── samples │ │ ├── Audio │ │ │ ├── order │ │ │ ├── Mute │ │ │ │ └── order │ │ │ ├── Group │ │ │ │ └── order │ │ │ ├── Call Transfer │ │ │ │ └── order │ │ │ ├── Hold Resume │ │ │ │ └── order │ │ │ ├── P2P Escalation │ │ │ │ └── order │ │ │ ├── Phone Audio │ │ │ │ └── order │ │ │ ├── Incoming P2P And PSTN │ │ │ │ └── order │ │ │ └── Outgoing P2P And PSTN │ │ │ │ └── order │ │ ├── Chat │ │ │ ├── order │ │ │ ├── Group │ │ │ │ └── order │ │ │ ├── Incoming P2P │ │ │ │ └── order │ │ │ ├── Outgoing P2P │ │ │ │ └── order │ │ │ └── P2P Escalation │ │ │ │ └── order │ │ ├── Video │ │ │ ├── order │ │ │ ├── Add Video │ │ │ │ └── order │ │ │ ├── Group │ │ │ │ └── order │ │ │ ├── Incoming P2P │ │ │ │ └── order │ │ │ ├── Outgoing P2P │ │ │ │ └── order │ │ │ └── P2P Escalation │ │ │ │ └── order │ │ ├── Contacts │ │ │ ├── order │ │ │ ├── All │ │ │ │ └── order │ │ │ ├── Search │ │ │ │ └── order │ │ │ └── Contact Card │ │ │ │ └── order │ │ ├── Groups │ │ │ ├── All │ │ │ │ └── order │ │ │ ├── order │ │ │ ├── Search │ │ │ │ └── order │ │ │ ├── Add Contact │ │ │ │ └── order │ │ │ ├── Add Group │ │ │ │ └── order │ │ │ ├── Remove Group │ │ │ │ └── order │ │ │ ├── Rename Group │ │ │ │ └── order │ │ │ └── Remove Contact │ │ │ │ └── order │ │ ├── History │ │ │ ├── preview │ │ │ └── Conversation History │ │ │ │ └── order │ │ ├── Local User │ │ │ ├── order │ │ │ ├── Note │ │ │ │ └── order │ │ │ ├── Dashboard │ │ │ │ └── order │ │ │ ├── Location │ │ │ │ └── order │ │ │ └── Status │ │ │ │ └── order │ │ ├── Meetings │ │ │ ├── order │ │ │ ├── Join │ │ │ │ └── order │ │ │ ├── Schedule │ │ │ │ └── order │ │ │ └── Anonymous Online │ │ │ │ └── order │ │ ├── Authentication │ │ │ ├── order │ │ │ ├── Azure AD │ │ │ │ └── order │ │ │ ├── Password │ │ │ │ └── order │ │ │ ├── Sign Out │ │ │ │ └── order │ │ │ ├── WebTicket │ │ │ │ └── order │ │ │ └── Windows Auth │ │ │ │ └── order │ │ ├── UI Controls │ │ │ ├── order │ │ │ └── Conversation Control(s) │ │ │ │ └── order │ │ ├── Devices Manager │ │ │ ├── order │ │ │ └── Manage Devices │ │ │ │ └── order │ │ ├── .gitignore │ │ └── location_config.js │ ├── lib │ │ ├── webcomponentsjs │ │ │ ├── src │ │ │ │ ├── WebComponents │ │ │ │ │ └── build │ │ │ │ │ │ ├── end-if.js │ │ │ │ │ │ ├── else.js │ │ │ │ │ │ └── if-poly.js │ │ │ │ ├── MutationObserver │ │ │ │ │ └── build.json │ │ │ │ └── CustomElements │ │ │ │ │ └── build.json │ │ │ ├── .gitignore │ │ │ ├── wct.conf.json │ │ │ └── tests │ │ │ │ ├── ShadowCSS │ │ │ │ └── html │ │ │ │ │ └── assets │ │ │ │ │ └── google.png │ │ │ │ └── HTMLImports │ │ │ │ └── html │ │ │ │ ├── imports │ │ │ │ └── google.png │ │ │ │ └── redirect │ │ │ │ └── imports │ │ │ │ └── redirect │ │ │ │ └── googley.png │ │ └── zero-md │ │ │ └── .gitignore │ ├── model │ │ ├── common │ │ │ ├── tsconfig.json │ │ │ ├── MediaStream.d.ts │ │ │ └── ParticipantChat.d.ts │ │ ├── api │ │ │ └── assets │ │ │ │ └── images │ │ │ │ ├── icons.png │ │ │ │ ├── widgets.png │ │ │ │ ├── icons@2x.png │ │ │ │ └── widgets@2x.png │ │ └── s4b.sdk │ │ │ ├── PhoneAudio.d.ts │ │ │ └── AudioService.d.ts │ ├── favicon.ico │ ├── tsconfig.json │ ├── .eslintrc.json │ └── config.js ├── breadcrumb │ └── toc.yml ├── Trusted-Application-API │ ├── SDK │ │ ├── Tests │ │ │ └── Data │ │ │ │ ├── Event_AudioInvitationStarted.json │ │ │ │ ├── AdhocMeeting_Malformed.json │ │ │ │ ├── AnonApplicationToken_Malformed.json │ │ │ │ ├── Applications_NoApplication.json │ │ │ │ └── Event_Empty.json │ │ └── ClientModel │ │ │ └── TargetServiceType.cs │ ├── docs │ │ └── images │ │ │ ├── PSTNEndpoint1.jpeg │ │ │ ├── PSTNEndpoint2.jpeg │ │ │ ├── UCAP Anon P2P_1.jpg │ │ │ ├── UCAP Anon P2P_2.jpg │ │ │ ├── UCAP Anon P2P_3.jpg │ │ │ ├── UCAP Anon P2P_4.jpg │ │ │ ├── Anon Meeting Join.png │ │ │ ├── CallFlow1image001.png │ │ │ ├── CallFlowimage001.png │ │ │ ├── MessagingCallFlow.jpg │ │ │ ├── Overview_Architecture.png │ │ │ ├── PublicCallFlow-Inbound.jpg │ │ │ ├── CallFlowAnonMeetingJoin.jpg │ │ │ ├── PublicCallFlow-Outbound.jpg │ │ │ ├── TenantAdminConsentImage002.jpg │ │ │ ├── CallFlowsUcapMeetingSchedule.jpg │ │ │ ├── CallFlowsUcwaMeetingSchedule.png │ │ │ ├── GuestMeetingJoinTenantConsent.png │ │ │ ├── MessagingCallFlowsInitialize.jpg │ │ │ ├── Call Flows - UcwaMeetingSchedule.png │ │ │ ├── MessagingCallFlowsStartMessaging.jpg │ │ │ ├── RegistrationForGuestMeetingJoin.png │ │ │ ├── Messaging Call Flows - Initialize.png │ │ │ ├── MessagingCallFlowsAppSendsMessage1.jpg │ │ │ ├── MessagingCallFlowsAppsendsmessage2.jpg │ │ │ ├── MessagingCallFlowsEndConversation.jpg │ │ │ ├── MessagingCallFlowsUserSendsMessage.jpg │ │ │ ├── Messaging Call Flows - App sends message.png │ │ │ ├── Messaging Call Flows - end conversation.png │ │ │ ├── Messaging Call Flows - start messaging.png │ │ │ ├── Messaging Call Flows -user sends message.png │ │ │ ├── MessagingCallFlowsUserSendsHtmlMessage.jpg │ │ │ ├── Messaging Call Flows - App sends message 2.png │ │ │ ├── RegistrationInAzureActiveDirectoryimage002.jpg │ │ │ ├── RegistrationInAzureActiveDirectoryimage004.jpg │ │ │ ├── RegistrationInAzureActiveDirectoryimage006.jpg │ │ │ ├── RegistrationInAzureActiveDirectoryimage008.jpg │ │ │ ├── RegistrationInAzureActiveDirectoryimage010.jpg │ │ │ ├── RegistrationInAzureActiveDirectoryimage012.jpg │ │ │ ├── RegistrationInAzureActiveDirectoryimage014.jpg │ │ │ ├── RegistrationInAzureActiveDirectoryimage016.jpg │ │ │ ├── RegistrationInAzureActiveDirectoryimage018.jpg │ │ │ ├── Messaging Call Flows -user sends html message.png │ │ │ ├── RegistrationInAzureActiveDirectoryCreateAppImage.png │ │ │ ├── RegistrationInAzureActiveDirectoryCreatedNewAppImage.png │ │ │ ├── RegistrationInAzureActiveDirectoryimageFindNeededAPI.PNG │ │ │ ├── RegistrationInAzureActiveDirectoryAppRegistrationImage.png │ │ │ ├── RegistrationInAzureActiveDirectoryRequestPermissionsAppImage.png │ │ │ ├── RegistrationInAzureActiveDirectorySelectPermissionsAppImage.png │ │ │ ├── RegistrationInAzureActiveDirectoryimageSelectSFBOnlineAPIImage.png │ │ │ ├── RegistrationInAzureActiveDirectoryAppRegistrationActiveDirectory.png │ │ │ └── RegistrationInAzureActiveDirectoryRequestPermissionsSelectAPIAppImage.png │ ├── samples │ │ └── AnonMeetingJoinSamples │ │ │ ├── WebsiteSamples │ │ │ ├── samples │ │ │ │ └── html │ │ │ │ │ └── sign-out.html │ │ │ ├── Web.config │ │ │ ├── fonts │ │ │ │ ├── SkypeIcon.eot │ │ │ │ ├── SkypeIcon.ttf │ │ │ │ ├── SkypeIcon.woff │ │ │ │ ├── office365icons.eot │ │ │ │ ├── office365icons.ttf │ │ │ │ ├── office365icons.woff │ │ │ │ ├── segoeui-regular.ttf │ │ │ │ ├── segoeui-regular.woff │ │ │ │ ├── segoeui-semibold.ttf │ │ │ │ ├── segoeui-semibold.woff │ │ │ │ ├── segoeui-semilight.ttf │ │ │ │ └── segoeui-semilight.woff │ │ │ ├── images │ │ │ │ ├── default.png │ │ │ │ ├── loading.gif │ │ │ │ ├── loading.png │ │ │ │ └── presence │ │ │ │ │ ├── away.png │ │ │ │ │ ├── busy.png │ │ │ │ │ ├── unknown.png │ │ │ │ │ ├── available.png │ │ │ │ │ └── do-not-disturb.png │ │ │ └── rawData │ │ │ │ └── getdiscoverurl.txt │ │ │ └── WebRole1 │ │ │ └── Global.asax │ ├── visio diagrams │ │ ├── UCAP Anon P2P_1.vsdx │ │ ├── UCAP Anon P2P_2.vsdx │ │ ├── UCAP Anon P2P_3.vsdx │ │ ├── UCAP Anon P2P_4.vsdx │ │ ├── Messaging Call Flows.vsdx │ │ ├── Messaging Call Flows - Modules.vsdx │ │ ├── Call Flows - UcwaMeetingSchedule.vsdx │ │ ├── Messaging Call Flows - Initialize.vsdx │ │ ├── Messaging Call Flows - start messaging.vsdx │ │ ├── Messaging Call Flows - App sends message.vsdx │ │ ├── Messaging Call Flows - end conversation.vsdx │ │ ├── Messaging Call Flows -user sends message.vsdx │ │ ├── Messaging Call Flows - App sends message 2.vsdx │ │ └── Messaging Call Flows -user sends html message.vsdx │ └── images │ │ ├── RegistrationInAzureActiveDirectoryimage019.PNG │ │ └── RegistrationInAzureActiveDirectoryimage020.PNG ├── SDN │ └── images │ │ ├── kw.gif │ │ ├── CFW.gif │ │ ├── adm.gif │ │ ├── arch.gif │ │ ├── box.gif │ │ ├── dev.gif │ │ ├── drpup.gif │ │ ├── exp.gif │ │ ├── load.gif │ │ ├── note.gif │ │ ├── save.gif │ │ ├── xna.gif │ │ ├── Caution.gif │ │ ├── Octocat.png │ │ ├── adm_dev.gif │ │ ├── big_adm.gif │ │ ├── big_dev.gif │ │ ├── big_kw.gif │ │ ├── bullet.gif │ │ ├── collall.gif │ │ ├── drpdown.gif │ │ ├── expall.gif │ │ ├── footer.gif │ │ ├── kw_adm.gif │ │ ├── kw_arch.gif │ │ ├── kw_dev.gif │ │ ├── pencil.GIF │ │ ├── pubenum.gif │ │ ├── static.gif │ │ ├── LastChild.gif │ │ ├── adm_arch.gif │ │ ├── alert_note.gif │ │ ├── big_arch.gif │ │ ├── collapse.gif │ │ ├── copycode.gif │ │ ├── dev_arch.gif │ │ ├── dropdown.gif │ │ ├── expand_all.gif │ │ ├── filter1a.gif │ │ ├── filter1c.gif │ │ ├── gradient.gif │ │ ├── greencheck.gif │ │ ├── greychck.gif │ │ ├── kw_adm_dev.gif │ │ ├── load_hover.gif │ │ ├── privclass.gif │ │ ├── privenum.gif │ │ ├── privevent.gif │ │ ├── privfield.gif │ │ ├── privmethod.gif │ │ ├── protclass.gif │ │ ├── protenum.gif │ │ ├── protevent.gif │ │ ├── protfield.gif │ │ ├── protmethod.gif │ │ ├── pubclass.gif │ │ ├── pubevent.gif │ │ ├── pubfield.gif │ │ ├── pubmethod.gif │ │ ├── save_hover.gif │ │ ├── security.gif │ │ ├── seealso1a.gif │ │ ├── seealso1c.gif │ │ ├── adm_dev_arch.gif │ │ ├── collapse_all.gif │ │ ├── kw_adm_arch.gif │ │ ├── kw_dev_arch.gif │ │ ├── privdelegate.gif │ │ ├── privdelicate.gif │ │ ├── privproperty.gif │ │ ├── protdelegate.gif │ │ ├── protdeligate.gif │ │ ├── protoperator.gif │ │ ├── protproperty.gif │ │ ├── pubdelegate.gif │ │ ├── pubextension.gif │ │ ├── pubinterface.gif │ │ ├── puboperator.gif │ │ ├── pubproperty.gif │ │ ├── pubstructure.gif │ │ ├── alert_caution.gif │ │ ├── alert_security.gif │ │ ├── dropdownHover.gif │ │ ├── drpdown_orange.gif │ │ ├── kw_adm_dev_arch.gif │ │ ├── privenumeration.gif │ │ ├── privextension.gif │ │ ├── privinterface.gif │ │ ├── privstructure.gif │ │ ├── protenumeration.gif │ │ ├── protextension.gif │ │ ├── protinterface.gif │ │ ├── protstructure.gif │ │ ├── pubenumeration.gif │ │ ├── requirements1a.gif │ │ ├── requirements1c.gif │ │ ├── GitHub-Mark-64px.png │ │ ├── copycodeHighlight.gif │ │ ├── drpdown_orange_up.gif │ │ ├── header_prev_next.jpg │ │ ├── header_sql_tutorial_blank.jpg │ │ ├── header_sql_tutorial_logo.GIF │ │ ├── Dn785205.alert_note(Office.16).gif │ │ ├── lync_sdn_api_install_certificate.png │ │ ├── Dn785202.alert_caution(Office.16).gif │ │ ├── 00e512cf-9ccb-47e3-a0ef-857789f15676.png │ │ ├── 07b7eb5a-2a4b-4a4c-9460-67c8a6098e7b.png │ │ ├── 09efa1dc-2a94-4949-acd9-fe421f63a668.png │ │ ├── 18aa5963-b41b-449e-978f-4c8b91ef2520.png │ │ ├── 1d36db0f-f1dd-436d-a6fb-fbde5c445b7d.png │ │ ├── 388c0128-bfa1-4a38-9a47-5a1797e4528e.PNG │ │ ├── 44362d7e-cec6-476b-b1ef-0e72ee0bb266.png │ │ ├── 4a5a3320-7408-4ae6-886c-56b4b5dcb907.png │ │ ├── 4b1a7938-ca4d-4f4b-8929-5cd5205ca75e.png │ │ ├── 5565cc50-7e37-4ba1-84b4-a3aff0a8881a.png │ │ ├── 5e2fffd3-2196-4df1-8114-87a21d5ff90b.png │ │ ├── 5e5b4921-fe81-46f6-b996-f58033e80fe8.png │ │ ├── 5f75214b-82c7-4fb5-91e2-7a0cc55cd99e.png │ │ ├── 5fbcf4ab-025a-4845-ad7c-7257a9649de9.png │ │ ├── 6498fa6d-0693-4d7d-b2da-93be83d8a40c.png │ │ ├── 82ee023d-2e78-41ba-8f43-5646f5ebbdfa.jpg │ │ ├── 9e948e11-0b75-46bc-9b6a-e96717a49c28.png │ │ ├── a1dc6b90-0adf-485c-846a-1e859cea6233.png │ │ ├── abe44d50-9c94-4892-8b02-d8fd206c344b.png │ │ ├── b5be8fd2-361b-4ea0-9437-909c8928ac02.png │ │ ├── d9c798a7-f509-47f3-96a3-4b9f02e1eab2.png │ │ ├── e9b12adb-d359-498e-b155-0568fa3c64f9.png │ │ ├── Lync_Sdn_interface_New_resource_record.jpg │ │ ├── lync_sdni_set_qoe_setting_in_control_pannel.PNG │ │ ├── lync_sdni_view_qoe_setting_in_control_pannel.PNG │ │ ├── Dn785201.lync_sdn_api_install_certificate(Office.16).png │ │ ├── Dn785192.388c0128-bfa1-4a38-9a47-5a1797e4528e(Office.16).png │ │ ├── Dn785192.4b1a7938-ca4d-4f4b-8929-5cd5205ca75e(Office.16).png │ │ ├── Dn785194.00e512cf-9ccb-47e3-a0ef-857789f15676(Office.16).png │ │ ├── Dn785194.07b7eb5a-2a4b-4a4c-9460-67c8a6098e7b(Office.16).png │ │ ├── Dn785194.5f75214b-82c7-4fb5-91e2-7a0cc55cd99e(Office.16).png │ │ ├── Dn785201.5fbcf4ab-025a-4845-ad7c-7257a9649de9(Office.16).png │ │ ├── Dn785201.b5be8fd2-361b-4ea0-9437-909c8928ac02(Office.16).png │ │ ├── Dn785202.1d36db0f-f1dd-436d-a6fb-fbde5c445b7d(Office.16).png │ │ ├── Dn785202.44362d7e-cec6-476b-b1ef-0e72ee0bb266(Office.16).png │ │ ├── Dn785202.abe44d50-9c94-4892-8b02-d8fd206c344b(Office.16).png │ │ ├── Dn785203.6498fa6d-0693-4d7d-b2da-93be83d8a40c(Office.16).png │ │ ├── Dn785203.82ee023d-2e78-41ba-8f43-5646f5ebbdfa(Office.16).jpg │ │ ├── Dn785203.9e948e11-0b75-46bc-9b6a-e96717a49c28(Office.16).png │ │ ├── Dn785203.e9b12adb-d359-498e-b155-0568fa3c64f9(Office.16).png │ │ ├── Dn785205.18aa5963-b41b-449e-978f-4c8b91ef2520(Office.16).png │ │ ├── Dn785214.5565cc50-7e37-4ba1-84b4-a3aff0a8881a(Office.16).png │ │ ├── Dn785217.4a5a3320-7408-4ae6-886c-56b4b5dcb907(Office.16).png │ │ ├── Dn785217.5e5b4921-fe81-46f6-b996-f58033e80fe8(Office.16).png │ │ ├── Dn785218.a1dc6b90-0adf-485c-846a-1e859cea6233(Office.16).png │ │ ├── Dn785219.d9c798a7-f509-47f3-96a3-4b9f02e1eab2(Office.16).png │ │ ├── Dn785223.09efa1dc-2a94-4949-acd9-fe421f63a668(Office.16).png │ │ ├── Mt642927.5e2fffd3-2196-4df1-8114-87a21d5ff90b(Office.16).png │ │ ├── Dn785198.Lync_Sdn_interface_New_resource_record(Office.16).jpg │ │ ├── Dn806347.lync_sdni_set_qoe_setting_in_control_pannel(Office.16).png │ │ └── Dn806347.lync_sdni_view_qoe_setting_in_control_pannel(Office.16).png ├── images │ ├── skype.png │ └── SkypeDevPlatform.png ├── AppSDK │ ├── images │ │ ├── meetnow.PNG │ │ ├── Drawing1.vsdx │ │ ├── Drawing4.vsdx │ │ ├── entryinfo.PNG │ │ ├── appsdk_arch.png │ │ ├── objectmodel.vsdx │ │ ├── appsdk_client.png │ │ ├── meetingoptions.PNG │ │ ├── outlookmeeting.PNG │ │ ├── Fig2_anonymous_meeting_join.png │ │ ├── Fig4_.skype_for_business_OM.png │ │ ├── Fig1_samp_client_app_integration.png │ │ └── Fig3_conversation_to_endpoint_application.png │ └── video-license-localized │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Czech....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Dutch....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Greek....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Hindi....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Thai....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Arabic....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Basque....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Catalan....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Croatian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Danish....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Estonian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Finnish....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_French....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Galician....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_German....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Hebrew....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Italian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Japanese....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Kazakh....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Korean....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Latvian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Polish....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Romanian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Russian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Slovak....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Spanish....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Swedish....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Turkish....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Bulgarian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Hungarian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Indonesian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Lithuanian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Malaysian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Norwegian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Slovenian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Ukrainian.....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Valencian....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Vietnamese....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Serbian (Latin)....docx │ │ ├── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Serbian (Cyrillic)....docx │ │ └── Skype for Business Video Conf. Mobile Apps EULA (goes with App SDK) 3-1-_Chinese (Simplified)....docx ├── SkypeURIs │ └── images │ │ ├── CFW.gif │ │ ├── adm.gif │ │ ├── arch.gif │ │ ├── box.gif │ │ ├── dev.gif │ │ ├── exp.gif │ │ ├── kw.gif │ │ ├── load.gif │ │ ├── note.gif │ │ ├── save.gif │ │ ├── xna.gif │ │ ├── big_kw.gif │ │ ├── bullet.gif │ │ ├── drpup.gif │ │ ├── expall.gif │ │ ├── footer.gif │ │ ├── kw_adm.gif │ │ ├── kw_dev.gif │ │ ├── pencil.GIF │ │ ├── static.gif │ │ ├── Caution.gif │ │ ├── LastChild.gif │ │ ├── Octocat.png │ │ ├── adm_arch.gif │ │ ├── adm_dev.gif │ │ ├── big_adm.gif │ │ ├── big_arch.gif │ │ ├── big_dev.gif │ │ ├── collall.gif │ │ ├── collapse.gif │ │ ├── copycode.gif │ │ ├── dev_arch.gif │ │ ├── dropdown.gif │ │ ├── drpdown.gif │ │ ├── filter1a.gif │ │ ├── filter1c.gif │ │ ├── gradient.gif │ │ ├── greychck.gif │ │ ├── kw_arch.gif │ │ ├── privclass.gif │ │ ├── privenum.gif │ │ ├── privevent.gif │ │ ├── privfield.gif │ │ ├── protclass.gif │ │ ├── protenum.gif │ │ ├── protevent.gif │ │ ├── protfield.gif │ │ ├── pubclass.gif │ │ ├── pubenum.gif │ │ ├── pubevent.gif │ │ ├── pubfield.gif │ │ ├── pubmethod.gif │ │ ├── security.gif │ │ ├── seealso1a.gif │ │ ├── seealso1c.gif │ │ ├── alert_note.gif │ │ ├── expand_all.gif │ │ ├── greencheck.gif │ │ ├── kw_adm_arch.gif │ │ ├── kw_adm_dev.gif │ │ ├── kw_dev_arch.gif │ │ ├── load_hover.gif │ │ ├── privmethod.gif │ │ ├── protmethod.gif │ │ ├── pubdelegate.gif │ │ ├── puboperator.gif │ │ ├── pubproperty.gif │ │ ├── save_hover.gif │ │ ├── Skypeicon_16px.png │ │ ├── adm_dev_arch.gif │ │ ├── alert_caution.gif │ │ ├── alert_security.gif │ │ ├── collapse_all.gif │ │ ├── dropdownHover.gif │ │ ├── drpdown_orange.gif │ │ ├── privdelegate.gif │ │ ├── privdelicate.gif │ │ ├── privextension.gif │ │ ├── privinterface.gif │ │ ├── privproperty.gif │ │ ├── privstructure.gif │ │ ├── protdelegate.gif │ │ ├── protdeligate.gif │ │ ├── protextension.gif │ │ ├── protinterface.gif │ │ ├── protoperator.gif │ │ ├── protproperty.gif │ │ ├── protstructure.gif │ │ ├── pubenumeration.gif │ │ ├── pubextension.gif │ │ ├── pubinterface.gif │ │ ├── pubstructure.gif │ │ ├── requirements1a.gif │ │ ├── requirements1c.gif │ │ ├── GitHub-Mark-64px.png │ │ ├── callbutton_16px.png │ │ ├── header_prev_next.jpg │ │ ├── kw_adm_dev_arch.gif │ │ ├── privenumeration.gif │ │ ├── protenumeration.gif │ │ ├── copycodeHighlight.gif │ │ ├── drpdown_orange_up.gif │ │ ├── skypeUriBrandingBox.png │ │ ├── skypeUri_AllowCall.png │ │ ├── skypeUri_Win8Store.png │ │ ├── Skype_chatbutton_16px.png │ │ ├── skypeUriBrandingFont.png │ │ ├── skypeUriBrandingName.png │ │ ├── skypeUriBrandingPhoto.png │ │ ├── header_sql_tutorial_logo.GIF │ │ ├── skypeUriBrandingEffects.png │ │ ├── skypeUri_PrivacySettings.png │ │ ├── SkypeUriJavaScriptCallouts.png │ │ ├── header_sql_tutorial_blank.jpg │ │ ├── skypeUriBrandingAddedText.png │ │ ├── skypeUriBrandingAlterPos1.png │ │ ├── Skype_dropdowncallbutton_16px.png │ │ ├── skypeUriBrandingSpecialChars.png │ │ ├── skypeUri_AllowProgramOpen_IE.png │ │ ├── skypeUri_Win8StoreHighlight.png │ │ ├── skypeUri_AllowProgramOpen_Android.png │ │ ├── 290fc15d-5cfe-478f-a8c0-5136db46bcc7.jpg │ │ ├── 5a5bf907-7fd7-460b-8fb5-81bf8e45d0c4.jpg │ │ ├── 86d4ec8b-1db1-43fc-bb37-c71715e6555e.jpg │ │ └── 893045ce-14d3-4a3f-b5b7-3805ba000d2b.jpg ├── UCMA │ └── images │ │ ├── Dn465969.SORG(Office.16).png │ │ ├── Dn466032.AVFlow(Office.16).png │ │ ├── Dn466115.MarkP1(Office.16).png │ │ ├── Dn465936.UCMA-PVA1(Office.16).png │ │ ├── Dn465940.UCMA-PVA2(Office.16).png │ │ ├── Dn465936.UCMA-Alerts(Office.16).png │ │ ├── Dn465945.UCMA-Blocks(Office.16).png │ │ ├── Dn465945.UcmaArch01(Office.16).jpg │ │ ├── Dn465975.UCMAArch04a(Office.16).jpg │ │ ├── Dn465989.alert_note(Office.16).gif │ │ ├── Dn465944.UCMA-Gateway(Office.16).png │ │ ├── Dn465952.UCMA-Alerts2(Office.16).png │ │ ├── Dn465973.LORG_overview(Office.16).png │ │ ├── Dn465990.alert_caution(Office.16).gif │ │ ├── Dn466016.UCMA3-TCUArch(Office.16).png │ │ ├── Dn466046.UCMA-Signaling(Office.16).png │ │ ├── Dn466092.ExtensionArch(Office.16).png │ │ ├── Dn466101.SDPOfferAnswer(Office.16).png │ │ ├── Dn466131.Migr_Scenario1(Office.16).png │ │ ├── Dn466131.Migr_Scenario2(Office.16).png │ │ ├── Dn466131.Migr_Scenario3(Office.16).jpg │ │ ├── Dn466131.Migr_Scenario4(Office.16).jpg │ │ ├── Dn466131.Migr_Scenario5(Office.16).jpg │ │ ├── Dn466134.OCSLoggingTool(Office.16).jpg │ │ ├── Dn454841.BuildABotExcel1(Office.16).png │ │ ├── Dn454841.BuildABotExcel2(Office.16).png │ │ ├── Dn454841.BuildABotExcel3(Office.16).png │ │ ├── Dn465943.UCMAOverallArch(Office.16).png │ │ ├── Dn465954.UCMA-Connections(Office.16).png │ │ ├── Dn465963.TCU_RoutingTbl1(Office.16).jpg │ │ ├── Dn465963.TCU_RoutingTbl2(Office.16).jpg │ │ ├── Dn465963.TCU_RoutingTbl3(Office.16).jpg │ │ ├── Dn465963.TCU_RoutingTbl4(Office.16).jpg │ │ ├── Dn465963.TCU_RoutingTbl5(Office.16).jpg │ │ ├── Dn465963.TCU_RoutingTbl6(Office.16).jpg │ │ ├── Dn465963.TCU_RoutingTbl7(Office.16).jpg │ │ ├── Dn466013.UCMA3-TCURouting(Office.16).jpg │ │ ├── Dn466021.UCMA3-AspectArch(Office.16).jpg │ │ ├── Dn466021.UCMA3-AstanaArch(Office.16).png │ │ ├── Dn466030.StateMach_AVFlow(Office.16).jpg │ │ ├── Dn466037.OnePlayerOneFlow(Office.16).png │ │ ├── Dn466072.UCMA2Exceptions(Office.16).jpg │ │ ├── Dn466131.Migr_Scenario2b(Office.16).jpg │ │ ├── Dn466131.Migr_Scenario5b(Office.16).jpg │ │ ├── Dn454839.BuildABot_FlowChart(Office.16).png │ │ ├── Dn465935.UCMA-ContactCenter2(Office.16).png │ │ ├── Dn465936.UCMA-ContactCenter1(Office.16).png │ │ ├── Dn465936.UCMA-StandaloneIVR1(Office.16).png │ │ ├── Dn465937.UCMA-StandaloneIVR2(Office.16).png │ │ ├── Dn465958.UCMA_ConfTopology(Office.16).png │ │ ├── Dn465963.TCU_AudioRouting1(Office.16).png │ │ ├── Dn465963.TCU_AudioRouting2(Office.16).png │ │ ├── Dn465963.TCU_AudioRouting3(Office.16).png │ │ ├── Dn465963.TCU_AudioRouting5(Office.16).png │ │ ├── Dn465963.TCU_AudioRouting6(Office.16).png │ │ ├── Dn465963.TCU_AudioRouting7(Office.16).png │ │ ├── Dn465972.MORG_Ref_Topology(Office.16).png │ │ ├── Dn465981.StateMach_Call_In(Office.16).jpg │ │ ├── Dn465981.StateMach_Call_Out(Office.16).jpg │ │ ├── Dn465997.UCMA-Collaboration(Office.16).png │ │ ├── Dn465997.UCMA-Communications(Office.16).png │ │ ├── Dn466037.OnePlayerMultFlow(Office.16).png │ │ ├── Dn466040.StateMach_AVCall_In(Office.16).jpg │ │ ├── Dn466053.StateMach_AppEndpt(Office.16).jpg │ │ ├── Dn466062.UCMA-ErrorHandling(Office.16).png │ │ ├── Dn466101.Call_MediaProvider(Office.16).png │ │ ├── Dn466124.VoiceXMLCall_UCMA3(Office.16).png │ │ ├── Dn466014.StateMach_ConfSession(Office.16).jpg │ │ ├── Dn466021.UCMA3-AspectChannels(Office.16).png │ │ ├── Dn466021.UCMA3-AstanaChannels(Office.16).png │ │ ├── Dn466029.StateMach_McuSession(Office.16).jpg │ │ ├── Dn466040.StateMach_AVCall_Out(Office.16).jpg │ │ ├── Dn466134.OCSLogger_Options_Buf(Office.16).jpg │ │ ├── Dn466134.OCSLogger_Options_Clk(Office.16).jpg │ │ ├── Dn466134.OCSLogger_Options_Fmt(Office.16).jpg │ │ ├── Dn466143.Migr_Scenario2_LS2013(Office.16).png │ │ ├── Dn466143.Migr_Scenario3_LS2013(Office.16).png │ │ ├── Dn466143.Migr_Scenario4_LS2013(Office.16).png │ │ ├── Dn465939.UCMA-DialogResiliency1(Office.16).png │ │ ├── Dn465939.UCMA-DialogResiliency2a(Office.16).png │ │ ├── Dn465939.UCMA-DialogResiliency2b(Office.16).png │ │ ├── Dn465939.UCMA-DialogResiliency3(Office.16).png │ │ ├── Dn465939.UCMA-DialogResiliency4(Office.16).png │ │ ├── Dn465958.UCMA_ConfLogicalTopology(Office.16).png │ │ ├── Dn465973.LORG_SiteA_Ref_Topology(Office.16).png │ │ ├── Dn465973.LORG_SiteB_Ref_Topology(Office.16).png │ │ ├── Dn465973.LORG_SiteC_Ref_Topology(Office.16).png │ │ ├── Dn466012.StateMach_ContextChannel(Office.16).jpg │ │ ├── Dn466022.StateMach_RemotePresence(Office.16).jpg │ │ ├── Dn466045.UCMA-Platform-Endpoint(Office.16).png │ │ ├── Dn466134.OCSLogger_Options_Addl(Office.16).jpg │ │ ├── Dn466143.Migr_Scenario2b_LS2013(Office.16).png │ │ ├── Dn465961.Three-party-Conference-IM(Office.16).png │ │ ├── Dn465961.Two-party-Conversation-IM(Office.16).png │ │ ├── Dn465964.LocalOwner_RemotePresence(Office.16).png │ │ ├── Dn465968.Two-party-Impersonation-AV(Office.16).png │ │ ├── Dn465978.StateMach_Conversation-In(Office.16).jpg │ │ ├── Dn465998.StateMach_Conversation-Out(Office.16).jpg │ │ ├── Dn465961.Three-party-Conference-IM+AV(Office.16).png │ │ ├── Dn465961.Two-party-Conversation-IM+AV(Office.16).png │ │ ├── Dn466041.StateMach_LocalOwnerPresence(Office.16).jpg │ │ ├── Dn466001.StateMach_ConfInvitation_Inbound(Office.16).jpg │ │ └── Dn466001.StateMach_ConfInvitation_Outbound(Office.16).jpg └── Skype-For-Business-Uris │ └── images │ ├── SkypeCall.png │ └── SkypeCallPerm.png ├── LICENSE.docx └── THIRDPARTYNOTICES.docx /Skype/UCWA/error.err: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Skype/WebSDK/token.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Audio/order: -------------------------------------------------------------------------------- 1 | 5 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Chat/order: -------------------------------------------------------------------------------- 1 | 4 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Video/order: -------------------------------------------------------------------------------- 1 | 6 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Audio/Mute/order: -------------------------------------------------------------------------------- 1 | 4 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Chat/Group/order: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Contacts/order: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Groups/All/order: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Groups/order: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/History/preview: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Local User/order: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Meetings/order: -------------------------------------------------------------------------------- 1 | 7 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Audio/Group/order: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Authentication/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Contacts/All/order: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Contacts/Search/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Groups/Search/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Local User/Note/order: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Meetings/Join/order: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/UI Controls/order: -------------------------------------------------------------------------------- 1 | 9 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Video/Add Video/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Video/Group/order: -------------------------------------------------------------------------------- 1 | 4 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Audio/Call Transfer/order: -------------------------------------------------------------------------------- 1 | 7 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Audio/Hold Resume/order: -------------------------------------------------------------------------------- 1 | 5 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Audio/P2P Escalation/order: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Audio/Phone Audio/order: -------------------------------------------------------------------------------- 1 | 6 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Chat/Incoming P2P/order: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Chat/Outgoing P2P/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Chat/P2P Escalation/order: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Devices Manager/order: -------------------------------------------------------------------------------- 1 | 10 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Groups/Add Contact/order: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Groups/Add Group/order: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Groups/Remove Group/order: -------------------------------------------------------------------------------- 1 | 5 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Groups/Rename Group/order: -------------------------------------------------------------------------------- 1 | 6 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Local User/Dashboard/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Local User/Location/order: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Local User/Status/order: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Meetings/Schedule/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Video/Incoming P2P/order: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Video/Outgoing P2P/order: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Video/P2P Escalation/order: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Authentication/Azure AD/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Authentication/Password/order: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Authentication/Sign Out/order: -------------------------------------------------------------------------------- 1 | 4 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Authentication/WebTicket/order: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Contacts/Contact Card/order: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Groups/Remove Contact/order: -------------------------------------------------------------------------------- 1 | 4 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Meetings/Anonymous Online/order: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Audio/Incoming P2P And PSTN/order: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Audio/Outgoing P2P And PSTN/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Authentication/Windows Auth/order: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/Devices Manager/Manage Devices/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/History/Conversation History/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/samples/UI Controls/Conversation Control(s)/order: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Skype/WebSDK/lib/webcomponentsjs/src/WebComponents/build/end-if.js: -------------------------------------------------------------------------------- 1 | } -------------------------------------------------------------------------------- /Skype/WebSDK/lib/webcomponentsjs/src/WebComponents/build/else.js: -------------------------------------------------------------------------------- 1 | } else { -------------------------------------------------------------------------------- /Skype/breadcrumb/toc.yml: -------------------------------------------------------------------------------- 1 | - name: Docs 2 | tocHref: / 3 | topicHref: / -------------------------------------------------------------------------------- /LICENSE.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/LICENSE.docx -------------------------------------------------------------------------------- /Skype/WebSDK/lib/zero-md/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | bower_components/ 3 | images/ 4 | -------------------------------------------------------------------------------- /Skype/WebSDK/model/common/tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "files": [ "Application.d.ts" ] 3 | } -------------------------------------------------------------------------------- /Skype/WebSDK/lib/webcomponentsjs/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | bower_components 3 | dist 4 | -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/SDK/Tests/Data/Event_AudioInvitationStarted.json: -------------------------------------------------------------------------------- 1 | { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /Skype/SDN/images/kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/kw.gif -------------------------------------------------------------------------------- /Skype/images/skype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/images/skype.png -------------------------------------------------------------------------------- /THIRDPARTYNOTICES.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/THIRDPARTYNOTICES.docx -------------------------------------------------------------------------------- /Skype/SDN/images/CFW.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/CFW.gif -------------------------------------------------------------------------------- /Skype/SDN/images/adm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/adm.gif -------------------------------------------------------------------------------- /Skype/SDN/images/arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/arch.gif -------------------------------------------------------------------------------- /Skype/SDN/images/box.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/box.gif -------------------------------------------------------------------------------- /Skype/SDN/images/dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/dev.gif -------------------------------------------------------------------------------- /Skype/SDN/images/drpup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/drpup.gif -------------------------------------------------------------------------------- /Skype/SDN/images/exp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/exp.gif -------------------------------------------------------------------------------- /Skype/SDN/images/load.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/load.gif -------------------------------------------------------------------------------- /Skype/SDN/images/note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/note.gif -------------------------------------------------------------------------------- /Skype/SDN/images/save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/save.gif -------------------------------------------------------------------------------- /Skype/SDN/images/xna.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/xna.gif -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/SDK/Tests/Data/AdhocMeeting_Malformed.json: -------------------------------------------------------------------------------- 1 | { 2 | malformed jsob 3 | } 4 | -------------------------------------------------------------------------------- /Skype/UCWA/images/CFW.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/CFW.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/adm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/adm.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/arch.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/box.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/box.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/dev.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/exp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/exp.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/kw.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/load.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/load.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/note.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/save.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/xna.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/xna.gif -------------------------------------------------------------------------------- /Skype/WebSDK/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/WebSDK/favicon.ico -------------------------------------------------------------------------------- /Skype/WebSDK/samples/.gitignore: -------------------------------------------------------------------------------- 1 | # ignore generated files 2 | *.js 3 | 4 | #ignore copied file 5 | config.js -------------------------------------------------------------------------------- /Skype/SDN/images/Caution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/Caution.gif -------------------------------------------------------------------------------- /Skype/SDN/images/Octocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/Octocat.png -------------------------------------------------------------------------------- /Skype/SDN/images/adm_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/adm_dev.gif -------------------------------------------------------------------------------- /Skype/SDN/images/big_adm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/big_adm.gif -------------------------------------------------------------------------------- /Skype/SDN/images/big_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/big_dev.gif -------------------------------------------------------------------------------- /Skype/SDN/images/big_kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/big_kw.gif -------------------------------------------------------------------------------- /Skype/SDN/images/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/bullet.gif -------------------------------------------------------------------------------- /Skype/SDN/images/collall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/collall.gif -------------------------------------------------------------------------------- /Skype/SDN/images/drpdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/drpdown.gif -------------------------------------------------------------------------------- /Skype/SDN/images/expall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/expall.gif -------------------------------------------------------------------------------- /Skype/SDN/images/footer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/footer.gif -------------------------------------------------------------------------------- /Skype/SDN/images/kw_adm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/kw_adm.gif -------------------------------------------------------------------------------- /Skype/SDN/images/kw_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/kw_arch.gif -------------------------------------------------------------------------------- /Skype/SDN/images/kw_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/kw_dev.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pencil.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pencil.GIF -------------------------------------------------------------------------------- /Skype/SDN/images/pubenum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubenum.gif -------------------------------------------------------------------------------- /Skype/SDN/images/static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/static.gif -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/SDK/Tests/Data/AnonApplicationToken_Malformed.json: -------------------------------------------------------------------------------- 1 | { 2 | -- malformed json 3 | } -------------------------------------------------------------------------------- /Skype/UCWA/images/big_kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/big_kw.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/bullet.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/drpup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/drpup.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/expall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/expall.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/footer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/footer.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/kw_adm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/kw_adm.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/kw_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/kw_dev.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pencil.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pencil.GIF -------------------------------------------------------------------------------- /Skype/UCWA/images/static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/static.gif -------------------------------------------------------------------------------- /Skype/AppSDK/images/meetnow.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/meetnow.PNG -------------------------------------------------------------------------------- /Skype/SDN/images/LastChild.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/LastChild.gif -------------------------------------------------------------------------------- /Skype/SDN/images/adm_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/adm_arch.gif -------------------------------------------------------------------------------- /Skype/SDN/images/alert_note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/alert_note.gif -------------------------------------------------------------------------------- /Skype/SDN/images/big_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/big_arch.gif -------------------------------------------------------------------------------- /Skype/SDN/images/collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/collapse.gif -------------------------------------------------------------------------------- /Skype/SDN/images/copycode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/copycode.gif -------------------------------------------------------------------------------- /Skype/SDN/images/dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/dev_arch.gif -------------------------------------------------------------------------------- /Skype/SDN/images/dropdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/dropdown.gif -------------------------------------------------------------------------------- /Skype/SDN/images/expand_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/expand_all.gif -------------------------------------------------------------------------------- /Skype/SDN/images/filter1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/filter1a.gif -------------------------------------------------------------------------------- /Skype/SDN/images/filter1c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/filter1c.gif -------------------------------------------------------------------------------- /Skype/SDN/images/gradient.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/gradient.gif -------------------------------------------------------------------------------- /Skype/SDN/images/greencheck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/greencheck.gif -------------------------------------------------------------------------------- /Skype/SDN/images/greychck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/greychck.gif -------------------------------------------------------------------------------- /Skype/SDN/images/kw_adm_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/kw_adm_dev.gif -------------------------------------------------------------------------------- /Skype/SDN/images/load_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/load_hover.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privclass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privclass.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privenum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privenum.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privevent.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privfield.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privmethod.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protclass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protclass.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protenum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protenum.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protevent.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protfield.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protmethod.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubclass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubclass.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubevent.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubfield.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubmethod.gif -------------------------------------------------------------------------------- /Skype/SDN/images/save_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/save_hover.gif -------------------------------------------------------------------------------- /Skype/SDN/images/security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/security.gif -------------------------------------------------------------------------------- /Skype/SDN/images/seealso1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/seealso1a.gif -------------------------------------------------------------------------------- /Skype/SDN/images/seealso1c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/seealso1c.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/CFW.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/CFW.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/adm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/adm.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/arch.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/box.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/box.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/dev.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/exp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/exp.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/kw.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/load.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/load.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/note.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/save.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/xna.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/xna.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/Caution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/Caution.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/LastChild.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/LastChild.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/Octocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/Octocat.png -------------------------------------------------------------------------------- /Skype/UCWA/images/adm_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/adm_arch.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/adm_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/adm_dev.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/big_adm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/big_adm.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/big_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/big_arch.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/big_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/big_dev.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/collall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/collall.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/collapse.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/copycode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/copycode.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/dev_arch.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/dropdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/dropdown.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/drpdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/drpdown.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/filter1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/filter1a.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/filter1c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/filter1c.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/gradient.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/gradient.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/greychck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/greychck.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/kw_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/kw_arch.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privclass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privclass.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privenum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privenum.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privevent.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privfield.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protclass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protclass.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protenum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protenum.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protevent.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protfield.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubclass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubclass.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubenum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubenum.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubevent.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubfield.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubmethod.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/security.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/seealso1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/seealso1a.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/seealso1c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/seealso1c.gif -------------------------------------------------------------------------------- /Skype/AppSDK/images/Drawing1.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/Drawing1.vsdx -------------------------------------------------------------------------------- /Skype/AppSDK/images/Drawing4.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/Drawing4.vsdx -------------------------------------------------------------------------------- /Skype/AppSDK/images/entryinfo.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/entryinfo.PNG -------------------------------------------------------------------------------- /Skype/SDN/images/adm_dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/adm_dev_arch.gif -------------------------------------------------------------------------------- /Skype/SDN/images/collapse_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/collapse_all.gif -------------------------------------------------------------------------------- /Skype/SDN/images/kw_adm_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/kw_adm_arch.gif -------------------------------------------------------------------------------- /Skype/SDN/images/kw_dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/kw_dev_arch.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privdelegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privdelegate.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privdelicate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privdelicate.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privproperty.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protdelegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protdelegate.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protdeligate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protdeligate.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protoperator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protoperator.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protproperty.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubdelegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubdelegate.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubextension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubextension.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubinterface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubinterface.gif -------------------------------------------------------------------------------- /Skype/SDN/images/puboperator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/puboperator.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubproperty.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubstructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubstructure.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/big_kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/big_kw.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/bullet.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/drpup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/drpup.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/expall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/expall.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/footer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/footer.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/kw_adm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/kw_adm.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/kw_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/kw_dev.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pencil.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pencil.GIF -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/static.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/alert_note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/alert_note.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/expand_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/expand_all.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/greencheck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/greencheck.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/kw_adm_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/kw_adm_arch.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/kw_adm_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/kw_adm_dev.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/kw_dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/kw_dev_arch.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/load_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/load_hover.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privmethod.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protmethod.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubdelegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubdelegate.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/puboperator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/puboperator.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubproperty.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/save_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/save_hover.gif -------------------------------------------------------------------------------- /Skype/images/SkypeDevPlatform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/images/SkypeDevPlatform.png -------------------------------------------------------------------------------- /Skype/AppSDK/images/appsdk_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/appsdk_arch.png -------------------------------------------------------------------------------- /Skype/AppSDK/images/objectmodel.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/objectmodel.vsdx -------------------------------------------------------------------------------- /Skype/SDN/images/alert_caution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/alert_caution.gif -------------------------------------------------------------------------------- /Skype/SDN/images/alert_security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/alert_security.gif -------------------------------------------------------------------------------- /Skype/SDN/images/dropdownHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/dropdownHover.gif -------------------------------------------------------------------------------- /Skype/SDN/images/drpdown_orange.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/drpdown_orange.gif -------------------------------------------------------------------------------- /Skype/SDN/images/kw_adm_dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/kw_adm_dev_arch.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privenumeration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privenumeration.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privextension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privextension.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privinterface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privinterface.gif -------------------------------------------------------------------------------- /Skype/SDN/images/privstructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/privstructure.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protenumeration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protenumeration.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protextension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protextension.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protinterface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protinterface.gif -------------------------------------------------------------------------------- /Skype/SDN/images/protstructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/protstructure.gif -------------------------------------------------------------------------------- /Skype/SDN/images/pubenumeration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/pubenumeration.gif -------------------------------------------------------------------------------- /Skype/SDN/images/requirements1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/requirements1a.gif -------------------------------------------------------------------------------- /Skype/SDN/images/requirements1c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/requirements1c.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/Caution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/Caution.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/LastChild.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/LastChild.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/Octocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/Octocat.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/adm_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/adm_arch.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/adm_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/adm_dev.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/big_adm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/big_adm.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/big_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/big_arch.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/big_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/big_dev.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/collall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/collall.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/collapse.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/copycode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/copycode.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/dev_arch.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/dropdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/dropdown.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/drpdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/drpdown.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/filter1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/filter1a.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/filter1c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/filter1c.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/gradient.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/gradient.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/greychck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/greychck.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/kw_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/kw_arch.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privclass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privclass.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privenum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privenum.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privevent.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privfield.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protclass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protclass.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protenum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protenum.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protevent.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protfield.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubclass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubclass.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubenum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubenum.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubevent.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubfield.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubmethod.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/security.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/seealso1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/seealso1a.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/seealso1c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/seealso1c.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/adm_dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/adm_dev_arch.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/alert_caution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/alert_caution.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/alert_security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/alert_security.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/collapse_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/collapse_all.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/dropdownHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/dropdownHover.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/drpdown_orange.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/drpdown_orange.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privdelegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privdelegate.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privdelicate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privdelicate.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privextension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privextension.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privinterface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privinterface.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privproperty.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privstructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privstructure.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protdelegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protdelegate.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protdeligate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protdeligate.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protextension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protextension.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protinterface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protinterface.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protoperator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protoperator.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protproperty.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protstructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protstructure.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubenumeration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubenumeration.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubextension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubextension.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubinterface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubinterface.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/pubstructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/pubstructure.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/requirements1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/requirements1a.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/requirements1c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/requirements1c.gif -------------------------------------------------------------------------------- /Skype/AppSDK/images/appsdk_client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/appsdk_client.png -------------------------------------------------------------------------------- /Skype/AppSDK/images/meetingoptions.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/meetingoptions.PNG -------------------------------------------------------------------------------- /Skype/AppSDK/images/outlookmeeting.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/outlookmeeting.PNG -------------------------------------------------------------------------------- /Skype/SDN/images/GitHub-Mark-64px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/GitHub-Mark-64px.png -------------------------------------------------------------------------------- /Skype/SDN/images/copycodeHighlight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/copycodeHighlight.gif -------------------------------------------------------------------------------- /Skype/SDN/images/drpdown_orange_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/drpdown_orange_up.gif -------------------------------------------------------------------------------- /Skype/SDN/images/header_prev_next.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/header_prev_next.jpg -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/alert_note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/alert_note.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/expand_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/expand_all.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/greencheck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/greencheck.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/kw_adm_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/kw_adm_arch.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/kw_adm_dev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/kw_adm_dev.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/kw_dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/kw_dev_arch.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/load_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/load_hover.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privmethod.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protmethod.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubdelegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubdelegate.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/puboperator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/puboperator.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubproperty.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/save_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/save_hover.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/GitHub-Mark-64px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/GitHub-Mark-64px.png -------------------------------------------------------------------------------- /Skype/UCWA/images/header_prev_next.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/header_prev_next.jpg -------------------------------------------------------------------------------- /Skype/UCWA/images/kw_adm_dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/kw_adm_dev_arch.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/privenumeration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/privenumeration.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/protenumeration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/protenumeration.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/Skypeicon_16px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/Skypeicon_16px.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/adm_dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/adm_dev_arch.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/alert_caution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/alert_caution.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/alert_security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/alert_security.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/collapse_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/collapse_all.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/dropdownHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/dropdownHover.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/drpdown_orange.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/drpdown_orange.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privdelegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privdelegate.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privdelicate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privdelicate.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privextension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privextension.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privinterface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privinterface.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privproperty.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privstructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privstructure.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protdelegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protdelegate.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protdeligate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protdeligate.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protextension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protextension.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protinterface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protinterface.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protoperator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protoperator.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protproperty.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protstructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protstructure.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubenumeration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubenumeration.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubextension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubextension.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubinterface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubinterface.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/pubstructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/pubstructure.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/requirements1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/requirements1a.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/requirements1c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/requirements1c.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/UCWA15Con_CreateApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/UCWA15Con_CreateApp.png -------------------------------------------------------------------------------- /Skype/UCWA/images/UCWA15Con_Hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/UCWA15Con_Hierarchy.png -------------------------------------------------------------------------------- /Skype/UCWA/images/UCWA15Con_Resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/UCWA15Con_Resource.png -------------------------------------------------------------------------------- /Skype/UCWA/images/UCWA15Con_RootURL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/UCWA15Con_RootURL.png -------------------------------------------------------------------------------- /Skype/UCWA/images/copycodeHighlight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/copycodeHighlight.gif -------------------------------------------------------------------------------- /Skype/UCWA/images/drpdown_orange_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/drpdown_orange_up.gif -------------------------------------------------------------------------------- /Skype/UCWA/samples/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/images/ajax-loader.gif -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/IM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/IM.html -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/Mime.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/Mime.html -------------------------------------------------------------------------------- /Skype/WebSDK/lib/webcomponentsjs/src/MutationObserver/build.json: -------------------------------------------------------------------------------- 1 | [ 2 | "../WeakMap/WeakMap.js", 3 | "MutationObserver.js" 4 | ] 5 | -------------------------------------------------------------------------------- /Skype/WebSDK/lib/webcomponentsjs/src/WebComponents/build/if-poly.js: -------------------------------------------------------------------------------- 1 | // select ShadowDOM impl 2 | if (WebComponents.flags.shadow) { 3 | -------------------------------------------------------------------------------- /Skype/WebSDK/samples/location_config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/WebSDK/samples/location_config.js -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/GitHub-Mark-64px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/GitHub-Mark-64px.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/callbutton_16px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/callbutton_16px.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/header_prev_next.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/header_prev_next.jpg -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/kw_adm_dev_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/kw_adm_dev_arch.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/privenumeration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/privenumeration.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/protenumeration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/protenumeration.gif -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/Batch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/Batch.html -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/Cache.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/Cache.html -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/Events.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/Events.html -------------------------------------------------------------------------------- /Skype/WebSDK/model/common/MediaStream.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/WebSDK/model/common/MediaStream.d.ts -------------------------------------------------------------------------------- /Skype/SDN/images/header_sql_tutorial_blank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/header_sql_tutorial_blank.jpg -------------------------------------------------------------------------------- /Skype/SDN/images/header_sql_tutorial_logo.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/header_sql_tutorial_logo.GIF -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/copycodeHighlight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/copycodeHighlight.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/drpdown_orange_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/drpdown_orange_up.gif -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUriBrandingBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUriBrandingBox.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUri_AllowCall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUri_AllowCall.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUri_Win8Store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUri_Win8Store.png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465969.SORG(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465969.SORG(Office.16).png -------------------------------------------------------------------------------- /Skype/UCWA/images/UCWA15Con_HomeServerArch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/UCWA15Con_HomeServerArch.png -------------------------------------------------------------------------------- /Skype/UCWA/images/UCWA15Con_SecurityCheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/UCWA15Con_SecurityCheck.png -------------------------------------------------------------------------------- /Skype/UCWA/images/header_sql_tutorial_logo.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/header_sql_tutorial_logo.GIF -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/Contacts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/Contacts.html -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/Meeting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/Meeting.html -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/Transport.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/Transport.html -------------------------------------------------------------------------------- /Skype/WebSDK/model/api/assets/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/WebSDK/model/api/assets/images/icons.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/Skype_chatbutton_16px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/Skype_chatbutton_16px.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUriBrandingFont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUriBrandingFont.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUriBrandingName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUriBrandingName.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUriBrandingPhoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUriBrandingPhoto.png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466032.AVFlow(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466032.AVFlow(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466115.MarkP1(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466115.MarkP1(Office.16).png -------------------------------------------------------------------------------- /Skype/UCWA/images/header_sql_tutorial_blank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/header_sql_tutorial_blank.jpg -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/MeDashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/MeDashboard.html -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/PresenceSub.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/PresenceSub.html -------------------------------------------------------------------------------- /Skype/WebSDK/model/api/assets/images/widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/WebSDK/model/api/assets/images/widgets.png -------------------------------------------------------------------------------- /Skype/AppSDK/images/Fig2_anonymous_meeting_join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/Fig2_anonymous_meeting_join.png -------------------------------------------------------------------------------- /Skype/AppSDK/images/Fig4_.skype_for_business_OM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/Fig4_.skype_for_business_OM.png -------------------------------------------------------------------------------- /Skype/SDN/images/Dn785205.alert_note(Office.16).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/Dn785205.alert_note(Office.16).gif -------------------------------------------------------------------------------- /Skype/Skype-For-Business-Uris/images/SkypeCall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Skype-For-Business-Uris/images/SkypeCall.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/header_sql_tutorial_logo.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/header_sql_tutorial_logo.GIF -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUriBrandingEffects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUriBrandingEffects.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUri_PrivacySettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUri_PrivacySettings.png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465936.UCMA-PVA1(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465936.UCMA-PVA1(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465940.UCMA-PVA2(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465940.UCMA-PVA2(Office.16).png -------------------------------------------------------------------------------- /Skype/UCWA/images/UCWA15Con_DashboardTopology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/UCWA15Con_DashboardTopology.png -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/Authentication.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/Authentication.html -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/AutoDiscovery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/AutoDiscovery.html -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/ContactSearch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/ContactSearch.html -------------------------------------------------------------------------------- /Skype/WebSDK/model/api/assets/images/icons@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/WebSDK/model/api/assets/images/icons@2x.png -------------------------------------------------------------------------------- /Skype/WebSDK/model/api/assets/images/widgets@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/WebSDK/model/api/assets/images/widgets@2x.png -------------------------------------------------------------------------------- /Skype/SDN/images/lync_sdn_api_install_certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/lync_sdn_api_install_certificate.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/SkypeUriJavaScriptCallouts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/SkypeUriJavaScriptCallouts.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/header_sql_tutorial_blank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/header_sql_tutorial_blank.jpg -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUriBrandingAddedText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUriBrandingAddedText.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUriBrandingAlterPos1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUriBrandingAlterPos1.png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465936.UCMA-Alerts(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465936.UCMA-Alerts(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465945.UCMA-Blocks(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465945.UCMA-Blocks(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465945.UcmaArch01(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465945.UcmaArch01(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465975.UCMAArch04a(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465975.UCMAArch04a(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465989.alert_note(Office.16).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465989.alert_note(Office.16).gif -------------------------------------------------------------------------------- /Skype/UCWA/images/UCWA15Con_ArchitectureTopology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/images/UCWA15Con_ArchitectureTopology.png -------------------------------------------------------------------------------- /Skype/WebSDK/lib/webcomponentsjs/wct.conf.json: -------------------------------------------------------------------------------- 1 | { 2 | "suites": ["tests/runner.html"], 3 | "clientOptions": { 4 | "environmentImports": [] 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Skype/WebSDK/model/s4b.sdk/PhoneAudio.d.ts: -------------------------------------------------------------------------------- 1 | declare module jCafe { 2 | export interface PhoneAudioService extends ConversationService { 3 | 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /Skype/AppSDK/images/Fig1_samp_client_app_integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/Fig1_samp_client_app_integration.png -------------------------------------------------------------------------------- /Skype/SDN/images/Dn785202.alert_caution(Office.16).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/Dn785202.alert_caution(Office.16).gif -------------------------------------------------------------------------------- /Skype/Skype-For-Business-Uris/images/SkypeCallPerm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Skype-For-Business-Uris/images/SkypeCallPerm.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/Skype_dropdowncallbutton_16px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/Skype_dropdowncallbutton_16px.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUriBrandingSpecialChars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUriBrandingSpecialChars.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUri_AllowProgramOpen_IE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUri_AllowProgramOpen_IE.png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUri_Win8StoreHighlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUri_Win8StoreHighlight.png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465944.UCMA-Gateway(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465944.UCMA-Gateway(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465952.UCMA-Alerts2(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465952.UCMA-Alerts2(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465973.LORG_overview(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465973.LORG_overview(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465990.alert_caution(Office.16).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465990.alert_caution(Office.16).gif -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466016.UCMA3-TCUArch(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466016.UCMA3-TCUArch(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466046.UCMA-Signaling(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466046.UCMA-Signaling(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466092.ExtensionArch(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466092.ExtensionArch(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466101.SDPOfferAnswer(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466101.SDPOfferAnswer(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466131.Migr_Scenario1(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466131.Migr_Scenario1(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466131.Migr_Scenario2(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466131.Migr_Scenario2(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466131.Migr_Scenario3(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466131.Migr_Scenario3(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466131.Migr_Scenario4(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466131.Migr_Scenario4(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466131.Migr_Scenario5(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466131.Migr_Scenario5(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466134.OCSLoggingTool(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466134.OCSLoggingTool(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCWA/samples/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /Skype/UCWA/samples/samples/html/OperationResource.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/samples/html/OperationResource.html -------------------------------------------------------------------------------- /Skype/SDN/images/00e512cf-9ccb-47e3-a0ef-857789f15676.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/00e512cf-9ccb-47e3-a0ef-857789f15676.png -------------------------------------------------------------------------------- /Skype/SDN/images/07b7eb5a-2a4b-4a4c-9460-67c8a6098e7b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/07b7eb5a-2a4b-4a4c-9460-67c8a6098e7b.png -------------------------------------------------------------------------------- /Skype/SDN/images/09efa1dc-2a94-4949-acd9-fe421f63a668.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/09efa1dc-2a94-4949-acd9-fe421f63a668.png -------------------------------------------------------------------------------- /Skype/SDN/images/18aa5963-b41b-449e-978f-4c8b91ef2520.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/18aa5963-b41b-449e-978f-4c8b91ef2520.png -------------------------------------------------------------------------------- /Skype/SDN/images/1d36db0f-f1dd-436d-a6fb-fbde5c445b7d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/1d36db0f-f1dd-436d-a6fb-fbde5c445b7d.png -------------------------------------------------------------------------------- /Skype/SDN/images/388c0128-bfa1-4a38-9a47-5a1797e4528e.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/388c0128-bfa1-4a38-9a47-5a1797e4528e.PNG -------------------------------------------------------------------------------- /Skype/SDN/images/44362d7e-cec6-476b-b1ef-0e72ee0bb266.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/44362d7e-cec6-476b-b1ef-0e72ee0bb266.png -------------------------------------------------------------------------------- /Skype/SDN/images/4a5a3320-7408-4ae6-886c-56b4b5dcb907.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/4a5a3320-7408-4ae6-886c-56b4b5dcb907.png -------------------------------------------------------------------------------- /Skype/SDN/images/4b1a7938-ca4d-4f4b-8929-5cd5205ca75e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/4b1a7938-ca4d-4f4b-8929-5cd5205ca75e.png -------------------------------------------------------------------------------- /Skype/SDN/images/5565cc50-7e37-4ba1-84b4-a3aff0a8881a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/5565cc50-7e37-4ba1-84b4-a3aff0a8881a.png -------------------------------------------------------------------------------- /Skype/SDN/images/5e2fffd3-2196-4df1-8114-87a21d5ff90b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/5e2fffd3-2196-4df1-8114-87a21d5ff90b.png -------------------------------------------------------------------------------- /Skype/SDN/images/5e5b4921-fe81-46f6-b996-f58033e80fe8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/5e5b4921-fe81-46f6-b996-f58033e80fe8.png -------------------------------------------------------------------------------- /Skype/SDN/images/5f75214b-82c7-4fb5-91e2-7a0cc55cd99e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/5f75214b-82c7-4fb5-91e2-7a0cc55cd99e.png -------------------------------------------------------------------------------- /Skype/SDN/images/5fbcf4ab-025a-4845-ad7c-7257a9649de9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/5fbcf4ab-025a-4845-ad7c-7257a9649de9.png -------------------------------------------------------------------------------- /Skype/SDN/images/6498fa6d-0693-4d7d-b2da-93be83d8a40c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/6498fa6d-0693-4d7d-b2da-93be83d8a40c.png -------------------------------------------------------------------------------- /Skype/SDN/images/82ee023d-2e78-41ba-8f43-5646f5ebbdfa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/82ee023d-2e78-41ba-8f43-5646f5ebbdfa.jpg -------------------------------------------------------------------------------- /Skype/SDN/images/9e948e11-0b75-46bc-9b6a-e96717a49c28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/9e948e11-0b75-46bc-9b6a-e96717a49c28.png -------------------------------------------------------------------------------- /Skype/SDN/images/a1dc6b90-0adf-485c-846a-1e859cea6233.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/a1dc6b90-0adf-485c-846a-1e859cea6233.png -------------------------------------------------------------------------------- /Skype/SDN/images/abe44d50-9c94-4892-8b02-d8fd206c344b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/abe44d50-9c94-4892-8b02-d8fd206c344b.png -------------------------------------------------------------------------------- /Skype/SDN/images/b5be8fd2-361b-4ea0-9437-909c8928ac02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/b5be8fd2-361b-4ea0-9437-909c8928ac02.png -------------------------------------------------------------------------------- /Skype/SDN/images/d9c798a7-f509-47f3-96a3-4b9f02e1eab2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/d9c798a7-f509-47f3-96a3-4b9f02e1eab2.png -------------------------------------------------------------------------------- /Skype/SDN/images/e9b12adb-d359-498e-b155-0568fa3c64f9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/e9b12adb-d359-498e-b155-0568fa3c64f9.png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn454841.BuildABotExcel1(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn454841.BuildABotExcel1(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn454841.BuildABotExcel2(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn454841.BuildABotExcel2(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn454841.BuildABotExcel3(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn454841.BuildABotExcel3(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465943.UCMAOverallArch(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465943.UCMAOverallArch(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465954.UCMA-Connections(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465954.UCMA-Connections(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_RoutingTbl1(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_RoutingTbl1(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_RoutingTbl2(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_RoutingTbl2(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_RoutingTbl3(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_RoutingTbl3(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_RoutingTbl4(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_RoutingTbl4(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_RoutingTbl5(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_RoutingTbl5(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_RoutingTbl6(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_RoutingTbl6(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_RoutingTbl7(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_RoutingTbl7(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466013.UCMA3-TCURouting(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466013.UCMA3-TCURouting(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466021.UCMA3-AspectArch(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466021.UCMA3-AspectArch(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466021.UCMA3-AstanaArch(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466021.UCMA3-AstanaArch(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466030.StateMach_AVFlow(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466030.StateMach_AVFlow(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466037.OnePlayerOneFlow(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466037.OnePlayerOneFlow(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466072.UCMA2Exceptions(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466072.UCMA2Exceptions(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466131.Migr_Scenario2b(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466131.Migr_Scenario2b(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466131.Migr_Scenario5b(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466131.Migr_Scenario5b(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCWA/samples/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /Skype/UCWA/samples/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /Skype/UCWA/samples/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /Skype/UCWA/samples/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /Skype/UCWA/samples/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /Skype/UCWA/samples/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCWA/samples/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /Skype/SDN/images/Lync_Sdn_interface_New_resource_record.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/Lync_Sdn_interface_New_resource_record.jpg -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/skypeUri_AllowProgramOpen_Android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/skypeUri_AllowProgramOpen_Android.png -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/PSTNEndpoint1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/PSTNEndpoint1.jpeg -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/PSTNEndpoint2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/PSTNEndpoint2.jpeg -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/UCAP Anon P2P_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/UCAP Anon P2P_1.jpg -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/UCAP Anon P2P_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/UCAP Anon P2P_2.jpg -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/UCAP Anon P2P_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/UCAP Anon P2P_3.jpg -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/UCAP Anon P2P_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/UCAP Anon P2P_4.jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn454839.BuildABot_FlowChart(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn454839.BuildABot_FlowChart(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465935.UCMA-ContactCenter2(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465935.UCMA-ContactCenter2(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465936.UCMA-ContactCenter1(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465936.UCMA-ContactCenter1(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465936.UCMA-StandaloneIVR1(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465936.UCMA-StandaloneIVR1(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465937.UCMA-StandaloneIVR2(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465937.UCMA-StandaloneIVR2(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465958.UCMA_ConfTopology(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465958.UCMA_ConfTopology(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_AudioRouting1(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_AudioRouting1(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_AudioRouting2(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_AudioRouting2(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_AudioRouting3(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_AudioRouting3(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_AudioRouting5(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_AudioRouting5(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_AudioRouting6(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_AudioRouting6(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465963.TCU_AudioRouting7(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465963.TCU_AudioRouting7(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465972.MORG_Ref_Topology(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465972.MORG_Ref_Topology(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465981.StateMach_Call_In(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465981.StateMach_Call_In(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465981.StateMach_Call_Out(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465981.StateMach_Call_Out(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465997.UCMA-Collaboration(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465997.UCMA-Collaboration(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn465997.UCMA-Communications(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn465997.UCMA-Communications(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466037.OnePlayerMultFlow(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466037.OnePlayerMultFlow(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466040.StateMach_AVCall_In(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466040.StateMach_AVCall_In(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466053.StateMach_AppEndpt(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466053.StateMach_AppEndpt(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466062.UCMA-ErrorHandling(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466062.UCMA-ErrorHandling(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466101.Call_MediaProvider(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466101.Call_MediaProvider(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466124.VoiceXMLCall_UCMA3(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466124.VoiceXMLCall_UCMA3(Office.16).png -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/290fc15d-5cfe-478f-a8c0-5136db46bcc7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/290fc15d-5cfe-478f-a8c0-5136db46bcc7.jpg -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/5a5bf907-7fd7-460b-8fb5-81bf8e45d0c4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/5a5bf907-7fd7-460b-8fb5-81bf8e45d0c4.jpg -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/86d4ec8b-1db1-43fc-bb37-c71715e6555e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/86d4ec8b-1db1-43fc-bb37-c71715e6555e.jpg -------------------------------------------------------------------------------- /Skype/SkypeURIs/images/893045ce-14d3-4a3f-b5b7-3805ba000d2b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SkypeURIs/images/893045ce-14d3-4a3f-b5b7-3805ba000d2b.jpg -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/Anon Meeting Join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/Anon Meeting Join.png -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/CallFlow1image001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/CallFlow1image001.png -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/CallFlowimage001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/CallFlowimage001.png -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/docs/images/MessagingCallFlow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/Trusted-Application-API/docs/images/MessagingCallFlow.jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466014.StateMach_ConfSession(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466014.StateMach_ConfSession(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466021.UCMA3-AspectChannels(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466021.UCMA3-AspectChannels(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466021.UCMA3-AstanaChannels(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466021.UCMA3-AstanaChannels(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466029.StateMach_McuSession(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466029.StateMach_McuSession(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466040.StateMach_AVCall_Out(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466040.StateMach_AVCall_Out(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466134.OCSLogger_Options_Buf(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466134.OCSLogger_Options_Buf(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466134.OCSLogger_Options_Clk(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466134.OCSLogger_Options_Clk(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466134.OCSLogger_Options_Fmt(Office.16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466134.OCSLogger_Options_Fmt(Office.16).jpg -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466143.Migr_Scenario2_LS2013(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466143.Migr_Scenario2_LS2013(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466143.Migr_Scenario3_LS2013(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466143.Migr_Scenario3_LS2013(Office.16).png -------------------------------------------------------------------------------- /Skype/UCMA/images/Dn466143.Migr_Scenario4_LS2013(Office.16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/UCMA/images/Dn466143.Migr_Scenario4_LS2013(Office.16).png -------------------------------------------------------------------------------- /Skype/AppSDK/images/Fig3_conversation_to_endpoint_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/AppSDK/images/Fig3_conversation_to_endpoint_application.png -------------------------------------------------------------------------------- /Skype/SDN/images/lync_sdni_set_qoe_setting_in_control_pannel.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/lync_sdni_set_qoe_setting_in_control_pannel.PNG -------------------------------------------------------------------------------- /Skype/SDN/images/lync_sdni_view_qoe_setting_in_control_pannel.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/skype-docs/HEAD/Skype/SDN/images/lync_sdni_view_qoe_setting_in_control_pannel.PNG -------------------------------------------------------------------------------- /Skype/Trusted-Application-API/samples/AnonMeetingJoinSamples/WebsiteSamples/samples/html/sign-out.html: -------------------------------------------------------------------------------- 1 |