davidliu
                                            davidliu
                                        
                                    @vincentbrison Hmm, could you post a full set of logs? Hard to diagnose from this alone.
Hey @vincentbrison, would you mind grabbing another set of logs, with `LiveKit.loggingLevel = LoggingLevel.VERBOSE`? This would help a lot, thanks.
@vincentbrison this should be fixed now in #158.
Are there any logs on the server indicating whether it closed from remote?
@kamaltyagi02 this seems like a copy paste of the above post?
Fixed by #144.
Specify a `LocalVideoTrackOptions.deviceId` when creating a `LocalVideoTrack`. DeviceIds can be found through `Camera2Enumerator.deviceNames` if Camera2 is supported on the device, or `Camera1Enumerator.deviceNames` if Camera2 isn't supported (check with `Camera2Enumerator.isSupported(context)`).
Again, get the device name through the process I mentioned in the previous comment.
Hmm I think this may be out of scope currently, if the phone doesn't support discovering the USB camera through Camera2. You can use libuvc/other 3rd party libraries to create...
Closing as not planned.