The following provides steps on how to implement an Event Centre with all features.
Last updated 2 years ago
Was this helpful?
Add your unique operator ID name.
Set targetModule as "full"
Enter the eventId, note to use the unique ID for the fightcard, i.e UFC 254, event ID is "625".
const { MessageTopics } = frontRowSeat.eventCentreUtils; const eventCentreInstance = frontRowSeat.eventCentre({ operator: "operatorIDName", sport: "ufc", targetModule: "full", eventId: "eventID", version: "latest", targetElementSelector: "#img-arena-event-centre", language: "en" });
This will grant full access to UFC Fightcard