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
{{ message }}
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
I encountered two errors with the conference class.
getMembers() relies on the existence of ConferenceMembersCollection extending CollectionObject. This was not implemented and thus caused a missing class error to be thrown.
Conference->addMember does properly create the member, but when attempting to fetch the newly created member information from the API, it fails to pass in the memberId and so causes a resource not found error to be thrown.
I've traced and patched both of these and will initiate a pull request.