Create signaling client without this package #323
CoreyBovalina
started this conversation in
General
Replies: 1 comment
-
Hi @CoreyBovalina, Yes you can create a signaling client without this package. We have similar implementations of this in Android and iOS. A wrapper around a WebSocket. We also have the sigv4 websocket url signer translated into a few languages here: https://github.com/aws-samples/amazon-kinesis-video-streams-demos/tree/master/sigv4-signing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to create a signaling client without this package? I'm building a react native app that is currently on expo-49, as soon as I update to expo-50 my KVS stream no longer works because this package uses isomorphic-webcrypto. I basically need a way to create the viewer.signalingclient without this package. I'm only creating a stream as a viewer.
Beta Was this translation helpful? Give feedback.
All reactions