services: release daily client after leave

This commit is contained in:
Aleix Conchillo Flaqué
2024-03-18 10:32:46 -07:00
parent b1ab6f91b9
commit e0551e9d85

View File

@@ -219,6 +219,7 @@ class DailyTransportService(BaseTransportService, EventHandler):
def _post_run(self):
self.client.leave()
self.client.release()
def on_first_other_participant_joined(self):
pass