Camera selection

Is there any way to change camera in Licode? I am hoping to enable
front/rear camera selection on web browser Android.

you’d have to build your own interface for that.

the client side Erizo.Stream() does support passing an object instead of a
boolean for the video param when creating a new stream. pass exactly what
the underlying getUserMedia needs, and don’t pass the videoAttrs param, and
you should be able to achieve what you want.On Thursday, September 29, 2016 at 11:34:14 AM UTC-7, Dejan Popov wrote:

Is there any way to change camera in Licode? I am hoping to enable
front/rear camera selection on web browser Android.