- ส่งแล้ว
- 29 มีนาคม 2569 เวลา 05:25 UTC
- ผู้เขียน
- kamo
- ตั้งค่า
- 0447f41
Chat invites: creates/gets a chat session via POST /api/media/sessions/chat then sends the meeting invite as a text message in that session. Uses the exact same API pattern as ChatTool/ChatBox. Email invites: new /api/meet/invite-email route sends multipart form data to EmailService's /api/email/send endpoint (which requires @RequestPart). Builds branded HTML email with org logo and join button. Both run after the meeting window opens, so the user isn't blocked.