Changes between Version 74 and Version 75 of Getting-Started/iPhone


Ignore:
Timestamp:
Jul 3, 2015 6:32:02 AM (9 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v74 v75  
    128128 
    1291291. Setup the device to get orientation change notification (by calling the API {{{UIDevice.beginGeneratingDeviceOrientationNotifications}}} and add a callback to receive {{{UIDeviceOrientationDidChangeNotification}}}). 
    130 2. Inside the callback, call PJSUA API {{{pjsua_vid_dev_set_orient()}}} to set the video device to the correct orientation. 
    131  
    132 For sample usage, please refer to [https://trac.pjsip.org/repos/changeset/5118#file4 ipjsua sample app]. Ticket #1861 explains this feature in detail. 
     1302. Inside the callback, call PJSUA API {{{pjsua_vid_dev_set_setting()}}} to set the video device to the correct orientation. 
     131 
     132For sample usage, please refer to [https://trac.pjsip.org/repos/browser/pjproject/trunk/pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaAppDelegate.m ipjsua sample app]. Ticket #1861 explains this feature in detail. 
    133133 
    134134[[BR]]