Skip to content

Commit 6845d59

Browse files
authored
Update android.md
1 parent 3b00d9b commit 6845d59

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/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The process is similar to the local participant process, however the data is set
5959

6060
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.
6161

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.
6363

6464
- CallCompositeSetParticipantViewDataResult.SUCCESS
6565
- CallCompositeSetParticipantViewDataResult.PARTICIPANT_NOT_IN_CALL

0 commit comments

Comments
 (0)