[Android] Use target API 23
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user