awslabs / amazon-kinesis-video-streams-webrtc-sdk-js

JS SDK for interfacing with the Amazon Kinesis Video Streams Signaling Service.
https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-js/examples/index.html
Apache License 2.0
287 stars 141 forks source link

Credentials using java signer #138

Closed charlesardsilva closed 2 years ago

charlesardsilva commented 3 years ago

Is there a way to create a valid url signer using sdks in java? I have a backend application running in Java and that application has some aws sdk libraries. I saw a example just using nodejs.

In the example page I saw many objects that needs credentials information, not only this:


const kinesisVideoClient = new AWS.KinesisVideo({
    region,
    accessKeyId,
    secretAccessKey,
    correctClockSkew: true,
});

The signerUrl is going to work for all objects that needs credentials?

niyatim23 commented 2 years ago

Based on your question, from what I understand, it does not seem to be a JS-SDK specific question. If you require guidance on creating a valid url signer using the Java SDK, please open a question in the appropriate repository. If it is a Js-SDK specific question, can you please clarify what is it that you're trying to achieve?

disa6302 commented 2 years ago

Closing due to inactivity.