This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Dev Center
  • Explore
    • Why Office?
    • Office UI Fabric
    • Microsoft Graph
    • Better with Office
    • Word
    • Excel
    • Powerpoint
    • Access
    • Project
    • OneDrive
    • OneNote
    • Outlook
    • SharePoint
    • Skype
    • Yammer
    • Android
    • ASP .NET
    • iOS
    • JavaScript
    • Node.js
    • PHP (coming soon)
    • Python (coming soon)
    • Ruby (coming soon)
  • Getting Started
  • Code Samples
  • Resources
    • Patterns and Practices
    • App Registration Tool
    • Events
    • Podcasts
    • Training
    • API Sandbox
    • Videos
  • Documentation
    • Office Add-ins
    • Office Add-in Availability
    • Office Add-ins Changelog
    • Microsoft Graph API
    • Office 365 Connectors
    • Office 365 REST APIs
    • SharePoint Add-ins
    • Office UI Fabric
    • Submit to the Office Store
    • All Documentation
  • https://www.yammer.com/
  • http://feeds.feedburner.com/office/fmNx
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 3

Skype Web SDK announcement

  • Link
    March 14 2016 - Preview update for the Skype Web SDK
    Srividhya Chandrasekaran [MSFT] Monday, March 14, 2016 5:29 PM

    Preview update for the Skype Web SDK

    Skype Web SDK Patrons,

    An update is now available for Skype Web SDK preview.

    What is included in this preview update:

    • This preview update contains information about using the latest Skype Web SDK using new Preview API keys.
    • New Skype for Business Web app plugins for Windows and Mac are also available.
    • The Skype Web SDK samples have also been updated.

    New capabilities and Key resolved issues

    • You can now embed and use the Skype Conversation UI control for P2P chats within your application.
    • We have resolved several customers reported issues related to Conversations, Chat, Audio and Video. Some key customer reported resolved issues are listed in the release notes.

     Action for you

    Please provide your feedback on the latest Skype Web SDK preview. Your response helps steer the direction of this SDK. Thank you!

    Please respond to the email address below with feedback. SkypeDevInsiders@microsoft.com

  • Link
    June 10, 2015: Skype Web SDK Version 0.2.3 Available!
    Kai Strandskov [Msft] Wednesday, June 10, 2015 6:55 PM

    Skype Web SDK Version 0.2.3 Available!

    A new code drop is posted to the Skype Content Delivery Network, as of Wednesday, June 10.  To use the latest code in your applications   follow the instructions here:

    https://msdn.microsoft.com/EN-US/library/dn962162(v=office.16).aspx

    Download the latest code samples of the Skype Web SDK here:

    https://msdn.microsoft.com/en-us/library/dn986863(v=office.16).aspx

    Release Notes:

    Known   issues:

    1. The current release of Skype Web SDK is   not supported in IE compatible mode.

    2. 'Notified' event for selfParticipant.audio.state is not   raised on an incoming

      audio meeting invite.

    3. When participant.video.state is equal to 'Connected', the   remote participant may not

       have started to stream his own video.

    Fixed known issues from the last code release:

    1. When a P2P video conversation is escalated to an online   meeting, the video cannot be

       displayed properly.

    2. In a video meeting, if remote participant's video is displayed   before it has started, the video might not render properly in the application

    Breaking change for 0.2.3:

    Version 0.2.3 introduces a change which is backward-incompatible   with previous versions.  The change improves the creation of 1:1   conversations and multiparty   conversations:

    ConversationsManager#createConversation()   now always creates a multiparty conversation (meeting). If the intention of   the following code was to create a 1:1 conversation

    var   conv = conversationsManager.createConversation() ;

    var   participant = conv.createParticipant(person);

    conversationsManager.conversations.add(conv);

    conv.participants.add(participant);

    conv.chatService.start();   // or start any other service

    it should be replaced by

    var   conv = conversationsManager.getConversation(person) ; // this is a shortcut   for the first 4 lines above

    conv.chatService.start();   // or start any other service

    Please see the How To MSDN documentation on Starting   Conversations for full details.

    Feature Requests, Bugs, and Forums

    Please continue to provide feedback on the latest Skype Web SDK   through the Skype Developer Preview Connect portal: Skype Web   SDK Developer Preview

              
       

       
       

    Skype Developer Preview Team

       

       

     

  • Link
    Welcome to the NEW Skype Web SDK forum!
    Kai Strandskov [Msft] Wednesday, April 29, 2015 1:44 AM

    Hello and welcome to the new Skype Web SDK forum!

    This forum is dedicated to the new Skype Web SDK, the html5/javascript web client API for Skype for Business Server 2015. This API also has some compatibility with Lync Server 2013. This API only supports on-premise environments.

    When asking a question, please specify your environment: device, OS, browser, server, and any other related information.

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
Skype Web SDK
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    0 Votes

    A customized Skype Room System Console

    Skype for Business
     > 
    Skype Web SDK
    Hello, I try to modify the UI of Skype Room System Console.  For example: add a button for my own function, change a software background image, add a icon, or move the layout ...
    Unanswered | 0 Replies | 6 Views | Created by Crawford Chen - 22 hours 10 minutes ago
  • large check mark
    0 Votes

    How to set up Skype for business in kiosk mode?

    Skype for Business
     > 
    Skype Web SDK
    Can we integrate Skype for Business App SDK in UWP app now? Anything changed here as the post is from ...
    Unanswered | 0 Replies | 34 Views | Created by Vijetha Sham - Friday, April 20, 2018 7:37 PM
  • large check mark
    0 Votes

    Skype for Business application url issue

    Skype for Business
     > 
    Skype Web SDK
    I'm trying to integrate Skype for business on my website. So I have registered my application in Azure AD. I have done authorization using Azure AD. At the time of AutoDiscover ...
    Unanswered | 0 Replies | 13 Views | Created by a.arunkumar - Friday, April 20, 2018 9:12 AM
  • large check mark
    0 Votes

    Skype for Business application url issue

    Skype for Business
     > 
    Skype Web SDK
    I'm trying to integrate Skype for business on my website. So I have registered my application in Azure AD. I have done authorization using Azure AD. At the time of AutoDiscover ...
    Unanswered | 0 Replies | 6 Views | Created by a.arunkumar - Thursday, April 19, 2018 12:53 PM
  • large check mark
    0 Votes

    office365 api create event with skype

    Skype for Business
     > 
    Skype Web SDK
    I am trying to create a event in office365 api with skype, i need to have skype for business in the meeting request. below is the rest sample file and how can i ...
    Unanswered | 0 Replies | 20 Views | Created by Achyuth Pydmarri - Wednesday, April 18, 2018 3:50 AM
  • large check mark
    0 Votes

    What Skype accounts to use for the Interactive Web SDK samples?

    Skype for Business
     > 
    Skype Web SDK
    Apologies for this dumb question, but I am trying to use the Interactive Web SDK available at  https://ucwa.skype.com/websdk and I am a bit lost to what to do to ...
    Unanswered | 0 Replies | 27 Views | Created by JasonPace - Tuesday, April 17, 2018 8:38 AM
  • large check mark
    0 Votes

    sfB, Microsoft SDN, and Aruba (HPE) SDN question?

    Skype for Business
     > 
    Skype Web SDK
    Was directed to ask my question here that I posed in the main sfB ...
    Unanswered | 1 Replies | 106 Views | Created by Tankster - Tuesday, October 03, 2017 12:39 PM | Last reply by Tankster - Monday, April 16, 2018 2:52 PM
  • large check mark
    16 Votes

    How can I disable "SkypeHost.exe"? (Solved for now!)

    Skype for Business
     > 
    Skype Web SDK
    :( P. S. Couldn't find the Skype MSDN Forum to post this message! DirectShow Filter Graph Spy: http://alax.info/blog/777 Extremely helpful for ...
    Discussion | 15 Replies | 17756 Views | Created by BillNew - Saturday, January 09, 2016 3:38 AM | Last reply by QuixoteReborn - Tuesday, April 10, 2018 4:07 AM
  • large check mark
    0 Votes

    How to get a list of all the conversations using the Skype Web SDK...

    Skype for Business
     > 
    Skype Web SDK
    {       console.log('$$$$$ conversations.get = ', all);     ...
    Unanswered | 0 Replies | 35 Views | Created by DragonFly9999 - Monday, April 09, 2018 3:07 PM
  • large check mark
    0 Votes

    SIP Federated domain unable to Share screen within S4B since upgrading Firewalls.

    Skype for Business
     > 
    Skype Web SDK
    I currently have a S4B Application server and a S4B Edge server. Previously all our external traffic was routed to our Checkpoint Firewall (4600) which NAT traffic to the S4B Server ...
    Unanswered | 0 Replies | 20 Views | Created by Senaburke16 - Thursday, April 05, 2018 2:45 PM
  • large check mark
    0 Votes

    SQL server Report Access

    Skype for Business
     > 
    Skype Web SDK
    Hi, Kindly suggest how to provide report server access for Skype SQL server. we have added member in Domain\CSViewOnlyAdministrator group but user are facing report server ...
    Unanswered | 0 Replies | 32 Views | Created by karthik1202 - Wednesday, March 21, 2018 3:56 PM
  • large check mark
    0 Votes

    Skype SDK for "Auto answer on incoming call"

    Skype for Business
     > 
    Skype Web SDK
    I am very new in Skype SDK and need to look for SDK I really need. My problem is I need to make Skype like ordinary Microsoft Skype for Windows desktop, but with small ...
    Unanswered | 0 Replies | 32 Views | Created by Victor Denisenko - Tuesday, March 20, 2018 6:53 PM
  • large check mark
    0 Votes

    Skype for Business Bot

    Skype for Business
     > 
    Skype Web SDK
    Hi, Is it possible to host internally a bot built using the Skype for business bot framework?Hosting it on  the local organizations ...
    Unanswered | 1 Replies | 44 Views | Created by Mushirih - Tuesday, March 13, 2018 11:52 AM | Last reply by Khanna Gaurav - Tuesday, March 13, 2018 12:01 PM
  • large check mark
    0 Votes

    Can Skype REST API be used to get a contact's location?

    Skype for Business
     > 
    Skype Web SDK
    Can Skype's REST API be used to get a contact's location? I know you can get your own location (with this method: https://<host>/ucwa/v1/applications/192/me/location). What about ...
    Answered | 1 Replies | 69 Views | Created by Kayla Funke - Tuesday, March 06, 2018 7:08 PM | Last reply by Kayla Funke - Monday, March 12, 2018 7:32 PM
  • large check mark
    0 Votes

    Searching users

    Skype for Business
     > 
    Skype Web SDK
    Is it possible to searching skype users with using "Skype WEB SDK freamwork"? For example I would like to type any phrase and method should returns all users which matching to this ...
    Unanswered | 3 Replies | 109 Views | Created by Piotrolll - Friday, December 08, 2017 10:21 AM | Last reply by RiLe81 - Monday, March 12, 2018 2:24 PM
  • large check mark
    5 Votes

    Is screen/application sharing supported by Skype Web SDK?

    Skype for Business
     > 
    Skype Web SDK
    I found a screensharingService from the msdn(msdn.microsoft.com/EN-US/library/dn962135(v=office.16).aspx). But when debugged with the Javascript we couldn’t found that ...
    Answered | 5 Replies | 1474 Views | Created by bowlong - Wednesday, June 24, 2015 9:33 AM | Last reply by RiLe81 - Monday, March 12, 2018 2:21 PM
  • large check mark
    0 Votes

    LyncClient: InvalidCastException to UCOfficeIntegration (Interface not registered) in Windows 10

    Skype for Business
     > 
    Skype Web SDK
    We are migrating a custom WPF application (.NET 4.5.1) that runs on Windows 7 using Skype 2015 to Windows 10 using Skype 2016 client. Our custom app integrates with the Lync API to ...
    Unanswered | 1 Replies | 206 Views | Created by Kritter - Monday, October 30, 2017 7:04 PM | Last reply by sakthi8184 - Monday, March 12, 2018 2:03 PM
  • large check mark
    0 Votes

    Import Lync 2010 Contact to Sfb 2015

    Skype for Business
     > 
    Skype Web SDK
    Hi,  I've exported Lync 2010 contact & convert-csdata by using skype powershell. And imported as well. Logon to clients unable to view those contact list. Is there a way to ...
    Unanswered | 0 Replies | 34 Views | Created by Russell Ang - Thursday, March 08, 2018 2:31 AM
  • large check mark
    0 Votes

    how to check skype for business client

    Skype for Business
     > 
    Skype Web SDK
          I have implement send message on the web use the code such as "sip:chris@PMTestEmail.com", but if user have not installed skype ...
    Unanswered | 0 Replies | 24 Views | Created by Shaw Zutian - Wednesday, March 07, 2018 9:54 AM
  • large check mark
    0 Votes

    【Lync Fec】Our Client has negotiated Fec capability with skype for business, And the video quality of skype is not good when there is 1% - 5% packets loss

    Skype for Business
     > 
    Skype Web SDK
    Problem : Our Client has negotiated Fec capability with skype for business, when there is about 1% - 5% packets loss  in network,  the video quality of skype is not ...
    Unanswered | 0 Replies | 30 Views | Created by zero_2017 - Friday, March 02, 2018 8:04 AM
  • Items 1 to 20 of 427 Next ›
Announcement: 3

Skype Web SDK announcement

  • Link
    March 14 2016 - Preview update for the Skype Web SDK
    Srividhya Chandrasekaran [MSFT] Monday, March 14, 2016 5:29 PM

    Preview update for the Skype Web SDK

    Skype Web SDK Patrons,

    An update is now available for Skype Web SDK preview.

    What is included in this preview update:

    • This preview update contains information about using the latest Skype Web SDK using new Preview API keys.
    • New Skype for Business Web app plugins for Windows and Mac are also available.
    • The Skype Web SDK samples have also been updated.

    New capabilities and Key resolved issues

    • You can now embed and use the Skype Conversation UI control for P2P chats within your application.
    • We have resolved several customers reported issues related to Conversations, Chat, Audio and Video. Some key customer reported resolved issues are listed in the release notes.

     Action for you

    Please provide your feedback on the latest Skype Web SDK preview. Your response helps steer the direction of this SDK. Thank you!

    Please respond to the email address below with feedback. SkypeDevInsiders@microsoft.com

  • Link
    June 10, 2015: Skype Web SDK Version 0.2.3 Available!
    Kai Strandskov [Msft] Wednesday, June 10, 2015 6:55 PM

    Skype Web SDK Version 0.2.3 Available!

    A new code drop is posted to the Skype Content Delivery Network, as of Wednesday, June 10.  To use the latest code in your applications   follow the instructions here:

    https://msdn.microsoft.com/EN-US/library/dn962162(v=office.16).aspx

    Download the latest code samples of the Skype Web SDK here:

    https://msdn.microsoft.com/en-us/library/dn986863(v=office.16).aspx

    Release Notes:

    Known   issues:

    1. The current release of Skype Web SDK is   not supported in IE compatible mode.

    2. 'Notified' event for selfParticipant.audio.state is not   raised on an incoming

      audio meeting invite.

    3. When participant.video.state is equal to 'Connected', the   remote participant may not

       have started to stream his own video.

    Fixed known issues from the last code release:

    1. When a P2P video conversation is escalated to an online   meeting, the video cannot be

       displayed properly.

    2. In a video meeting, if remote participant's video is displayed   before it has started, the video might not render properly in the application

    Breaking change for 0.2.3:

    Version 0.2.3 introduces a change which is backward-incompatible   with previous versions.  The change improves the creation of 1:1   conversations and multiparty   conversations:

    ConversationsManager#createConversation()   now always creates a multiparty conversation (meeting). If the intention of   the following code was to create a 1:1 conversation

    var   conv = conversationsManager.createConversation() ;

    var   participant = conv.createParticipant(person);

    conversationsManager.conversations.add(conv);

    conv.participants.add(participant);

    conv.chatService.start();   // or start any other service

    it should be replaced by

    var   conv = conversationsManager.getConversation(person) ; // this is a shortcut   for the first 4 lines above

    conv.chatService.start();   // or start any other service

    Please see the How To MSDN documentation on Starting   Conversations for full details.

    Feature Requests, Bugs, and Forums

    Please continue to provide feedback on the latest Skype Web SDK   through the Skype Developer Preview Connect portal: Skype Web   SDK Developer Preview

              
       

       
       

    Skype Developer Preview Team

       

       

     

  • Link
    Welcome to the NEW Skype Web SDK forum!
    Kai Strandskov [Msft] Wednesday, April 29, 2015 1:44 AM

    Hello and welcome to the new Skype Web SDK forum!

    This forum is dedicated to the new Skype Web SDK, the html5/javascript web client API for Skype for Business Server 2015. This API also has some compatibility with Lync Server 2013. This API only supports on-premise environments.

    When asking a question, please specify your environment: device, OS, browser, server, and any other related information.


Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.

Would you like to participate?

  
Privacy statement
Community Resources
  • O365 Technical Network
  • MSDN Forums
  • UserVoice
  • Stack Overflow
Follow Us
  • Twitter
  • Facebook
  • Office Dev Blog
© 2018 Microsoft
United States - English
  • Terms of Use
  • Trademarks
  • Privacy Statement