How to integrate Skype for business functionality in ASP.NET MVC - c#

i have a requirement from my client that we need to add an option like Skype for business, and this conferencing info is sent automatically if they have a static url for conferences or phone information. The end user could always update meeting with Skype for business info.
i am quite new to sdks Microsoft offers for this, Can anyone suggest example code samples to achieve it
Thanks in advance!

You can start with looking at Skype for business Web SDK. The web SDK is will enable user to do IM, Audio, Video.
Before starting, please have a look into supported server versions and the features which are available in production. Refer this link.

Skype Web SDK
Skype For Business

Buy Office 365 Yearly Subscription , Create an Account for you
Link : https://products.office.com/en-us/business/office-365-business-premium
Setup your Domain and Users
Link:https://support.office.com/en-us/article/Add-a-domain-and-users-to-Office-365-6383f56d-3d09-4dcb-9b41-b5f5a5efd611?ui=en-US&rs=en-US&ad=US
3.Install Skype in your Device , login with mentioned credentials and can chat with other users
Ref Link : https://support.office.com/en-us/article/Set-up-Skype-for-Business-Online-40296968-e779-4259-980b-c2de1c044c6e

Related

Chat one to one to integrate in website

Anyone knows an API or framework of an one to one chat to integrate in my website?
What i want, is create a chat, that enable a professor, talk privatly with his student. Actually i'm developing in c# and .net, html
Each professor have his students.
Can you help me?
There are ready-to-go Chat platforms for Web/JS that provide API, SDK and docs for integration.
I used ConnectyCube in many of my applications. They support Messaging, Video Calling and Push Notifications functionality for iOS, Android and Web.
Javascript messaging (chat) guide https://developers.connectycube.com/js/messaging
They have ready-to-go code samples under MIT license for Chat in browser, it can be used as a start and save some development time https://developers.connectycube.com/js/code-samples
Chat and Messaging features supported:
1-1 messaging
Group messaging
Cross-platform
Sent/Delivered/Read statuses
‘Is typing’ statuses
File attachments
Automatic push notifications to offline users
Contact list
Black list
The whole list of supported features

Winforms auth using current account password

In my win-fourms application, I would like to do something like to use the account password similarly to how apple has the touch id API. I could not find any information on this. Here is an example I saw in the built in groove music app in windows 10:
Thank you!
When Microsoft built the Universal Windows Platform (UWP) they built in an authentication library that allows you to use user's Microsoft Accounts. There is no built in support for this in WinForms or WPF apps.
However, you can use the Microsoft OAuth endpoint to accomplish the same thing, it just won't look the same (requires a browser popup for starters). More information can be found here:
https://learn.microsoft.com/en-us/azure/active-directory/active-directory-v2-protocols-oauth-code
The code basically requires doing a bunch of REST calls and providing a listening socket for an asynchronous response.

Integrating Paypal with link in wpf application

I want to integrate Paypal with wpf apps. Actually, in my wpf application there is a link of buying a product. So, when we click on that link i need to purchase that product through Paypal Integration and sending a mail to the user. Though, i have successfully done this in web application but dont know how to do this in wpf. can you plese help me?
Check these following links up:
integrating C# app with paypal
PayPal-NET-SDK
configuring Paypal-SDK

Is It Possible To Launch A Lync Session And Invite Tech And External User From A C# Web App?

I'm tasked with writing a web app that will connect an internal employee and an external client while logging Case details. Our company recently switched over to Lync, so I'm a bit lost on the API for doing this.
Ideally, this would be a web app (C# & ASP.NET) so that the customer support department doesn't have to install something to every workstation. It would also mimic the behavior found in this article for sending an email to allow external users to connect.
Is UCMA required for this? We have a generic Lync account that could be used by a service to facilitate these requests if that would be more appropriate. I can also force the issue for using a desktop app if need be.
I'm just having a hell of a time finding the right API calls to make this happen on MSDN so any links to docs or tutorials would be a huge help.
Some research that doesn't quite point out what needs to be done:
UCMA: Chat with users not in AD
How do I Invite a user by email to a Lync 2010 chat session using the API?
you should take a look at this sample located at :%Program Files%Microsoft UCMA 3.0\SDK\Core\Sample Applications\Reference\ContactCenter
You'll find more details here : http://msdn.microsoft.com/en-us/library/hh285604.aspx
Hope that helped.
You should also take a look at UCWA - Microsoft's Unified Communications Web API.
Unified Communications Web API
It's a great platform for adding Lync functionality into your Web application, has an Online Demo with full source code as well.

In App Purchase for Desktop

Does anyone know of a good In-App purchase framework for desktop applications? I see a lot for mobile, but nothing really to support a generic windows application.
Ideally, we want something which can handle all of the purchases, content management, etc. and all we would have to do is ask the server which in-app items the user has purchased, and then get a url to download the necessary assets to the desktop. If it had a c# api, that would be a plus.
Thanks,
Liron
Some desktop games are using Google In-App Payments to monetize by selling virtual goods.
http://www.google.com/payments/payment-options/digital-goods.html
As an example have a look at Bastion:
http://supergiantgames.com/?p=1231
https://chrome.google.com/webstore/detail/oohphhdkahjlioohbalmicpokoefkgid
I believe Steam provides a framework for in-game purchasing of downloadable content.
Windows 8 will be released with a "Windows App Store" that includes a comprehensive payments SDK.

Categories

Resources