fix recursion bug

This commit is contained in:
liamcottle
2024-05-21 00:31:26 +12:00
parent 9dddceb7a4
commit 0619dfb3e6

View File

@@ -25,7 +25,6 @@ class AudioCall:
# handle link being closed
def on_link_closed(self, link):
print("[AudioCall] on_link_closed")
self.hangup()
# handle packet received over link
def on_packet(self, message, packet):