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
286 stars 141 forks source link

Can we Implement a conference video call service using the Kinesis Video Streams? #209

Closed 8bitaby closed 1 year ago

8bitaby commented 1 year ago

I successfully implement and tested the master - viewer connections in the sample application. Here we can create one master per channel and about 10 viewers to stream data to master. It's like a ONE to MANY communication, where viewers can't interact with each other. (?) I was wondering whether can we implement a MANY to MANY connection using the AWS Kinesis Video Stream service, with a single channel where viewers and master can all interact and exchange media with each other?

disa6302 commented 1 year ago

We do not support many-many at the moment. We only support one-to-many