Snapshot before Gemini gets to work.

This commit is contained in:
Scott Idem
2025-12-16 13:09:45 -05:00
parent 710d6e10c0
commit f1645fe6f4
2 changed files with 25 additions and 1 deletions

View File

@@ -63,7 +63,8 @@
const participants_array = Array.from(meeting_participants.values());
const data_kv = {
external_client_id: user_id, // Novi Customer GUID in this case
// NOTE: It may make since to use the Jitsi ID instead. Technically this is reporting on behalf of Jitsi and not really specific to the moderator. Also, this helps if there are multiple moderators!
external_client_id: user_id, // Novi Customer GUID for now.
name: 'live_stats_update', // Name of log entry "type"
description: room_name,
url_root: data?.url.origin,