Faissal EL-OSMAN hat einen Post erstellt
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...
Faissal EL-OSMAN hat einen Post erstellt
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 ...
Faissal EL-OSMAN hat einen Post erstellt
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
Faissal EL-OSMAN hat einen Post erstellt
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....
Faissal EL-OSMAN hat einen Post erstellt
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...
Faissal EL-OSMAN hat einen Post erstellt
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...
Faissal EL-OSMAN hat einen Post erstellt
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) ...
Faissal EL-OSMAN hat einen Kommentar hinterlassen
Yes, it's a node SDK with the version 1.37.1 I usually use inspect in this form and it works fine I have noticed that the object is undefined
Faissal EL-OSMAN hat einen Post erstellt
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...
Faissal EL-OSMAN hat einen Post erstellt
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...