mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
disable busy tone played on caller side when remote side rejects, or doesn't answer
This commit is contained in:
parent
009bfb6c1e
commit
95aaed5686
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ class ReticulumMeshChat:
|
|||
# init telephone
|
||||
def init_telephone(self):
|
||||
self.telephone = Telephone(identity=self.identity)
|
||||
self.telephone.set_busy_tone_time(0) # disable busy tone played on caller side when remote side rejects, or doesn't answer
|
||||
self.telephone.set_ringing_callback(self.on_telephone_ringing)
|
||||
self.telephone.set_established_callback(self.on_telephone_call_established)
|
||||
self.telephone.set_ended_callback(self.on_telephone_call_ended)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue