Last post Jun 28, 2019 02:15 AM by Fei Han - MSFT
Member
297 Points
940 Posts
Jun 27, 2019 08:48 AM|shahid.majeed|LINK
Hi,
Is it possible to implement microsfot team chat in webforms. My application is in webforms and we need to implement chat functionality.
Please refer me any starting meterial how i can achieve this functionality.
Thanks
All-Star
52101 Points
23232 Posts
Jun 27, 2019 01:43 PM|mgebhard|LINK
shahid.majeed Hi, Is it possible to implement microsfot team chat in webforms. My application is in webforms and we need to implement chat functionality. Please refer me any starting meterial how i can achieve this functionality. Thanks
I recommend using an existing product that runs on the client like Skype.
If you want to add chat to a web application then take a look at SignalR which has chat demos.
https://dotnet.microsoft.com/apps/aspnet/real-time
https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/introduction-to-signalr
Jun 27, 2019 01:49 PM|shahid.majeed|LINK
My requirement is to implement chat functionality to provide support to users. Not user can chat with each other.
/Shahid
Jun 27, 2019 01:53 PM|mgebhard|LINK
shahid.majeed My requirement is to implement chat functionality to provide support to users. Not user can chat with each other. /Shahid
When you said "Team Chat" I assumed chat between your team. Go through the SignalR links to add chat to your application.
40535 Points
6233 Posts
Microsoft
Jun 28, 2019 02:15 AM|Fei Han - MSFT|LINK
Hi Shahid,
shahid.majeed to implement chat functionality to provide support to users. Not user can chat with each other.
Do you want to provide/embed virtual support agent functionality in your website, or human (supporter) involvement support?
If you'd like to build and provide virtual support agent, you can try to use Azure Bot Service that enable us to embed into website easily.
https://azure.microsoft.com/en-in/services/bot-service/
https://github.com/Microsoft/BotFramework-WebChat
With Regards,
Fei Han
Member
297 Points
940 Posts
Microsoft Team Chat with webforms
Jun 27, 2019 08:48 AM|shahid.majeed|LINK
Hi,
Is it possible to implement microsfot team chat in webforms. My application is in webforms and we need to implement chat functionality.
Please refer me any starting meterial how i can achieve this functionality.
Thanks
All-Star
52101 Points
23232 Posts
Re: Microsoft Team Chat with webforms
Jun 27, 2019 01:43 PM|mgebhard|LINK
I recommend using an existing product that runs on the client like Skype.
If you want to add chat to a web application then take a look at SignalR which has chat demos.
https://dotnet.microsoft.com/apps/aspnet/real-time
https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/introduction-to-signalr
Member
297 Points
940 Posts
Re: Microsoft Team Chat with webforms
Jun 27, 2019 01:49 PM|shahid.majeed|LINK
My requirement is to implement chat functionality to provide support to users. Not user can chat with each other.
/Shahid
All-Star
52101 Points
23232 Posts
Re: Microsoft Team Chat with webforms
Jun 27, 2019 01:53 PM|mgebhard|LINK
When you said "Team Chat" I assumed chat between your team. Go through the SignalR links to add chat to your application.
All-Star
40535 Points
6233 Posts
Microsoft
Re: Microsoft Team Chat with webforms
Jun 28, 2019 02:15 AM|Fei Han - MSFT|LINK
Hi Shahid,
Do you want to provide/embed virtual support agent functionality in your website, or human (supporter) involvement support?
If you'd like to build and provide virtual support agent, you can try to use Azure Bot Service that enable us to embed into website easily.
https://azure.microsoft.com/en-in/services/bot-service/
https://github.com/Microsoft/BotFramework-WebChat
With Regards,
Fei Han