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?

posta 2 anni fa277 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande