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 VotesSQLite 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 VotesIssues 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 VotesUnable 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 | 1079 Views | Created by Abhinab Sarkar - Monday, October 9, 2017 9:17 PM | Last reply by Edukondalu K - Thursday, November 28, 2019 7:42 AM -
0 VotesIs possible to run the SDK an isolated network (no internet connectivity) ?
Does anyone know if it is possible to run the SDK offline? I am trying to develop a web app for an isolated network and therefore wont have access to the CDN. -
0 VotesSkype Online presence status
Hi there, In our organization, we have set up O365 accounts for users to use Skype Online via the Office admin portal In the future, we would like to develop a system ... -
0 VotesSkype for Business integration with Servicenow
Hi team, I want to integrate Servicenow incident module with Skype for Business such a way that I am able to render a Group Chat from Servicenow . Can you please ... -
0 Votesget oAuth 2.0 and recorded calls by REST API
Hi, I am developing an app that having following features- 1. oAuth 2.0 by users of skype for business to get an access ... -
0 VotesSkype SDK: Sending Skype Meeting Request thru Java application
Hi Team, I need to send Skype Meeting invite thru Java application/script/code/method How do i achieve ...Unanswered | 0 Replies | 152 Views | Created by AjayKumar_MIND - Wednesday, September 11, 2019 6:16 AM -
0 VotesIntegration of Skype and BMC Remedy - Can I use Skype bot for calling to Mobile phone when a new ticket appears in BMC Remedy Ticketing tool?
Hello, Greetings folks!! Can anyone throw some light if you have done some automation for ...Unanswered | 0 Replies | 170 Views | Created by Needyourhelp508 - Wednesday, August 28, 2019 7:27 AM -
0 VotesTrying to access SFB through APIs
I am trying to SFB (Skype for business) through UCWA web apis but facing access denied issue. 1) I had created Azure AD ... -
0 VotesSkype java API
We want to use Skype chat room feature in custom Java Application. What API does skype provides and supports which we can use in custom java ... -
0 VotesSkype for Business Call drops
Hello, We have S4B 2015 and one user has quite strange issue. When he calls to the particular number in another country after couple minutes the call is ...Unanswered | 1 Replies | 342 Views | Created by anlims - Saturday, July 27, 2019 9:44 PM | Last reply by anlims - Tuesday, July 30, 2019 4:54 PM -
0 VotesUCWA - Skype For Business - Incoming message not working
Dear All, I am facing issues while processing a events object for incoming messages. I have no "incoming" object in the events ... -
0 VotesDifference between Skype and Skype for business?
What is the main difference between Skype and Skype for business? -
0 Votes"'Authority' URI should have atleast one segment in the path (i.e. https://<host>/<path>/)" When Using UCWA2.0 In C#
We have created an application to send and receive message by interacting with online users in the Skype for business. For achieving this we have followed the below steps, but we ...Unanswered | 0 Replies | 252 Views | Created by 'Authority URI' Error When Using UCWA2.0 - Tuesday, July 9, 2019 6:38 AM -
0 VotesTrying to sign in using Skype in UI suppression mode.
_client.BeginSignIn(config.SkypeUserUri, config.SkypeDomainAndUsername, config.SkypePassword, callback, stateObject), _client.EndSignIn, ...Unanswered | 1 Replies | 414 Views | Created by Maxus01 - Sunday, December 9, 2018 5:38 AM | Last reply by Maxus01 - Wednesday, June 5, 2019 9:40 AM -
0 VotesIf skype web sdk for online 365 purposely blocked Firefox?
I am implementing Skype for Business Web SDK to my project. The incoming call detection is one of the features we used. Unfortunately, the skype web sdk for online 365 blocked the Firefox ... -
0 Votesراه اندازی
آیا ماکروسافت از محصولات خود می ... -
0 VotesSfB Conference Line Automation Powershell Script; Trouble with finding existing LineURIs
Hi all. I am not sure if this is the right subforum, I could not find anything that more closely matched what I am doing. I am working on a script to ... -
0 VotesUnable to access API after oauth sign in
I'm having issues trying to access the web SDK after oauth authentication. I believe I have all the Azure Portal registration stuff squared away. I have the site successfully redirecting to the oauth ... - Items 1 to 20 of 513 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.
