react-native-opentok
react-native-opentok copied to clipboard
Publisher 'cameraDirection' prop has no effect
On both iOS and Android - using the cameraDirection prop does not change the initial camera state. Stream always starts with front (screen-facing) camera.
<Publisher cameraDirection='back' />
Found this out too - cameraDirection is not working.
@DGeoWils you can use switchCamera()
function instead.