diff --git a/react/features/base/devices/index.js b/react/features/base/devices/index.js index a1891576b..969667b3a 100644 --- a/react/features/base/devices/index.js +++ b/react/features/base/devices/index.js @@ -1,7 +1,6 @@ export * from './actions'; export * from './actionTypes'; export * from './functions'; -export * from './services'; import './middleware'; import './reducer'; diff --git a/react/features/base/tracks/actions.js b/react/features/base/tracks/actions.js index d52716e46..3854b3aad 100644 --- a/react/features/base/tracks/actions.js +++ b/react/features/base/tracks/actions.js @@ -14,7 +14,7 @@ import { import { getLocalParticipant } from '../participants'; import { - SET_NO_SRC_DATA_NOTI_UID, + SET_NO_SRC_DATA_NOTIFICATION_UID, TOGGLE_SCREENSHARING, TRACK_ADDED, TRACK_CREATE_CANCELED, @@ -661,7 +661,7 @@ function _trackCreateCanceled(mediaType) { */ export function setNoSrcDataNotificationUid(uid) { return { - type: SET_NO_SRC_DATA_NOTI_UID, + type: SET_NO_SRC_DATA_NOTIFICATION_UID, uid }; }