Anybody is aware about a method to automatically unsubscribe/remove a user from a Twilio Programable Chat channel, after some time of inactivity ?
The most simple scenario that comes to my mind is the one where a user closes the browser tab without leaving the chat channel (so channel.leave()
is never called)... and as a consequence stays as a member of the channel forever.
Another scenario would be when network goes down.