Show
Ignore:
Timestamp:
08/12/07 02:16:54 (17 months ago)
Author:
liori
Message:

Jingle: better farsight wrappers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/jingle/src/common/jingle.py

    r8489 r8490  
    409409        def on_p2pstream_native_candidates_prepared(self, *whatever): pass 
    410410        def on_p2pstream_state_changed(self, *whatever): pass 
    411         def on_p2pstream_new_native_candidate(self, *whatever): pass 
     411        def on_p2pstream_new_native_candidate(self, p2pstream, candidate_id): 
     412                candidate = p2pstream.get_native_candidate(candidate_id) 
     413 
     414 
    412415        def getCodecs(self): 
    413416                codecs=self.p2pstream.get_local_codecs()