You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/ui-library-sdk/includes/data-model/android.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Azure Communication UI [open source library](https://github.com/Azure/communicat
14
14
15
15
### Local Participant View Customization
16
16
17
-
The UI Library gives developers the ability to provide a more customized experience in regards to Participant information. At launch, developers can optionally add Partipant View Data. This local data is not shared with the server and can be used to customize the display name and avatar of the local user.
17
+
The UI Library gives developers the ability to provide a more customized experience regarding Participant information. At launch, developers can optionally add Participant View Data. This local data is not shared with the server and can be used to customize the display name and avatar of the local user.
18
18
19
19
#### Local Participant View Data
20
20
@@ -59,7 +59,7 @@ The process is similar to the local participant process, however the data is set
59
59
60
60
To set the participant view data for remote participant, set `setOnRemoteParticipantJoinedHandler`. On remote participant join, use callComposite `setRemoteParticipantViewData` to inject view data for remote participant. The participant identifier [CommunicationIdentifier](https://azure.github.io/azure-sdk-for-android/azure-communication-common/index.html) is to uniquely identify a remote participant.
61
61
62
-
Calls to `setRemoteParticipantViewData` return a result of `CallCompositeSetParticipantViewDataResult` which has the following values.
62
+
Calls to `setRemoteParticipantViewData` return a result of `CallCompositeSetParticipantViewDataResult`, which has the following values.
|[Calling Hero Sample](./calling-hero-sample.md)| Provides a sample of creating a calling application. |[Web](https://github.com/Azure-Samples/communication-services-web-calling-hero), [iOS](https://github.com/Azure-Samples/communication-services-ios-calling-hero)|
22
+
|[Calling Hero Sample](./calling-hero-sample.md)| Provides a sample of creating a calling application. |[Web](https://github.com/Azure-Samples/communication-services-web-calling-hero), [iOS](https://github.com/Azure-Samples/communication-services-ios-calling-hero), [Android](https://github.com/Azure-Samples/communication-services-android-calling-hero)|
23
23
|[Chat Hero Sample](./chat-hero-sample.md)| Provides a sample of creating a chat application. |[Web](https://github.com/Azure-Samples/communication-services-web-chat-hero)|
24
24
| [Trusted Authentication Server Sample](./trusted-auth-sample.md) | Provides a sample implementation of a trusted authentication service used to generate user and access tokens for Azure Communication Services. The service by default maps generated identities to Azure Active Directory | [node.JS](https://github.com/Azure-Samples/communication-services-authentication-hero-nodejs), [C#](https://github.com/Azure-Samples/communication-services-authentication-hero-csharp)
25
25
|[Web Calling Sample](./web-calling-sample.md)| A step by step walk-through of Azure Communication Services Calling features, including PSTN, within the Web. |[Web](https://github.com/Azure-Samples/communication-services-web-calling-tutorial/)|
0 commit comments