Qt support
Is your feature request related to a problem? Please describe.
There is no Qt SDK.
Describe the solution you'd like I would like to integrate Amazone Chime in my Qt client application like https://github.com/aws/amazon-chime-sdk-qt I know that this is the iOS sdk but I post here since I only see javascript and android support.
My application is designed to be cross plateform (MacOS/Windows/iOS).
Describe alternatives you've considered
https://github.com/aws/amazon-chime-sdk-js but I would be sad to embed a chromium in my app only for this feature and I'm not sure to see it working for iOS.
Additional context
Nope.
Not sure if I have understood you correctly. Are you implying that you are looking for a new SDK based on qt?
Yes
I think this is simpler than expected, using the embedded C++ signaling client library plus the Qt multimedia module, is not as hard as you might think. I'm just checking the embedded client library, I'm not sure if it's multiplatform, if it is then even simpler to implement.
I'm not interested anymore but indeed the c++ sdk might be the right way to go!