Changes between Version 3 and Version 4 of pjsip-doc/media


Ignore:
Timestamp:
Dec 4, 2013 8:03:28 AM (10 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/media

    v3 v4  
    116116While 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:: 
    117117 
    118     cap_med->startTransmit(recorder); 
     118    cap_med.startTransmit(recorder); 
    119119    aud_med->startTransmit(recorder); 
    120120    aud_med2->startTransmit(recorder);