Changes between Version 3 and Version 5 of Ticket #1697


Ignore:
Timestamp:
Oct 9, 2013 3:41:38 AM (11 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1697 – Description

    v3 v5  
    11This ticket will add support with regard to changes in iOS SDK 7, such as: 
    2 - Deprecated Audio Session API (Application will now need to do the audio session management) 
     2- Deprecated C-interface Audio Session API. 
    33 
     4  PJSIP now uses AVAudioSession to set audio session category and activate/deactivate audio session. Application will need to do its own audio session management to handle input/output route and notifications (interruption, media server reset, etc). Please refer to [https://developer.apple.com/library/IOS/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/Basics/Basics.html#//apple_ref/doc/uid/TP40007875-CH2-SW1 Apple's official doc on Audio Session Programming Guide].