Changes between Version 6 and Version 7 of pjsip-doc/call


Ignore:
Timestamp:
Feb 10, 2014 11:29:05 AM (10 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/call

    v6 v7  
    9090You can only operate with the call's audio media (e.g. connecting the call to the sound device in the conference bridge) when the call's audio media is ready (or active). The changes to the call's media state is reported in ​onCallMediaState() callback, and if the call’s audio media is ready (or active) the function Call.getMedia() will return a valid audio media. 
    9191 
    92 Below is a sample code to connect the call to the sound device when the media is active:: 
     92Below is a sample code to connect the call to the sound device when the media is active: 
    9393 
    9494.. code-block:: c++