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. |
| 130 | 2. Inside the callback, call PJSUA API {{{pjsua_vid_dev_set_setting()}}} to set the video device to the correct orientation. |
| 131 | |
| 132 | For 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. |