Sinch android group message not work - sinch

In your website mention 1-1 and group message feature but in API we didnt see that one. so can you please guide us. is there any multi media feature in chat ?

Your question should be more specific. Where is that 1-1 and group message feature? I think there is no any muliti media feature in chat.

Related

Microsoft Teams proactive messaging in activity feed

I have a requirement that my bot should receive a notification from an external system and then it needs to send notification to Teams' logged in user's activity feed.
I followed https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/16.proactive-messages, it works on emulator. I deployed above app on on-premise IIS server (with https support) and then registered on https://dev.botframework.com/ by providing botid generated through MSTeams App builder. Now, when I sideloaded this bot in MS Teams, it does not send proactive message.
I am new to Bot framework hence steps by steps instructions and sample code will be much appreciated.
You haven't given a lot of detail in your question about your actual setup, or the code you're using, so it's hard to really answer, but I have posted a few time recently about pro-active messaging. Here's one with a bunch of detail, in C#, so hopefully it can help: Programmatically sending a message to a bot in Microsoft Teams - just see my answer in that page. If that doesn't help, please try describe your current scenario better, and what you've tried.

How to show detail info timeline in insight Dynamics 365 Marketing?

I need to add more detail information from Custom Channel Activity on the Interaction timeline.
for example, in this insight from the Contact entity.
Does anybody know the solution to this problem?
As of today we cannot do much in Custom Channel activity. Looks like this feature request is in Microsoft Product group backlog, please follow that thread for latest updates & any workaround for the same.

Launch Teams chat with multiple contacts using URI scheme

Is there support for initiating chat with multiple contacts using either 'im:' or 'sip:' URIs?
Similar functionality in Lync: im:<sip:user1#host><sip:user2#host>
https://technet.microsoft.com/en-us/library/gg398376.aspx
(Using the above format to launch Teams gives me a "We weren't able to find that contact" error.)
Not at the moment, but we're working on extending Teams deeplinks to allow starting group chats.
Try using the MSTeams protocol mixed with Teams Deeplinking. I've got it to work for my organization
Teams Chat

Skype BotFramework answer calls automatically

I am using Node.js to create Skype bots. I want my bot to answer calls automatically from selected contacts and create a group voice chat consisting of bot, caller, and me. I couldn't understand the documentation much. Is there a way to do it? If yes, can you give me a brief example?
Thank you.
Bots are not supported in group calls right now because of privacy reasons.
Group calling for media bots has been disabled because the Skype clients do not have currently have the appropriate privacy controls in place to inform the participants that a bot can hear and/or see them.
There is no timeframe available regarding when calling/real-time media bots will be supported in group calls. For now, calling and real-time media bots are allowed only in 1-to-1 Skype calls.

Bot not answering messages in microsoft teams

I'm following this Microsoft-teams tutorial for a simple bot. I'm running it using VScode in local mode.
It's working in bot emulator. Here is a screenshot of that.
But It's not working when sideloaded as an app for Microsoft teams. I'm able to send the messages but the bot is not replying back.
What I'm missing here?
There is currently a bug in our bot registration code that is causing this. We are currently investigating its root cause.
As a workaround, add the Skype channel and the MS Teams channel to the bot.
Update: This is no longer a requirement. This is fixed.

Resources