Releases: daily-co/react-native-webrtc
Releases · daily-co/react-native-webrtc
1.75.8
Features
MediaStreamTrack._switchCamera()returns a Promise resolving to the current camera facing mode (”user”or”environment").- A new method
MediaStreamTrack._getCameraFacingMode()returns a Promise that resolves to the current camera facing mode (”user”or”environment"). Together with the new_switchCamera()behavior, this method enablesreact-native-daily-jsmethods that help you build UI that appropriately accounts for whether a front- or rear-facing camera is being used.