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
A customized Skype Room System Console
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 ... -
0 Votes
How to set up Skype for business in kiosk mode?
Can we integrate Skype for Business App SDK in UWP app now? Anything changed here as the post is from ... -
0 Votes
Skype for Business application url issue
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 ... -
0 Votes
Skype for Business application url issue
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 ... -
0 Votes
office365 api create event with skype
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 ... -
0 Votes
What Skype accounts to use for the Interactive Web SDK samples?
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 ... -
0 Votes
sfB, Microsoft SDN, and Aruba (HPE) SDN question?
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 -
16 Votes
How can I disable "SkypeHost.exe"? (Solved for now!)
:( 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 -
0 Votes
How to get a list of all the conversations using the Skype Web SDK...
{ console.log('$$$$$ conversations.get = ', all); ... -
0 Votes
SIP Federated domain unable to Share screen within S4B since upgrading Firewalls.
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 ... -
0 Votes
SQL server Report Access
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 ... -
0 Votes
Skype SDK for "Auto answer on incoming call"
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 ... -
0 Votes
Skype for Business Bot
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 -
0 Votes
Can Skype REST API be used to get a contact's location?
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 -
0 Votes
Searching users
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 -
5 Votes
Is screen/application sharing supported by 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 -
0 Votes
LyncClient: InvalidCastException to UCOfficeIntegration (Interface not registered) in Windows 10
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 -
0 Votes
Import Lync 2010 Contact to Sfb 2015
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 ... -
0 Votes
how to check skype for business client
I have implement send message on the web use the code such as "sip:chris@PMTestEmail.com", but if user have not installed skype ... -
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
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 ... - Items 1 to 20 of 427 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.