mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-23 21:47:47 +00:00
Name folders consistently
This commit is contained in:
@@ -9,21 +9,6 @@ import {
|
||||
} from './actionTypes';
|
||||
import { CAMERA_FACING_MODE } from './constants';
|
||||
|
||||
/**
|
||||
* Listen for various actions related to media devices.
|
||||
*
|
||||
* @param {Object} state - State of media devices.
|
||||
* @param {Object} action - Action object.
|
||||
* @param {string} action.type - Type of action.
|
||||
* @param {Object} action.media - Information about media devices to be
|
||||
* modified.
|
||||
* @returns {Object}
|
||||
*/
|
||||
ReducerRegistry.register('features/base/media', combineReducers({
|
||||
audio,
|
||||
video
|
||||
}));
|
||||
|
||||
/**
|
||||
* Media state object for local audio.
|
||||
*
|
||||
@@ -105,3 +90,18 @@ function video(state = VIDEO_INITIAL_MEDIA_STATE, action) {
|
||||
return state;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Listen for various actions related to media devices.
|
||||
*
|
||||
* @param {Object} state - State of media devices.
|
||||
* @param {Object} action - Action object.
|
||||
* @param {string} action.type - Type of action.
|
||||
* @param {Object} action.media - Information about media devices to be
|
||||
* modified.
|
||||
* @returns {Object}
|
||||
*/
|
||||
ReducerRegistry.register('features/base/media', combineReducers({
|
||||
audio,
|
||||
video
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user