mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 10:19:23 +00:00
Generate Python wrapper for linphone_core_send_dtmf() and linphone_core_play_dtmf().
This commit is contained in:
parent
1208a71955
commit
581c9b29bc
1 changed files with 0 additions and 2 deletions
|
|
@ -82,8 +82,6 @@ blacklisted_functions = [
|
|||
'linphone_core_set_log_level', # There is no use to wrap this function
|
||||
'linphone_core_set_payload_type_bitrate', # missing PayloadType
|
||||
'linphone_core_set_video_policy', # missing LinphoneVideoPolicy
|
||||
'linphone_core_play_dtmf', # handling of char
|
||||
'linphone_core_send_dtmf', # handling of char
|
||||
'linphone_core_set_audio_codecs', # missing PayloadType and MSList
|
||||
'linphone_core_set_sip_transports', # missing LCSipTransports
|
||||
'linphone_core_subscribe', # missing LinphoneContent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue