Skip to content

Commit affc1c2

Browse files
authored
Merge pull request #249685 from Mohtasim/how-to/orientation
Adding Orientation API how-to in left plane
2 parents 5e1ce0d + 38917c1 commit affc1c2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/communication-services/concepts/ui-library/includes/mobile-ui-use-cases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Use the UI Library for mobile native platforms to give local and remote particip
8181

8282
UI Library provides the capability to join a call skipping the setup screen of the call join experience. By default, user goes through a setup screen to join a call. Here, user sets the call configuration such as camera turn on or off, microphone turn on or off and audio device selection before joining a call. This screen requires user interaction to join a call, which might be unnecessary for some users. So we provide the capability to join a call by skipping the setup screen and providing the call configuration APIs. For more information, see [How to use Skip Setup Screen Feature](../../../how-tos/ui-library-sdk/skip-setup-screen.md)
8383

84+
### Orientation
85+
86+
UI Library supports screen orientation setup for each of the screen separately prior to launch the library experience. This allows application developers to set up a fixed orientation for the calling experience which would align their application orientation. To learn more about the list of supported orientation for both Android and iOS platform and usage of the API, see [How to use Orientation Feature](../../../how-tos/ui-library-sdk/orientation.md)
87+
8488
## Chat use cases
8589

8690
[!INCLUDE [Public Preview Notice](../../../includes/public-preview-include.md)]

articles/communication-services/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,10 @@ items:
360360
href: how-tos/ui-library-sdk/theming.md
361361
- name: Participant view data injection
362362
href: how-tos/ui-library-sdk/data-model.md
363-
- name: Bypass Setup Screen
363+
- name: Skip Setup Screen
364364
href: how-tos/ui-library-sdk/skip-setup-screen.md
365+
- name: Setup Orientation
366+
href: how-tos/ui-library-sdk/orientation.md
365367
- name: Troubleshooting
366368
href: how-tos/ui-library-sdk/troubleshooting.md
367369
- name: Events

0 commit comments

Comments
 (0)