Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chime.d.ts #4344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update chime.d.ts #4344

wants to merge 1 commit into from

Conversation

givtaj
Copy link

@givtaj givtaj commented Feb 9, 2023

Hello.
I took me a lot of time to figure it out whats wrong with this function and I want to help others.

Validation rules doesn't allow to pass more than 10 attendees to createMeetingWithAttendees function and you need to use batchCreateAttendee instead.

createMeetingWithAttendee function throws error if you pass more than 10 attendees.

the error:
ValidationException: 1 validation error detected: Value at 'attendees' failed to satisfy constraint: Member must have length less than or equal to 10

Validation rules doesn't allow to pass more than 10 attendees to createMeetingWithAttendees function and you need to use batchCreateAttendee instead.
@givtaj givtaj requested a review from a team as a code owner February 9, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant