CoSwitched / rcsjta

Automatically exported from code.google.com/p/rcsjta
0 stars 0 forks source link

whiteboard not drawing #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clone white board project (master branch --> sdk-joyn --> sample_projects 
--> whiteboard) 
2.try to run project
3. accept session
4. start drawing

What is the expected output? What do you see instead?
i expect to see both are drawing , but what happen that devices do not see 
others drawing.

I found in code that he send message with (x,y) in class DrawPhoto
session.sendMessage(txt.getBytes());

but when other contact receive message with(MultimediaSessionListener) , the 
method onNewMessage is not implemented

public void onNewMessage(byte[] content) {

        }
does this part is missing , and if not how he is drawing in other device 
without reading received message ?!  

Original issue reported on code.google.com by sara.elmoghazy on 4 Sep 2014 at 12:21

GoogleCodeExporter commented 9 years ago

Original comment by jmauffret@gmail.com on 18 Sep 2014 at 11:52

GoogleCodeExporter commented 9 years ago
This sample is no more supported in the master branch. We will try to add it 
again in the next release.

Original comment by jmauffret@gmail.com on 23 Sep 2014 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by jmauffret@gmail.com on 23 Sep 2014 at 8:44