webex-js-sdk
webex-js-sdk copied to clipboard
feat(plugin-meetings): error on create if meeting info not found
COMPLETES #< INSERT LINK TO ISSUE >
This pull request addresses
Sometimes, when you create a meeting, you want it to error if the meeting info isn't found.
by making the following changes
Added a new argument failOnMissingMeetingInformation, which causes the create to throw an error if meeting information is missing. This is just a draft PR. The error raised here could be a new type like we have PasswordError etc.
Change Type
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Tooling change
- [ ] Internal code refactor
The following scenarios where tested
< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >
I certified that
-
[ ] I have read and followed contributing guidelines
-
[ ] I discussed changes with code owners prior to submitting this pull request
-
[ ] I have not skipped any automated checks
-
[ ] All existing and new tests passed
-
[ ] I have updated the documentation accordingly
Make sure to have followed the contributing guidelines before submitting.
This pull request is automatically being deployed by Amplify Hosting (learn more).
Access this pull request here: https://pr-3190.d3m3l2kee0btzx.amplifyapp.com
Closing this PR as there has been no activity for 6 months @Coread