5. Wait for hold calls
If you enabled session
(and you most likely should have), we send a hold call to the server
when the user clicks on a seat.
It's important to wait for all hold calls to finish before allowing the user to continue to the next step in the booking process.
There are two callbacks that help with this: onHoldCallsInProgress
and onHoldCallsComplete
.
You should disable your 'next' button onHoldCallsInProgress
and enable it again onHoldCallsComplete
.