Sergey Radionov
Sergey Radionov
# Feature Request ## Motivation Behind Feature If use native WebRTC from WKWebView inside Cordova, every getUserMedia leads to new permission request to user. And this makes native WebRTC almost...
According to [AVAudioPlayer docs](https://developer.apple.com/documentation/avfaudio/avaudioplayer/1386886-preparetoplay) `prepareToPlay` activates audio session (in plugin it happens [here](https://github.com/apache/cordova-plugin-media/blob/master/src/ios/CDVSound.m#L357)). But plugin calls `setCategory` for `AVAudioSession` [a little bit later](https://github.com/apache/cordova-plugin-media/blob/master/src/ios/CDVSound.m#L374), i.e. at wrong time.
### Platforms affected Android ### Motivation and Context Sometimes it's required change audio usage type for audio playback. In my case it's required to use `AudioAttributes.USAGE_VOICE_COMMUNICATION` usage to be able...
### Platforms affected iOs ### Motivation and Context I think it should fix #108 ### Description Just replace nil values with empty string since NSDictionary crashes in that case ###...
``` JsPlayer.cpp:305:9: error: ‘MaybeLocal’ is not a member of ‘v8’ ``` Please upvote if you need fix it. ##
If you want contribute by offering logo design for project - wellcome! Logo design should be unique and free to use. Thanks in advance! ##
It needed for developing OS X/iOS versions of WebChimera. Also I plan to do build server for nightly builds for mac/linux/windows on it. If you want to help - please...