WebRTC2SIP error in code
Closed this issue · 1 comments
GoogleCodeExporter commented
Hi Mamadou,
in file mp_wrap.cc at line 451 there is:
if(TNET_SOCKET_TYPE_IS_WS(pcWrappedMsgLeft->src_net_type) || TNET_SOCKET_TYPE_IS_WS(pcWrappedMsgLeft->src_net_type)){
I think i's a wrong copy-paste, you have missed an S in the second clause.
Anyway, very impressive job!
Original issue reported on code.google.com by palma.pi...@gmail.com
on 29 Oct 2013 at 5:22
GoogleCodeExporter commented
https://code.google.com/p/webrtc2sip/source/detail?r=122
Original comment by boss...@yahoo.fr
on 29 Oct 2013 at 6:19
- Changed state: Fixed