How to make multiple viewer with WebRTC SDK

0

I create a project with WebRTC SDK by sample code.

JS is viewer

https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/kvswebrtc-sdk-js.html

Android is master

https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/kvswebrtc-sdk-android.html

But how can i make multiple viewer to join the master? Is there any tutorials or documents?

asked 2 years ago266 views
1 Answer
0

To connect multiple viewers you simply need to create multiple client applications that invoke the ConnectAsViewer API using the same Signaling Channel ARN / name. To demonstrate this you could run the browser based Viewer application in two distinct browsers on your laptop.

profile pictureAWS
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions