Changes between Version 3 and Version 4 of pjsip-doc/media
- Timestamp:
- Dec 4, 2013 8:03:28 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/media
v3 v4 116 116 While doing the conference, it perfectly makes sense to want to record the conference to a WAV file, and all we need to do is to connect the microphone and both calls to the WAV recorder:: 117 117 118 cap_med ->startTransmit(recorder);118 cap_med.startTransmit(recorder); 119 119 aud_med->startTransmit(recorder); 120 120 aud_med2->startTransmit(recorder);