The following provides steps on how to implement an Event Centre with all features.
Last updated 1 year ago
Add your unique operator ID name.
Set targetModule as "full"
Enter the eventId, use the unique ID for the match.
const { MessageTopics } = frontRowSeat.eventCentreUtils; const eventCentreInstance = frontRowSeat.eventCentre({ operator: "operatorIDName", sport: "soccer", targetModule: "full", eventId: "eventID", version: "latest", targetElementSelector: "#img-arena-event-centre", language: "en" });
This will grant full access to the Event Centre