Rick Casson
Rick Casson
Starting with Android SDK 31, permissions for scanning for available Bluetooth devices needs BLUETOOTH_SCAN and BLUETOOTH_CONNECT instead of ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION
The utility currently is only compatible with projects that use the default Info.plist file name. This PR allows the user to specify a custom list of plist files or specify...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Adds ability to listen to NMEA messages on Android. ### :memo: Links to relevant issues/docs...
Several of the physical and logical cameras were missing when discovering available capture devices on iOS, so I completed the list based on Apple's developer documentation: https://developer.apple.com/documentation/avfoundation/avcapturedevice/devicetype @bibaswan-bhawal had previously...
Based on feedback from @stuartmorgan, I have refactored my original PRs (#5957 and #5958) to not disrupt the existing functionality of the availableDevices method, while still providing the option to...
To more easily differentiate between the available cameras on iOS devices, the optional appleCaptureDeviceType parameter can become populated when discovering devices. *List which issues are fixed by this PR. You...