Listing call history per channel

version info

Nextcloud version (eg, 24.0.1): 27.0.2
Talk Server version (eg, 14.0.2): 17.1.0-rc.1
Custom Signaling server configured: no
Custom TURN server configured: yes
Custom STUN server configured: yes

This is not an error report. But maybe someone can help me dig up the right github issue. I couldn’t find a prior question to this yet:

  • list of call history per channel (sidebar section or tab)

Not for admin auditing reasons, just for remembering when calls took place in a channel

I did query the database in the end

select creation_timestamp,actor_id,message from oc_comments where message like '{"message":"call%' limit;