const { uid } = await verifyAuth(req.headers, {
      userIds: meeting.people.map((p) => p.id),
      orgIds: [meeting.org],
    });