[Android] Use target API 23

This commit is contained in:
Lyubo Marinov
2017-07-16 02:23:59 -05:00
parent 96bfcafc97
commit e54744e5ef
3 changed files with 39 additions and 33 deletions

View File

@@ -63,9 +63,9 @@ function _audio(state = AUDIO_INITIAL_MEDIA_STATE, action) {
* @type {VideoMediaState}
*/
const VIDEO_INITIAL_MEDIA_STATE = {
available: true,
facingMode: CAMERA_FACING_MODE.USER,
muted: true,
available: true
muted: false
};
/**