Hi Team, We are trying to do video conference using rainbow web SDK. On rainbowSDK.bubbles.RAINBOW_ONWEBCONFERENCEUPDATED event always returns videoGallery (i.e, conference.videoGallery[0] ) ...
Hello Support team, I have integrated rainbow SDK in an angular 8 application and it is working fine in development mode. But when I'm trying to deploy the production build to the server it is not ...
Hi, I need to retrieve conversation messages from a particular contact, I have used GetMessagesFromConversation and GetMessagesFromContactId, both are not return any messages ie, count=0 in their m...
In chatbot, Why bot.json file contains this parameters on "log". "system-dev":{ "internals": false, "http": false},
Is there any chance to receive http post response directly by the chatbot?
In chatbot, Why bot.json file contains this parameters on "log". "system-dev":{ "internals": false, "http": false},
Chatbot can able to receive https post request directly?
I have implemented chatbot in web app. I want to perform call action from chatbot to other rainbow user based on chatbot response in sample_message.js file chatbot.onMessage() event. How can i achi...
Can we use Chatbot.onMessage() event to send same message to another rainbow id? I integrated chatbot in web application, Now I need to send chatbot response to additional one rainbow user. Is ther...
Hi., Following method return 'Cannot read property of undefined at getContact By DBId' Error rainbowSDK.contacts.searchById(RainbowUserId).then(function (contact) { }); I could not able to under...