4 stable releases

1.0.4 Feb 10, 2022
1.0.3 Feb 9, 2022
1.0.1 Nov 12, 2021

#384 in Multimedia

28 downloads per month
Used in opentok

MIT license

23KB

Rust FFI bindings for OpenTok Linux SDK

OpenTok Linux SDK FFI bindings for Rust.

These bindings are providing unsafe FFI API that can be used to interface with OpenTok.

The bindings are autogenerated with bindgen with some minor manual changes.

The current generation is driven by the build script. The equivalent bindgen invocation is:

bindgen libopentok/include/opentok.h -o src/bindings.rs  --whitelist-function 'otc_.*' --whitelist-var 'OTC_.*'

The current SDK version is: 2.19.1

Dependencies

~0–1.7MB
~34K SLoC