mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
Blacklist linphone_core_get_video_devices() in the Python wrapper.
This commit is contained in:
parent
f4423b93bd
commit
ab30b93098
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ blacklisted_functions = [
|
|||
'linphone_core_get_sip_transports_used', # missing LCSipTransports
|
||||
'linphone_core_get_supported_video_sizes', # missing MSVideoSizeDef
|
||||
'linphone_core_get_video_codecs', # missing PayloadType and MSList
|
||||
'linphone_core_get_video_devices', # returns a list of strings
|
||||
'linphone_core_get_video_policy', # missing LinphoneVideoPolicy
|
||||
'linphone_core_payload_type_enabled', # missing PayloadType
|
||||
'linphone_core_payload_type_is_vbr', # missing PayloadType
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue