Skip to content

Releases: daily-co/react-native-webrtc

1.75.8

02 Nov 16:37
32c91e3
Compare
Choose a tag to compare

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 enables react-native-daily-js methods that help you build UI that appropriately accounts for whether a front- or rear-facing camera is being used.