Changeset 6009 for pjproject/trunk/pjsip/src/pjsua2/call.cpp
- Timestamp:
- May 27, 2019 3:01:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua2/call.cpp
r6008 r6009 915 915 call_med->strm.a.stream) 916 916 { 917 OnStreamDestroyedParam prm;918 prm.stream = call_med->strm.a.stream;919 prm.streamIdx = mi;920 921 onStreamDestroyed( prm);917 OnStreamDestroyedParam strm_prm; 918 strm_prm.stream = call_med->strm.a.stream; 919 strm_prm.streamIdx = mi; 920 921 onStreamDestroyed(strm_prm); 922 922 } 923 923 }
Note: See TracChangeset
for help on using the changeset viewer.