Skip to content

Commit be36d48

Browse files
committed
EDGE-1027 updated README to match SDK specs for addParticipantToSession method
1 parent 2065b9c commit be36d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ publishPermissions.add(PublishPermissionEnum.VIDEO);
156156
ApiResponse<AccountsParticipantsResponse> createParticipantResponse = webrtcController.createParticipant(accountId, createParticipantBody);
157157
String participantId = createParticipantResponse.getResult().getParticipant().getId();
158158

159-
List<ParticipantSubscriptions> participantSubscriptions = new ArrayList<>();
159+
List<ParticipantSubscription> participantSubscriptions = new ArrayList<>();
160160
participantSubscriptions.add(new ParticipantSubscription(participantId));
161161

162162
webrtcController.addParticipantToSession(accountId, sessionId, participantId, new Subscriptions(sessionId, participantSubscriptions));

0 commit comments

Comments
 (0)