The create works fine, but second call errors.
Expected SUCCESS duplicate warning on second attempt.
What do you see instead?
Call the second time gives.
<response>
<returncode>FAILED</returncode>
<messageKey>idNotUnique</messageKey>
<message>
A meeting already exists with that meeting ID. Please use a different
meeting ID.
</message>
</response>
Not a major issue, but should be documented, that no params = not idempotent
Its a feature :)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
bigblu...@googlecode.com
unread,
Jul 19, 2015, 12:18:35 PM7/19/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Appears this issue is more "major". If "no moderator or attendee PW" is
sent, bbb-web assigns them. In a number of cases this call is not
idempotent and returns idNotUnique instead of duplicateWarning so
integration logic fails.
Im troubleshooting now, since it seems to be intermittment in a customer
implementation, and i think has to do with other params, like logoutURL and
meeting name.
The api states params need to be the same? Im just hitting the refresh in
browser on create call. so no params are changing and i get the error.