Changeset 4611
- Timestamp:
- Oct 8, 2013 4:48:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/python/pjsua.py
r4609 r4611 801 801 self.build_config(domain, username, password, 802 802 display, registrar, proxy) 803 self.rtp_transport_cfg = _pjsua.transport_config_default()803 self.rtp_transport_cfg = TransportConfig() 804 804 805 805 def build_config(self, domain, username, password, display="", … … 842 842 self.rtp_transport_cfg = rtp_transport_cfg 843 843 else: 844 self.rtp_transport_cfg = _pjsua.Transport_Config()844 self.rtp_transport_cfg = TransportConfig() 845 845 846 846 def _cvt_from_pjsua(self, cfg):
Note: See TracChangeset
for help on using the changeset viewer.