mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 02:47:46 +00:00
[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