Skype Web SDK announcement
-
Link
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
Skype Web SDK Version 0.2.3 Available!
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
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.
-
0 Votes
Installation Procedure for Skype for Business 2015 Cumulative Update
Hello there, We want to update the Skype for Business 2015 servers to the latest Cumulative Update. We have reviewed the below ...Unanswered | 0 Replies | 550 Views | Created by Anand Franklin - Thursday, September 10, 2020 1:34 PM -
0 Votes
use skype sdk to join meetings via a meeting url and record audio and video?
So my use case is something like this. I need to join skype meetings via automation(as a bot attendee) using skype sdks/apis and get the audio/video and active speaker information in real ...Unanswered | 1 Replies | 758 Views | Created by Vasu.Sharma - Thursday, June 18, 2020 6:48 AM | Last reply by asterisk360 - Saturday, August 22, 2020 5:59 PM -
0 Votes
Edge server does not respond to STUN allocation requests
Hello, Could you please tell me if there are any logs I can turn on to figure out why the Edge server is not answering to STUN allocation requests? I have same ... -
0 Votes
Trying to help the New York Court System return to functionality
My name is Edward Steinberg. I am an attorney and also the President of the New York State Trial Lawyers Association. I was recently appointed by Judge DiFiore (our chief judge of the ... -
0 Votes
Skype Status Not updating.
Hi Team, There seems to be an issue with Skype not updating the status of users when they have a meeting blocking them as busy or are in a Zoom ... -
0 Votes
Skype SDK queries
Hi, I have some queries regarding the functionality provided by the Skype SDK 1) Is it possible for my ... -
0 Votes
How to join Skype meeting via an SDK
Hi, I have some queries regarding the functionality provided by the Skype SDK 1) Is it possible for my application to join a meeting ...Unanswered | 2 Replies | 934 Views | Created by Vasu.Sharma - Tuesday, June 16, 2020 12:17 PM | Last reply by Vasu.Sharma - Tuesday, June 16, 2020 5:13 PM -
3 Votes
Web SDK for Skype Meet Now
Is there is a websdk available with API and if so can we integrate this in to our app to facilitate video calling? Also, can we store the recordings to a cloud storage instead of local devices? ...Unanswered | 1 Replies | 881 Views | Created by Sathesh.Kumar.gg - Friday, April 10, 2020 5:11 PM | Last reply by Dhafer Ben Amor - Saturday, May 2, 2020 3:38 PM -
0 Votes
is it possible to have webinars in my web app using Skype web SKD and how
Hi guys, We are working on virtual conferences and shows and want to have the ability to provide video calls, webinars and chat to our clients. Is it possible to ...Unanswered | 0 Replies | 594 Views | Created by Mohammed Gaber Ramadan - Wednesday, April 29, 2020 11:28 AM -
0 Votes
Major Problems with Microsoft Teams
Hello, my company has been experiencing some severe problems and outages with Microsoft Teams - and while I realize this is not posted to the Microsoft Teams forum, there doesn't actually appear to be ...Discussion | 1 Replies | 1122 Views | Created by Michael A. Allen - Thursday, April 18, 2019 11:24 PM | Last reply by Max-44 - Monday, April 27, 2020 11:13 AM -
0 Votes
Skype for business server 2015
Hi, I'm setup Skype for business and publish for external use. all meeting and video conference working fine. issue is when we go video conference, all person ... -
0 Votes
Difference between Skype and Skype for business?
What is the main difference between Skype and Skype for business?Unanswered | 1 Replies | 1177 Views | Created by erinbrownau - Sunday, July 14, 2019 5:37 AM | Last reply by Max-44 - Thursday, April 23, 2020 11:33 AM -
0 Votes
Question about Skype for business databases
Hi We have some bespoke processing that tries to make sense of data in our Lync call recording databases. A Sessiondetails record has a clientversionid - you can ... -
0 Votes
Bot Channel registration - unable to save the recorded video from skype to Azure storage account
Hi there, For the Microsoft Bot framework chatbot application that I am working on, I have configured the "Bot Channel Registration" and have hosted it on ...Unanswered | 4 Replies | 1365 Views | Created by Rajesh Nagendra - Saturday, January 11, 2020 10:59 AM | Last reply by Mike Urnun (Azure) - Sunday, January 19, 2020 8:12 AM -
0 Votes
Update a Skype Meeting Url
I have to update sip addresses for a large group of users. This obviously breaks any skype meeting links that the user has already sent out. I created a script using EWS that goes through ... -
0 Votes
Added outside contact in SFB client with show status "presence unknown" and sent message will show me "This message wasn't sent to ***@hotmail.com due to company policy."
Following with my tried and moe information & status: 1. DNS in edge server set to outside DNS already 2. Enabled federation (port 5061) in Edge pool (also ... -
0 Votes
Skype Event ID 1000/1002 with MS Office latest feature pack Version 11328
Hello All, we have around 18K laptop with windows 10 build 1709 and MS Office of latest version "11328.20492 Click-to-Run". when we export report from Power Bi we ... -
0 Votes
SQLite Browser
For the sake of the main.db file, I am looking to download the SQLite Browser. Immediately after I had a few conversations with PXR mods, my Skype logs disappeared. One of the logs was ... -
0 Votes
Issues with 412 error when creating a meeting with conversationManager.createMeeting();
Hi I am implementing a web interface for to allow health professionals in the NHS to schedule and attend online clinical supervision sessions using Skype for Business using the Web ... -
0 Votes
Unable to register application with UCWA in Skype for Business 2015 On-Preminse
Hi Experts, I am trying to register application with UCWA in Skype for Business 2015 and I am failing getting 500 - Internal Server Error message. Can anyone please suggest me on ...Discussion | 3 Replies | 2028 Views | Created by Abhinab Sarkar - Monday, October 9, 2017 9:17 PM | Last reply by Edukondalu K - Thursday, November 28, 2019 7:42 AM - Items 1 to 20 of 525 Next ›
Skype Web SDK announcement
-
Link
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
Skype Web SDK Version 0.2.3 Available!
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
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.