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

Multiple Viewer of different Master(Channel) From One Browser Tab #169

Closed iRaM-sAgOr closed 2 years ago

iRaM-sAgOr commented 2 years ago

Using React JS application, is it possible to connect as multiple viewer with different channel from one browser tab. I like to know that can we make a browser tab communicate with different master(channel) as multiple viewer at a time.

disa6302 commented 2 years ago

Do you mean same window? Or do you mean having a UI that allows entry of several channel names (multiple viewers)?

iRaM-sAgOr commented 2 years ago

Yes from same window. From Same window, Multiple Master will be created with different channel, and from one browser tab, different instance will be created to join with different channel(Master). Is it possible?

iRaM-sAgOr commented 2 years ago

@lherman-cs sir, Need your help please.

disa6302 commented 2 years ago

It should be possible if you are able to model the application that way. If you face issues while doing this, do reach out and the team can take a look.