Skip to content

Commit 14b35b0

Browse files
authored
Update ios.md
1 parent fdbc4d5 commit 14b35b0

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/how-tos/ui-library-sdk/includes/data-model

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/ui-library-sdk/includes/data-model/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The UI Library now gives developers the ability to provide a more customized exp
1616

1717
#### Local Options
1818

19-
`LocalOptions` is data model that can have `ParticipantViewData` and `NavigationBarViewData` that will represent the local participant. By default for `ParticipantViewData`, the UI library will display the `displayName` injected in `RemoteOptions` that is sent to Azure Communication Service backend server. If `ParticipantViewData` is injected, the participant `displayName` and `avatar` will be displayed in all avatar components.
19+
`LocalOptions` is data model that consists of `ParticipantViewData` and `SetupScreenViewData`. By default for `ParticipantViewData`, the UI library will display the `displayName` injected in `RemoteOptions` that is sent to Azure Communication Service backend server. If `ParticipantViewData` is injected, the participant `displayName` and `avatar` will be displayed in all avatar components.
2020

2121
Similarly, for 'SetupScreenViewData', by default the UI library will display 'Setup' as the title and subtitle will be set to hidden. The `title` and `subtitle` in 'SetupScreenViewData' would overwrite the navigation bar's title and subtitle in pre-meeting screen respectively.
2222

0 commit comments

Comments
 (0)