Changes between Version 6 and Version 7 of pjsip-doc/call
- Timestamp:
- Feb 10, 2014 11:29:05 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/call
v6 v7 90 90 You 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. 91 91 92 Below is a sample code to connect the call to the sound device when the media is active: :92 Below is a sample code to connect the call to the sound device when the media is active: 93 93 94 94 .. code-block:: c++