[RN] Rename jitsi-meet-react to jitsi-meet
This commit is contained in:
parent
e1a9487896
commit
bac191f96c
|
@ -1,4 +1,4 @@
|
||||||
rootProject.name = 'jitsi-meet-react'
|
rootProject.name = 'jitsi-meet'
|
||||||
|
|
||||||
include ':app'
|
include ':app'
|
||||||
include ':react-native-background-timer'
|
include ':react-native-background-timer'
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
projects. For example:
|
projects. For example:
|
||||||
|
|
||||||
* The instance of lib-jitsi-meet's `JitsiConnection` type should be named
|
* The instance of lib-jitsi-meet's `JitsiConnection` type should be named
|
||||||
`connection` or `jitsiConnection` in jitsi-meet-react, not `client`.
|
`connection` or `jitsiConnection` in jitsi-meet, not `client`.
|
||||||
|
|
||||||
* The class `ReducerRegistry` should be defined in ReducerRegistry.js and its
|
* The class `ReducerRegistry` should be defined in ReducerRegistry.js and its
|
||||||
imports in other files should use the same name. Don't define the class
|
imports in other files should use the same name. Don't define the class
|
||||||
|
|
|
@ -43,8 +43,8 @@ work properly with the native plugins we require.
|
||||||
|
|
||||||
Using Xcode
|
Using Xcode
|
||||||
|
|
||||||
- Open **ios/jitsi-meet-react.xcworkspace** in Xcode. Make sure it's the
|
- Open **ios/jitsi-meet.xcworkspace** in Xcode. Make sure it's the workspace
|
||||||
workspace file!
|
file!
|
||||||
|
|
||||||
- Select your device from the top bar and hit the "play" button.
|
- Select your device from the top bar and hit the "play" button.
|
||||||
|
|
||||||
|
|
|
@ -285,7 +285,7 @@
|
||||||
0EA8C046B2BF46279796F07D /* libKCKeepAwake.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libKCKeepAwake.a; sourceTree = "<group>"; };
|
0EA8C046B2BF46279796F07D /* libKCKeepAwake.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libKCKeepAwake.a; sourceTree = "<group>"; };
|
||||||
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
|
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
|
||||||
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
|
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
|
||||||
13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "jitsi-meet-react.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
13B07F961A680F5B00A75B9A /* jitsi-meet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "jitsi-meet.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = app/AppDelegate.h; sourceTree = "<group>"; };
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = app/AppDelegate.h; sourceTree = "<group>"; };
|
||||||
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = app/AppDelegate.m; sourceTree = "<group>"; };
|
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = app/AppDelegate.m; sourceTree = "<group>"; };
|
||||||
13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
||||||
|
@ -303,7 +303,7 @@
|
||||||
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
|
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
|
||||||
B30EF2301DC0ED7C00690F45 /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
|
B30EF2301DC0ED7C00690F45 /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
|
||||||
B3A9D0241E0481E10009343D /* POSIX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = POSIX.m; path = app/POSIX.m; sourceTree = "<group>"; };
|
B3A9D0241E0481E10009343D /* POSIX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = POSIX.m; path = app/POSIX.m; sourceTree = "<group>"; };
|
||||||
B3B083EB1D4955FF0069CEE7 /* jitsi-meet-react.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "jitsi-meet-react.entitlements"; sourceTree = "<group>"; };
|
B3B083EB1D4955FF0069CEE7 /* jitsi-meet.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "jitsi-meet.entitlements"; sourceTree = "<group>"; };
|
||||||
B96AF9B6FBC0453798399985 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
|
B96AF9B6FBC0453798399985 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
|
||||||
BF9643811C34FBB300B0BBDF /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
BF9643811C34FBB300B0BBDF /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
||||||
BF9643831C34FBBB00B0BBDF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
BF9643831C34FBBB00B0BBDF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
||||||
|
@ -530,7 +530,7 @@
|
||||||
children = (
|
children = (
|
||||||
13B07FAE1A68108700A75B9A /* app */,
|
13B07FAE1A68108700A75B9A /* app */,
|
||||||
B3BA19B71DC6B02F00BCD481 /* Frameworks */,
|
B3BA19B71DC6B02F00BCD481 /* Frameworks */,
|
||||||
B3B083EB1D4955FF0069CEE7 /* jitsi-meet-react.entitlements */,
|
B3B083EB1D4955FF0069CEE7 /* jitsi-meet.entitlements */,
|
||||||
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
||||||
83CBBA001A601CBA00E9B192 /* Products */,
|
83CBBA001A601CBA00E9B192 /* Products */,
|
||||||
6956B374CC3C453DB7B8E82D /* Resources */,
|
6956B374CC3C453DB7B8E82D /* Resources */,
|
||||||
|
@ -542,7 +542,7 @@
|
||||||
83CBBA001A601CBA00E9B192 /* Products */ = {
|
83CBBA001A601CBA00E9B192 /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */,
|
13B07F961A680F5B00A75B9A /* jitsi-meet.app */,
|
||||||
);
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
@ -581,9 +581,9 @@
|
||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
13B07F861A680F5B00A75B9A /* jitsi-meet-react */ = {
|
13B07F861A680F5B00A75B9A /* jitsi-meet */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet-react" */;
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
13B07F871A680F5B00A75B9A /* Sources */,
|
13B07F871A680F5B00A75B9A /* Sources */,
|
||||||
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
||||||
|
@ -596,9 +596,9 @@
|
||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = "jitsi-meet-react";
|
name = "jitsi-meet";
|
||||||
productName = "Hello World";
|
productName = "Hello World";
|
||||||
productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */;
|
productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet.app */;
|
||||||
productType = "com.apple.product-type.application";
|
productType = "com.apple.product-type.application";
|
||||||
};
|
};
|
||||||
/* End PBXNativeTarget section */
|
/* End PBXNativeTarget section */
|
||||||
|
@ -620,7 +620,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet-react" */;
|
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet" */;
|
||||||
compatibilityVersion = "Xcode 3.2";
|
compatibilityVersion = "Xcode 3.2";
|
||||||
developmentRegion = English;
|
developmentRegion = English;
|
||||||
hasScannedForEncodings = 0;
|
hasScannedForEncodings = 0;
|
||||||
|
@ -695,7 +695,7 @@
|
||||||
);
|
);
|
||||||
projectRoot = "";
|
projectRoot = "";
|
||||||
targets = (
|
targets = (
|
||||||
13B07F861A680F5B00A75B9A /* jitsi-meet-react */,
|
13B07F861A680F5B00A75B9A /* jitsi-meet */,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
/* End PBXProject section */
|
/* End PBXProject section */
|
||||||
|
@ -989,7 +989,7 @@
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CODE_SIGN_ENTITLEMENTS = "jitsi-meet-react.entitlements";
|
CODE_SIGN_ENTITLEMENTS = "jitsi-meet.entitlements";
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
DEAD_CODE_STRIPPING = NO;
|
DEAD_CODE_STRIPPING = NO;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
|
@ -1019,7 +1019,7 @@
|
||||||
"-lc++",
|
"-lc++",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
|
PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
|
||||||
PRODUCT_NAME = "jitsi-meet-react";
|
PRODUCT_NAME = "jitsi-meet";
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
|
@ -1028,7 +1028,7 @@
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CODE_SIGN_ENTITLEMENTS = "jitsi-meet-react.entitlements";
|
CODE_SIGN_ENTITLEMENTS = "jitsi-meet.entitlements";
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
FRAMEWORK_SEARCH_PATHS = (
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
|
@ -1057,7 +1057,7 @@
|
||||||
"-lc++",
|
"-lc++",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
|
PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
|
||||||
PRODUCT_NAME = "jitsi-meet-react";
|
PRODUCT_NAME = "jitsi-meet";
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
@ -1164,7 +1164,7 @@
|
||||||
/* End XCBuildConfiguration section */
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
/* Begin XCConfigurationList section */
|
||||||
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet-react" */ = {
|
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
13B07F941A680F5B00A75B9A /* Debug */,
|
13B07F941A680F5B00A75B9A /* Debug */,
|
||||||
|
@ -1173,7 +1173,7 @@
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet-react" */ = {
|
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
83CBBA201A601CBA00E9B192 /* Debug */,
|
83CBBA201A601CBA00E9B192 /* Debug */,
|
|
@ -29,9 +29,9 @@
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "jitsi-meet-react.app"
|
BuildableName = "jitsi-meet.app"
|
||||||
BlueprintName = "jitsi-meet-react"
|
BlueprintName = "jitsi-meet"
|
||||||
ReferencedContainer = "container:jitsi-meet-react.xcodeproj">
|
ReferencedContainer = "container:jitsi-meet.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildActionEntry>
|
</BuildActionEntry>
|
||||||
</BuildActionEntries>
|
</BuildActionEntries>
|
||||||
|
@ -47,9 +47,9 @@
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "jitsi-meet-react.app"
|
BuildableName = "jitsi-meet.app"
|
||||||
BlueprintName = "jitsi-meet-react"
|
BlueprintName = "jitsi-meet"
|
||||||
ReferencedContainer = "container:jitsi-meet-react.xcodeproj">
|
ReferencedContainer = "container:jitsi-meet.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</MacroExpansion>
|
</MacroExpansion>
|
||||||
<AdditionalOptions>
|
<AdditionalOptions>
|
||||||
|
@ -70,9 +70,9 @@
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "jitsi-meet-react.app"
|
BuildableName = "jitsi-meet.app"
|
||||||
BlueprintName = "jitsi-meet-react"
|
BlueprintName = "jitsi-meet"
|
||||||
ReferencedContainer = "container:jitsi-meet-react.xcodeproj">
|
ReferencedContainer = "container:jitsi-meet.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
<AdditionalOptions>
|
<AdditionalOptions>
|
||||||
|
@ -89,9 +89,9 @@
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "jitsi-meet-react.app"
|
BuildableName = "jitsi-meet.app"
|
||||||
BlueprintName = "jitsi-meet-react"
|
BlueprintName = "jitsi-meet"
|
||||||
ReferencedContainer = "container:jitsi-meet-react.xcodeproj">
|
ReferencedContainer = "container:jitsi-meet.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
</ProfileAction>
|
</ProfileAction>
|
|
@ -2,6 +2,6 @@
|
||||||
<Workspace
|
<Workspace
|
||||||
version = "1.0">
|
version = "1.0">
|
||||||
<FileRef
|
<FileRef
|
||||||
location = "group:jitsi-meet-react.xcodeproj">
|
location = "group:jitsi-meet.xcodeproj">
|
||||||
</FileRef>
|
</FileRef>
|
||||||
</Workspace>
|
</Workspace>
|
|
@ -20,14 +20,14 @@ import './native';
|
||||||
})(global || window || this); // eslint-disable-line no-invalid-this
|
})(global || window || this); // eslint-disable-line no-invalid-this
|
||||||
|
|
||||||
// Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
|
// Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
|
||||||
// of) the project jitsi-meet-react.
|
// of) the project jitsi-meet.
|
||||||
//
|
//
|
||||||
// TODO The Web support implemented by the jitsi-meet project explicitly uses
|
// TODO The Web support implemented by the jitsi-meet project explicitly uses
|
||||||
// the library lib-jitsi-meet as a binary and keeps it out of the application
|
// the library lib-jitsi-meet as a binary and keeps it out of the application
|
||||||
// bundle. The mobile support implemented by the jitsi-meet-react project did
|
// bundle. The mobile support implemented by the jitsi-meet project did not get
|
||||||
// not get to keeping the lib-jitsi-meet library out of the application bundle
|
// to keeping the lib-jitsi-meet library out of the application bundle and even
|
||||||
// and even used it from source. As an intermediate step, start using the
|
// used it from source. As an intermediate step, start using the library
|
||||||
// library lib-jitsi-meet as a binary on mobile at the time of this writing. In
|
// lib-jitsi-meet as a binary on mobile at the time of this writing. In the
|
||||||
// the future, implement not packaging it in the application bundle.
|
// future, implement not packaging it in the application bundle.
|
||||||
import JitsiMeetJS from 'lib-jitsi-meet/lib-jitsi-meet.min';
|
import JitsiMeetJS from 'lib-jitsi-meet/lib-jitsi-meet.min';
|
||||||
export { JitsiMeetJS as default };
|
export { JitsiMeetJS as default };
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
|
// Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
|
||||||
// of) the project jitsi-meet-react.
|
// of) the project jitsi-meet.
|
||||||
import JitsiMeetJS from './_';
|
import JitsiMeetJS from './_';
|
||||||
export { JitsiMeetJS as default };
|
export { JitsiMeetJS as default };
|
||||||
|
|
||||||
|
|
|
@ -215,8 +215,7 @@ function _getLocalTrack(tracks, mediaType) {
|
||||||
track.isLocal()
|
track.isLocal()
|
||||||
|
|
||||||
// XXX JitsiTrack#getType() returns a MEDIA_TYPE value in the terms
|
// XXX JitsiTrack#getType() returns a MEDIA_TYPE value in the terms
|
||||||
// of lib-jitsi-meet while mediaType is in the terms of
|
// of lib-jitsi-meet while mediaType is in the terms of jitsi-meet.
|
||||||
// jitsi-meet-react.
|
|
||||||
&& track.getType() === mediaType);
|
&& track.getType() === mediaType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -275,13 +274,12 @@ function _shouldMirror(track) {
|
||||||
&& track.isLocal()
|
&& track.isLocal()
|
||||||
&& track.isVideoTrack()
|
&& track.isVideoTrack()
|
||||||
|
|
||||||
// XXX The type of the return value of
|
// XXX The type of the return value of JitsiLocalTrack's
|
||||||
// JitsiLocalTrack's getCameraFacingMode happens to be named
|
// getCameraFacingMode happens to be named CAMERA_FACING_MODE as
|
||||||
// CAMERA_FACING_MODE as well, it's defined by lib-jitsi-meet. Note
|
// well, it's defined by lib-jitsi-meet. Note though that the type
|
||||||
// though that the type of the value on the right side of the
|
// of the value on the right side of the equality check is defined
|
||||||
// equality check is defined by jitsi-meet-react. The type
|
// by jitsi-meet. The type definitions are surely compatible today
|
||||||
// definitions are surely compatible today but that may not be the
|
// but that may not be the case tomorrow.
|
||||||
// case tomorrow.
|
|
||||||
&& track.getCameraFacingMode() === CAMERA_FACING_MODE.USER
|
&& track.getCameraFacingMode() === CAMERA_FACING_MODE.USER
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -156,7 +156,7 @@ function _trackUpdated(store, next, action) {
|
||||||
if ('muted' in track) {
|
if ('muted' in track) {
|
||||||
// XXX The return value of JitsiTrack.getType() is of type MEDIA_TYPE
|
// XXX The return value of JitsiTrack.getType() is of type MEDIA_TYPE
|
||||||
// that happens to be compatible with the type MEDIA_TYPE defined by
|
// that happens to be compatible with the type MEDIA_TYPE defined by
|
||||||
// jitsi-meet-react.
|
// jitsi-meet.
|
||||||
mediaType = track.jitsiTrack.getType();
|
mediaType = track.jitsiTrack.getType();
|
||||||
|
|
||||||
const localTrack = _getLocalTrack(store, mediaType);
|
const localTrack = _getLocalTrack(store, mediaType);
|
||||||
|
|
Loading…
Reference in New Issue