idoodler opened a new issue #1153:
URL: https://github.com/apache/cordova-ios/issues/1153
# Bug Report
## Problem
On Devices running iOS 15 and iOS 15.1 `getUserMedia({audio: true})` does
resolve with a broken/ not audible `MediaStream`
### What is expected to happen?
The `MediaStream` should have the users Microphone and the audio should be
audible
### What does actually happen?
No audio is audible, even the orange record indicator in the top right
corner of the StatusBar is not visible.
## Information
<!-- Include all relevant information that might help understand and
reproduce the problem -->
- The `MediaStream`'s `active` property is `true`
- The `MediaStream` holds exactly one `MediaStreamTrack` of type `audio`
- `MediaStreamTrack`'s properties look like this
- `enabled`: `true`
- `label`: `iPhone Mikrofon`
- `muted`: `false`
- `readyState`: `live`
I also tried to recreate this issue using a plain xCode Project without
Cordova, so just an empty iOS xCode Project (Swift) with a WKWebView showing
https://idoodler.de/projects/getUserMedia/ => Issue **can't** be reproduced.
I already submitted a Feedback about this issue to Apple and created a TSI,
no response whatsoever from Apple.
Just for Reference:
Feedback ID: FB9492341
### Command or Code
<!-- What command or code is needed to reproduce the problem? -->
Find the sample Application here:
https://github.com/idoodler/iOS15-GetUserMedia
### Environment, Platform, Device
<!-- In what environment, on what platform or on which device are you
experiencing the issue? -->
All devices running iOS 15 and iOS 15.1
### Version information
<!--
What are relevant versions you are using?
For example:
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
Other Frameworks: Ionic Framework and CLI version
Operating System, Android Studio, Xcode etc.
-->
Cordova CLI: 10.0.0
Cordova iOS: ^6.2.0
xCode: 13
iOS: 15 and 15.1
## Checklist
<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
- [x] I searched for existing GitHub issues
- [x] I updated all Cordova tooling to most recent version
- [x] I included all the necessary information above
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]