0

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:

enter image description here

Next I added libkvsWebrtcClient.dylib and libkvsWebrtcSignalingClient.dylib to my MacOS Xcode Project:

enter image description here

I am unsure of the next step–how do I reference/use these libraries from Swift?

Kyle Decot
  • 20,715
  • 39
  • 142
  • 263

1 Answers1

0

There is an iOS specific WebRTC SDK that can be used directly: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-ios

MushMal
  • 109
  • 2