Skip to content

Commit e7a19b6

Browse files
authored
Merge pull request #69 from Bandwidth/EDGE-1027
EDGE-1027 updated README to match SDK specs for addParticipantToSession method
2 parents 1d1971a + be36d48 commit e7a19b6

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)