Maxime LE MABEC hat einen Post erstellt
Hello, I'm implementing WebRTC conference in an Android app using SDK 1.61.0. Test is made only with 2 participants. Leader is starting conference from UCaaS client and participant joins the confer...
Maxime LE MABEC hat einen Post erstellt
I'm trying to download a file received in a one to one conversation. The method isFileDescriptorAvailable returns true for the message with the file but when I get the fileDescriptor, the methods g...
Maxime LE MABEC hat einen Kommentar hinterlassen
Hi,Problem resolved by configuring one of the OXE as default route.Thanks Vincent
Maxime LE MABEC hat einen Post erstellt
Hi, I'm testing the SDK Android 1.46.1 with the last MediaPillar instance (1.67) to make a media pillar call but I have the following error: 10-10 16:29:44.643 9706-9706/com.ale.custo.vendorcall I/...
Maxime LE MABEC hat einen Post erstellt
Hi, I'm trying to implement WebRTC conference from a bubble between a Rainbow web client and a CPaaS client.I succeed to join the conference with audio only (startOrJoinWebRtcConference) from the t...
Maxime LE MABEC hat einen Post erstellt
Hi, I tried SDK node 1.45.0 on sandbox. My test just create a bubble and invite a contact and I have the following exception: 2018-9-4 18:04:17 [1536077057927] - info:HTTP - (post) HTTP code got 40...
Maxime LE MABEC hat einen Kommentar hinterlassen
Hi Vincent, Thanks for you answer. Some errors are already catched by the SDK like getMediaPillarData and getMediaPillarJid. They could be thrown to an error listener. Best regards, Maxime
Maxime LE MABEC hat einen Kommentar hinterlassen
Thanks Vincent for the answer.
Maxime LE MABEC hat einen Post erstellt
Hi, In SDK web, I use isBubbleArchived method to test if a bubble is closed.It doesn't work anymore since version 1.44.0. Thanks.
Maxime LE MABEC hat einen Post erstellt
Hi, Message format retrieved by method conversations.getConversationByBubbleId has changed.In 1.39.3, message.fromJid returns the contact objectIn 1.44.0, it returns only the jid.