|
@@ -108,8 +108,6 @@ class MyAudioMediaPort(pj.AudioMediaPort):
|
|
|
self.call.reset_wait_time()
|
|
|
|
|
|
self.call.send_bot_speaker(self.call.cur_player_file)
|
|
|
-
|
|
|
- self.call.say_end_action(self.call.action)
|
|
|
except:
|
|
|
pass
|
|
|
|
|
@@ -338,6 +336,8 @@ class MyCall(pj.Call):
|
|
|
print('player complete')
|
|
|
self.player_complete_dict[player_id] = True
|
|
|
self.inputLongStart = time.time()
|
|
|
+
|
|
|
+ self.say_end_action(self.action)
|
|
|
|
|
|
def bot_say_hello(self):
|
|
|
|