skype-for-business

Skype For Business - Receive IM not working with the below steps

断了今生、忘了曾经 提交于 2019-11-27 09:49:29
I am developing a skype java rest based app for "skype for business". I am able to send im, authorize etc. But, I'm not able to receive IM. The events object take too much time to respond for my postman request. And, there are no incoming IM shown in my events object. But the receive Message IM feature is not working. The steps I have followed are 1) generate access token and access my ucwa application. 2) make user online with makeMeAvailable api. 3) get request for ucwa application generated. 4) and call the events href link in the step 3. 5) and call the events href link in the step 4 but

excel vba SKYPE4COMLib is not working with Skype for Business (SfB)

南楼画角 提交于 2019-11-26 22:09:59
问题 Is there a way to send messages via Skype for Business using excel VBA? I tried to add SKYPE4COMLib and following code: Sub skype() Dim aSkype As SKYPE4COMLib.skype Set aSkype = New SKYPE4COMLib.skype Dim oChat As Chat Dim skUser As SKYPE4COMLib.user Set skUser = aSkype.user("user_name") Set oChat = aSkype.CreateChatWith(skUser.Handle) oChat.OpenWindow oChat.SendMessage "automated message" End Sub But it is not working :( Is it even possible? Thank you very much! 回答1: Please keep noted that

Skype for business URI instead of Skype

巧了我就是萌 提交于 2019-11-26 16:08:32
问题 As we have the option of opening links in skype by just providing the URI: skype:xyz?call Can we do something similar to achieve the same functionality but it opens in Skype for Business? Kindly let me know. Cheers. 回答1: Found a solution for this after a lot of research. Best alternative to work with Skype for Business: sip:<xyz@domain.com> This would open the chat window for the user and the user can do whatever they want from there. 回答2: Command-Line Parameters tel: | Opens the Conversation