Changeset 5676 for pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
- Timestamp:
- Oct 24, 2017 7:31:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
r5672 r5676 1665 1665 pj_pool_t *pool, 1666 1666 const pjmedia_sdp_session *rem_sdp); 1667 static void on_stream_created(pjsua_call_id call_id, 1668 pjmedia_stream *strm, 1669 unsigned stream_idx, 1670 pjmedia_port **p_port); 1667 static void on_stream_created2(pjsua_call_id call_id, 1668 pjsua_on_stream_created_param *param); 1671 1669 static void on_stream_destroyed(pjsua_call_id call_id, 1672 1670 pjmedia_stream *strm,
Note: See TracChangeset
for help on using the changeset viewer.