I m developing an application based on open-rainbow-sdk using vue3. my app is working fine when it s in the normal way, but if I m switching it to web component approach (customelement) I m getting...
Hello, In general, chatbots propose to users potential responses in the textbox of the chat, The user chooses one then the choice is sent, Are you planning to add this feature? Regards, Faissal EL ...
Hello, In the NodeJS sdk, When I call the api 'contacts.getContactByLoginEmail', the returned contact doesn't contain an email if this contact is the rainbow company. Is it normal? Regards, Faissal
Hello, For old bubbles I can't get the conversation last modified date, For old bubles I get undefined for 'conversation.lastModification' Regards, Faissal the code is as follow: module.exports....
Hello, For old bubbles I can't get the conversation last modified date, For old bubles I get undefined for 'conversation.lastModification' Regards, Faissal the code is as follow: module.exports.r...
Hello, When I connect to rainbow I get a lot of warning , with the text : 'WARNING : One property of the parameter of BubbleFactory method is not present in the Bubble class :' Could you tell how t...
Hello, I noticed that yo've introduced telephony service to node sdk, By analysing the lib, I figure out that there is only one function that allows to make which is makeCall(contact, phoneNumber) ...
hi when I execute this code: connexions.connRainbow.events.on('rainbow_onready', () => { console.log(util.inspect(connexions.connRainbow.conversations, false, null)); } it returns that no conversa...
Now, I m facing a problem when I try to add a contact as a moderator, I'm receiving this message error: ERROR in inviting a contact to a bubble, err = { code: 403,[0] msg: 'Forbidden',[0] det...
Hello, What does it mean a moderator in a bubble? (it is considered as an organiser) In advance Thank you,