add missing arg
This commit is contained in:
@@ -23,7 +23,7 @@ class AudioCall:
|
|||||||
self.audio_packet_listeners.remove(callback)
|
self.audio_packet_listeners.remove(callback)
|
||||||
|
|
||||||
# handle link being closed
|
# handle link being closed
|
||||||
def on_link_closed(self):
|
def on_link_closed(self, link):
|
||||||
print("[AudioCall] on_link_closed")
|
print("[AudioCall] on_link_closed")
|
||||||
self.hangup()
|
self.hangup()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user