mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 10:27:47 +00:00
ref(redux) Remove connect wrapper (#13083)
This commit is contained in:
@@ -399,7 +399,7 @@ export default AbstractVideoManager;
|
||||
* @param {Object} state - The Redux state.
|
||||
* @returns {Props}
|
||||
*/
|
||||
export function _mapStateToProps(state: Object): $Shape<Props> {
|
||||
export function _mapStateToProps(state: Object) {
|
||||
const { ownerId, status, time, videoUrl, muted } = state['features/shared-video'];
|
||||
const localParticipant = getLocalParticipant(state);
|
||||
const _isLocalAudioMuted = isLocalTrackMuted(state['features/base/tracks'], MEDIA_TYPE.AUDIO);
|
||||
|
||||
Reference in New Issue
Block a user