You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUST-4675 added 'Skype for Consumer' and 'Skype for Business' to conferencing providers. (#294)
The SDK was failing to validate the responses due to these missing in
the ConferencingProvider model.
# License
<!-- Your PR comment must contain the following line for us to merge the
PR. -->
I confirm that this contribution is made under the terms of the MIT
license and that I have the authority necessary to make this
contribution on behalf of its copyright owner.
ConferencingProvider.GOTOMEETING->throwIllegalArgumentException("GoToMeeting is not supported in CreateEventManualConferencingProvider. Use the new enum directly.")
397
397
ConferencingProvider.WEBEX->throwIllegalArgumentException("WebEx is not supported in CreateEventManualConferencingProvider. Use the new enum directly.")
398
+
ConferencingProvider.SKYPE_FOR_CONSUMER->throwIllegalArgumentException("Skype for Consumer is not supported in CreateEventManualConferencingProvider. Use the new enum directly.")
399
+
ConferencingProvider.SKYPE_FOR_BUSINESS->throwIllegalArgumentException("Skype for Business is not supported in CreateEventManualConferencingProvider. Use the new enum directly.")
398
400
ConferencingProvider.UNKNOWN->throwIllegalArgumentException("Unknown provider is not supported for event creation. Use CreateEventManualConferencingProvider instead.")
ConferencingProvider.GOTOMEETING->throwIllegalArgumentException("GoToMeeting is not supported in UpdateEventManualConferencingProvider. Use the new enum directly.")
459
459
ConferencingProvider.WEBEX->throwIllegalArgumentException("WebEx is not supported in UpdateEventManualConferencingProvider. Use the new enum directly.")
460
+
ConferencingProvider.SKYPE_FOR_CONSUMER->throwIllegalArgumentException("Skype for Consumer is not supported in UpdateEventManualConferencingProvider. Use the new enum directly.")
461
+
ConferencingProvider.SKYPE_FOR_BUSINESS->throwIllegalArgumentException("Skype for Business is not supported in UpdateEventManualConferencingProvider. Use the new enum directly.")
460
462
ConferencingProvider.UNKNOWN->throwIllegalArgumentException("Unknown provider is not supported for event updates. Use UpdateEventManualConferencingProvider instead.")
0 commit comments