mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
Blacklist linphone_nat_policy_get_stun_server_addrinfo() for Python module.
This commit is contained in:
parent
f426902ebe
commit
e3ed72b70d
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ blacklisted_functions = [
|
|||
'linphone_core_set_log_level_mask', # There is no use to wrap this function
|
||||
'linphone_core_set_network_simulator_params', # missing OrtpNetworkSimulatorParams
|
||||
'linphone_core_set_video_policy', # missing LinphoneVideoPolicy
|
||||
'linphone_nat_policy_get_stun_server_addrinfo',
|
||||
'linphone_proxy_config_get_privacy', # missing LinphonePrivacyMask
|
||||
'linphone_proxy_config_normalize_number', # to be handwritten because of result via arguments
|
||||
'linphone_proxy_config_set_file_transfer_server', # defined but not implemented in linphone core
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue