In a WebRTCommCall object, it is imposible to set a listener different with the
listener defined in webRTCommClient (given in constructor).
A solution to solve it :
- define a new variable, e.g. this.listener
- in the constructor, initialise this variable with the listener contained in
webRTCommClient given in parameter.
- replace all "this.webRTCommClient.listener" by "this.listener"
- define a method to change the listener (object implementing *callListener),
e.g setListener(*callListener);
Original issue reported on code.google.com by Didier.n...@gmail.com on 5 Jun 2013 at 12:15
Original issue reported on code.google.com by
Didier.n...@gmail.com
on 5 Jun 2013 at 12:15