Letractively / webrtcomm

Automatically exported from code.google.com/p/webrtcomm
GNU General Public License v3.0
0 stars 0 forks source link

[feature request] Create a mecanisme to set a listener in webRTCommCall #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by laurent.strullu.orange@gmail.com on 25 Sep 2013 at 9:07