ucwa-sfbo-console | Create Skype for Business Online Apps | Model View Controller library
kandi X-RAY | ucwa-sfbo-console Summary
kandi X-RAY | ucwa-sfbo-console Summary
Create Skype for Business Online Apps and Meetings using the UCWA API
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ucwa-sfbo-console
ucwa-sfbo-console Key Features
ucwa-sfbo-console Examples and Code Snippets
Community Discussions
Trending Discussions on ucwa-sfbo-console
QUESTION
I'm trying to create a small console application sending and receiving message from SFB.
I started by using the code from https://github.com/tamhinsf/ucwa-sfbo-console and followed the readme.md for creating the app in the Azure Management Portal (I assigned all the delegated permissions just to be sure).
All already included API work (so I'm sure I'm logging in correctly), but when I try to invoke makeMeAvailable to receive IM call (looking at https://ucwa.skype.com/documentation/KeyTasks-Communication-IncomingIMCall) I get the following response
ANSWER
Answered 2017-Feb-03 at 16:54makeMeAvailable isn't supported yet in UCWA for Online. Probably when it'll be introduced, a new app permission will be added in AAD permissions, which will need to be granted. So, that's expected, but the documentation is indeed outdated and just referring to behavior for UCWA for On-Prem.
See also / vote: Enable 'me' resource and controlling self user's presence in UCWAYou're correct, good finding. However, POSTing on the messagingInvitations resource (which is no where in documentation), is the correct way. So following the principle of using the URIs returned by operations, and not composing URIs by convention in your code is the way to go. You can notify this by creating an issue here: https://github.com/OfficeDev/skype-docs/issues
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ucwa-sfbo-console
Install Visual Studio 2015. Don't have it? Download the free Visual Studio Community Edition
Open the cloned code from this repository in Visual Studio
Update Program.cs in the UcwaSfboConsole folder with your Tenant name (tenant) and Application Id / Client ID (clientId) Or, leave these values empty and provide them at the command line like so: UcwaSfboConsole mytenant.onmicrosoft.com my-alphanumeric-client-id
Optionally, you can hard code the username (i.e. username@your-domain.onmicrosoft.com) and password you want to use in the variables called hardcodedUsername and hardcodedPassword
Optionally, if you want to try dialog box authentication, update the redirectUri variable to be the value of Redirect URI you provided to Azure AD (i.e. http://demo-sfo-ucwa) Or, you can provide the Redirect URI as a third command line parameter, like so: UcwaSfboConsole mytenant.onmicrosoft.com my-alphanumeric-client-id http://demo-sfo-ucwa
Build and run the app: UcwaSfboConsole
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page