I would like to use AWS's Kinesis Video Streams for WebRTC in a MacOS application. I came across a C library on AWS Labs' Github called amazon-kinesis-video-streams-webrtc-sdk-c which sounds like what I want however I'm unsure as to how to use it within Swift.
I have built the library from source using their README–after building I end up with some example executables as well as two .dylib
files:
Next I added libkvsWebrtcClient.dylib
and libkvsWebrtcSignalingClient.dylib
to my MacOS Xcode Project:
I am unsure of the next step–how do I reference/use these libraries from Swift?