An error occurred while fetching the meeting reports:
{meetings_error}
| Date | Start | End | Duration | # | Participants |
|---|---|---|---|---|---|
| {new Date( m.start_time ).toLocaleDateString()} | {new Date( m.start_time ).toLocaleTimeString( [], { hour: '2-digit', minute: '2-digit' } )} | {compute_end_time(m.start_time, m.final_duration)} | {m.final_duration} | {m.real_participant_count} |
{#if m.real_participant_count === 0}
—
{:else}
{#if mods.length > 0}
{/if}
Mod:
{mods.map((p) => p.displayName).join(', ')}
{/if}
{#if others.length > 0}
{others.slice(0, 5).map((p) => p.displayName).join(', ')}{others.length > 5 ? ` +${others.length - 5} more` : ''}
{/if}
|
Try adjusting the filters or clearing the date range.
{:else}There are no Jitsi activity logs to display.
{/if}No discrete events recorded.
{/if}| Name | Role |
|---|---|
| {participant.displayName} | {ae_util.to_title_case( participant.role )} |
No participant data available.
{/if}Try lowering the minimum participants or clearing the date range.
{:else}There are no Jitsi activity logs to display.
{/if}