-
Notifications
You must be signed in to change notification settings - Fork 3
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
Virtual event access control #176
Comments
This proposal has been included in the CR3 editors draft to aid existing implementers, using the text below. Comments welcome! Proposed specification textA For Opportunities that are accessible remotely, the If an The Broker MUST send an automatic reminder to the Customer that includes the details of the "accessChannel": { "@type": "VirtualLocation", "url": "https://zoom.us/j/1234567890?pwd=SlBzaVpJaGY0UGJVMX", "name": "Zoom Video Chat", "accessId" : "1234567890", "accessCode" : "211277", "description": "Please log into Zoom a few minutes before the event" }, |
When booking virtual events, a mechanism is required for the details of the online meeting to be sent to the Customer following a successful booking.
accessCode
andaccessPass
work for physical sessions, however we need an additional property to cover virtual access (e.g. Zoom, Google, etc), to ensure that the booking of virtual events is supported.For example:
Access details are often only sent prior to the event, and so are not always available at the time of booking, and hence notifications of such details should also be available.
Note that
VirtualLocation
should be defined in the modelling specification, as it has already been proposed as part of https://developer.openactive.io/publishing-data/virtual-events.This proposal is therefore dependent on openactive/modelling-opportunity-data#224.
The text was updated successfully, but these errors were encountered: