Open GoogleCodeExporter opened 9 years ago
Which branch are you using ? master one ?
What is the release of your devices (hardware and software) ?
Can you provide a logcat trace on the terminating side ?
Original comment by lemordan...@gmail.com
on 27 Oct 2014 at 7:40
I'm using Joyn API exists in master branch
master --> sdk-joyn --> lib -->joyn-API.jar
version of device 1 : Samsung S|| , Android 4.0.3
version of device 2 : Samsung S|| , Android 2.3.6
when device 1(4.0) invite device 2 (2.3) : the invitation received to device 2
, accepted , but :
- device 2 do not receive any message or delivery report from device 1
- when device 2 Quit , onNewGeoloc is triggered in Device 1 instead of onParticipantLeft()
- after device 2 Quit , when device 1 send message he still get notification that message is delivered (trigger onReportMessageDelivered)although device 2 quit.
when device 2(2.3) invite device 1 (4.0): the invitation received by device 1 ,
accepted , he received messages but:
- onParticipantJoined , it supposed to trigger in device 2 (Originator) but it trigger in device 1
- is typing status in device 2 (Originator) : device 1 is always typing although he isn't.
- When device 2 (Originator) send message , onReportMessageDelivered() supposed to triggered but instead onNewGeoLoc() triggered.
- When device 1 typing , instead of trigger onComposingEvent() in device 2 , it trigger onReportMessageFailed()
- When device 1 send message to device 2 , the message configration
isDisplayedReportRequested is false , so device 2 do not send display report to
device 1 ... is there way to control message configration
(isDisplayedReportRequested).
Original comment by sara.elmoghazy
on 10 Nov 2014 at 2:40
Attachments:
Please don't send screenshot for traces. You have just to do a copy/paste.
Original comment by jmauffret@gmail.com
on 13 Nov 2014 at 7:37
Original issue reported on code.google.com by
sara.elmoghazy
on 23 Oct 2014 at 10:50