A public email attendees can use to email the host about their session. To be backwards compatible it might need to be optional, e.g. ```ts interface Session { contactEmail: string | undefined } ```