This message was deleted.
# helpdesk
s
This message was deleted.
b
Are you looking to achieve this with the Android SDK?
r
No in web. Is that possible?
b
Yes, that should be possible.
r
Cool, can you direct me to docs?
b
With this said, I don't think there's actual documentation around this specifically.
If you were referring to switching from back camera to front, Id say this would be it. https://github.com/livekit/client-sdk-js/blob/50ab51cb8a731f944064cfcdab5689354ca0a65c/example/sample.ts#L244
🙌 1
r
Thanks!
b
You are welcome @rapid-tent-35751 🙂
r
Another quick question while I have you: Is it possible to access the roomInfo variable in the Room object? When I reference room.roomInfo.creationTime it complains that roomInfo is a "private variable".
b
Since roomInfo is private, you won't be able to achieve this. I'm not super sure, tbh.
You could get this through the Server SDK, but unsure with the Client SDK.
👍 1
https://docs.livekit.io/server/room-management/#listrooms this would return you the information you are after.