Remove run_to_queue and run from AIService class
This commit is contained in:
@@ -219,7 +219,8 @@ class DailyTransportService(BaseTransportService, EventHandler):
|
||||
pass
|
||||
|
||||
def call_joined(self, join_data, client_error):
|
||||
self._logger.info(f"Call_joined: {join_data}, {client_error}")
|
||||
#self._logger.info(f"Call_joined: {join_data}, {client_error}")
|
||||
pass
|
||||
|
||||
def dialout(self, number):
|
||||
self.client.start_dialout({"phoneNumber": number})
|
||||
|
||||
Reference in New Issue
Block a user