skypedeveloper

Presence info of Skype for Business Online (Office 365) user

自闭症网瘾萝莉.ら 提交于 2019-12-21 21:35:05
问题 Sorry If I am giving too much details and if it is not in sync together. my question is, Is there any way by which I can show presence information of Skype for Business Online (Office 365) user into our web application? In our web application we want to provide ability to our worker users, using which he can see the status or chat with shift super-wiser users. We don't want to do any configuration to on-premise Skype for business servers, we want to this through cloud. We are using HTML 5,

Skype for Business Web SDK samples not working

我只是一个虾纸丫 提交于 2019-12-17 22:02:02
问题 I have downloaded the Skype Web SDK samples from here, but I can't make them work. I have registered a trial Office 365 account ( dotnetsolutionsdemos.onmicrosoft.com ) and I have a user there ( adam@dotnetsolutionsdemos.onmicrosoft.com ). If I run the desktop version of Skype for Business then I can log in with my account so it seems that the Lync service does work. I have installed the Skype for Business Web App Plug-in, put the sample code under IIS and opened it via a browser. Then I

Skype response language parameter

偶尔善良 提交于 2019-12-13 08:07:35
问题 While sending request to bot through web Skype, it is sending locale as 'en-US'. How I can change it to any other language? How Skype decide automatically to send it to 'en-US'? 'entities': [{'locale': 'en-US', 'country': 'US', 'platform': 'Web', 'type': 'clientInfo'}] 回答1: Possible answer I don't have access to the Bot Connector sources so it will be difficult to ensure that my answer is valid, but I think your language value comes from one of the following properties: Language of your Skype

How do you make the Skype webcontrol work?

我的未来我决定 提交于 2019-12-12 19:12:04
问题 I'm trying to use this Skype button generator https://dev.skype.com/webcontrol and I'm either rather dumb or something isn't right. None of the code examples (even with the basic generator) seem to work. It does load the initial sdk but then fails to load further required resources (seemingly) The console shows the missing resources. Clicking on what should be the button does bring up a popup but again nothing happens with it. <span class="skype-button rectangle" data-contact-id="kanyewest"

Create meeting using skype for business online Bad Request Error

纵饮孤独 提交于 2019-12-12 05:48:24
问题 I am trying to create meeting using Skype for business online - SKYPE WEB SDK APIs as bellow. var meeting = skyon.skypeWebApp.conversationsManager.createMeeting(); meeting.subject('Planning meeting'); meeting.accessLevel("Everyone"); meeting.expirationTime(new Date + 24 * 3600 * 5); meeting.onlineMeetingUri.get().then( function(uri) { alert("Meeting successfully Created : "+uri); var conversation = app.conversationsManager.getConversationByUri(uri); },function (error) { alert("Meeting

Display the user presence/status using Skype web SDK or UCWA in UWP app

一个人想着一个人 提交于 2019-12-12 03:10:06
问题 I am having a requirement on just want to show/display the Skype for business user presence(Busy, Available, Off Work etc) in UWP app. I have gone through the following documentations, Skype Web SDK I found that using Skype Web SDK we can show that but I am getting struck how can I use the Skype Web SDK in UWP app. Can anyone know how can I use the Skype Web SDK in UWP app? or If have any other way to get skype user presence please help me out. I also tried to use UCWA 2.0 , but got struck to

Record audio/video in skype for business online - skype web sdk [closed]

老子叫甜甜 提交于 2019-12-12 03:07:23
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 12 days ago . I did not find any information available online on how to record a meeting(audio or video) scheduled using skype for business online (skype web sdk). All I see is information only on skype for business onpremises which full clients to record and store meeting in local storage. It will be very grateful if someone

How to enable the Join Meeting Option?

这一生的挚爱 提交于 2019-12-12 00:38:38
问题 I am using SkypeWebSDKOnlineSample . I have hosted locally and running successfully. Some of functionalities are not running Self (Error: NoResourceFound) Conference (UI appeared But Functionality not working) Join Meeting (Even UI does not appear) Although,I have given all delegated rights for Skype for Business Online. When I am decoding the token, It will give me only 2 scopes in scp key. Is it need to follow the prerequisites steps for it? (http://blog.thoughtstuff.co.uk/2015/04/learn

How to get an Azure Active Directory access token for https://api.spaces.skype.com

那年仲夏 提交于 2019-12-11 11:59:33
问题 I need to get an access token for the audience https://api.spaces.skype.com. I need to use the Azure Active Directory v1 endpoint. I dont see any corresponding API permission In the Manifest there is the requiredResourceAccess section where resourceAppIds and scopes can be configured. How can I find the correct resource app id for https://api.spaces.skype.com? 回答1: That API is an internal one used by the Teams client only. We do not allow non-Microsoft applications to access it. The only

SkypeSDK Video and audio issue - mediaRelayAccessToken not found

瘦欲@ 提交于 2019-12-11 08:49:18
问题 I'm having problems with adding an audio or a video service to a coversation. The chat service works fine for me. When I add a video or an audio service I get following error: Error: GET /ucwa/oauth/v1/applications/113925534802/communication/mediaRelayAccessToken failed: 404 { [functions]: , __proto__: { }, code: "RequestFailed", description: "GET /ucwa/oauth/v1/applications/113925534802/communication/mediaRelayAccessToken failed: 404", message: "GET /ucwa/oauth/v1/applications/113925534802