Twilio: Room History

100 Views Asked by At

I am developing an API to retrieve the Twilio access token for a given chat room using Python. However I cannot seem to find a way to retrieve/list the activity history (call history, times when each participant joined the room, started calls and answered, hangup times.) of a specific chat room which we have created. How can I do this?

I first create a Peer-to-Peer room: https://www.twilio.com/docs/video/api/rooms-resource?code-sample=code-create-a-peer-to-peer-room&code-language=Python&code-sdk-version=6.x

Then in that room to create user identity access tokens, I use this: https://www.twilio.com/docs/video/tutorials/user-identity-access-tokens#generate-helper-lib

0

There are 0 best solutions below