Changeset 8490 for branches/jingle/src/common/jingle.py
- Timestamp:
- 08/12/07 02:16:54 (17 months ago)
- Files:
-
- 1 modified
-
branches/jingle/src/common/jingle.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/jingle/src/common/jingle.py
r8489 r8490 409 409 def on_p2pstream_native_candidates_prepared(self, *whatever): pass 410 410 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 412 415 def getCodecs(self): 413 416 codecs=self.p2pstream.get_local_codecs()
