Skip to content

Commit 143c278

Browse files
committed
Adding Orientation API how-to in left plane
Signed-off-by: Mohtasim <[email protected]>
1 parent e6c00c8 commit 143c278

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 setup 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
@@ -356,8 +356,10 @@ items:
356356
href: how-tos/ui-library-sdk/theming.md
357357
- name: Participant view data injection
358358
href: how-tos/ui-library-sdk/data-model.md
359-
- name: Bypass Setup Screen
359+
- name: Skip Setup Screen
360360
href: how-tos/ui-library-sdk/skip-setup-screen.md
361+
- name: Setup Orientation
362+
href: how-tos/ui-library-sdk/orientation.md
361363
- name: Troubleshooting
362364
href: how-tos/ui-library-sdk/troubleshooting.md
363365
- name: Events

0 commit comments

Comments
 (0)