I’m using Wix Bookings on my site and I have an online Service that contains a Video Conference link. I am using a custom link and not a service like Zoom.
I want to extract the custom link for the video conference in Velo code to do some processing on it, but unfortunately the link doesn’t seem to be in the event object.
So far, I’ve added an event handler for wixBookings_onBookingConfirmed in events.js which is firing correctly, however when I examine the object, it looks like its missing the onlineConference object which, judging by the documentation, is where it most likely should be.
Does anyone know if this is a bug with Wix, and if there’s an alternative way to get the custom link?