Hello, what is your platform ? It is easy to do, for exemple with android SDK: List<IRainbowConversation> conversations = RainbowSdk.instance().conversations().getAllConversations().getCopyOfDataLi...
Hi, What is the frequency of that behavior ? It is only with the sandbox ?
Hello, For the moment the SDK methods of ITelephonyListener (onCallAdded...) are only triggered if you have both audio and video autorisations. So additionnaly to the permissions listed in your man...
Hello, I have cloned the WebRTC sample and all is working fine for me, incoming and outgoing calls. The only subtlety is that I had to activate audio and video permission even if you want only audi...
Hi, sorry for the time to answer ! When you chat (sent and recieve IMMessage directly), messages sent by you have your Jid and messages recieves from the other contact have the Jid of the contact. ...
Hi, On Android SDK this method isn't available, but you can easily do the same with an AudioManager and call setSpeakerphoneOn on it, check this link: https://stackoverflow.com/questions/43212297...
Nice to see you have resolved your problem :)
Can you try with only a log print with Log.d() and show if its work ? Maybe you call AlertDialog (or UI work) outside the UI Thread. By the way, if you can put here the logcat of your crash, it can...
Hi, In your last log there is no errror (maybe a text limit for the message ?) and your problem seams to be resolved, you have the line "Authentication Success ", you don't have anymore the initial...
Hi, Look at Build Release Error in Android SDK for a working solution.