|
@@ -48,7 +48,7 @@ class PushHandler:
|
|
|
new_data = {'data': json.dumps(data)}
|
|
|
self.push_to_socket_service(user_id, json.dumps(new_data))
|
|
|
|
|
|
- def push_on_call_ring(self, saas_id, flow_id, user_id,scene, call_id, file_name, calling_no, called_no, human_service_id):
|
|
|
+ def push_on_call_ring(self, saas_id, flow_id, user_id,scene: AgentScene, call_id, file_name, calling_no, called_no, human_service_id):
|
|
|
data = {
|
|
|
'eventName': DownEvent.ON_CALLRING.code,
|
|
|
'ext': {
|