zf8848 / libjingle

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

TransportChannelProxy does not include TransportChannel::GetP2PChannel method implementation #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create Transport channels before the network negotiation is complete
2. Start SocketMonitor for these channels

What is the expected output? What do you see instead?
expected results:
- after the network negotiation finished, SocketMonitor should provide info for 
all the available p2p transport channel connections.

actual result:
- list of monitored channel connections infos is always empty, due to 
unimplemented GetP2PChannel method

What version of the product are you using? On what operating system?
libjingle-0.5.1 \ OS independent

Original issue reported on code.google.com by Alex.P.K...@gmail.com on 9 Jan 2011 at 8:24

GoogleCodeExporter commented 9 years ago
Fixed in 0.5.3

Original comment by juberti@google.com on 13 May 2011 at 12:43