276 | | 2. Inside the callback, call PJSUA API {{{pjsua_vid_dev_set_orient()}}} to set the video device to the correct orientation. |
277 | | |
278 | | For sample usage, please refer to [https://trac.pjsip.org/repos/changeset/5118#file4 ipjsua sample app] for iOS. Ticket #1861 explains this feature in detail. |
| 276 | 2. Inside the callback, call PJSUA API {{{pjsua_vid_dev_set_setting()}}} to set the video device to the correct orientation. |
| 277 | |
| 278 | For sample usage, please refer to our sample apps, ipjsua for iOS, and pjsua2 for Android. Ticket #1861 explains this feature in detail. |