crossle / janus-gateway-android

Implements Janus gateway video room on Android
MIT License
60 stars 30 forks source link

Can I add multiple remote users ? #8

Closed akbarattar3 closed 4 years ago

akbarattar3 commented 4 years ago

Can we add multiple remote users for this ?

crossle commented 4 years ago

Yes

akbarattar3 commented 4 years ago

But in code there is no option to add multiple remote users

crossle commented 4 years ago

Other users can join same room, it's support.

akbarattar3 commented 4 years ago

yeah same room but in app its showing only 2 video views ,and 2nd remote is overlapping on 1st remote

crossle commented 4 years ago

oh, this just a example, you need add your view to the Activity

akbarattar3 commented 4 years ago

Ok it is working now