Hi,
Downloaded the latest v2 sdk but there are lots of missing function as Jabra_SetAppID, Jabra_GetLock etc compared to a older version (still v2) and the windows equivalent. Am I missing something or is the macOS download broken?
Another problem I think you should know about:
The library/libjabra.dylib is broken:
otool -L libjabra.dylib
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump: 'libjabra.dylib': truncated or malformed object (offset field plus size field of section 0 in LC_SEGMENT_64 command 0 extends past the end of the file)
Had to take the libraries from Demo/JabraNativeHidTest.app/Contents/Frameworks:
otool -L libjabra.dylib
libjabra.dylib:
@rpath/libjabra.dylib (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Frameworks/libjsoncpp.1.dylib (compatibility version 1.0.0, current version 1.7.2)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1258.1.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
/usr/lib/libcurl.4.dylib (compatibility version 7.0.0, current version 8.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)