Browse Source

[RN] Rename jitsi-meet-react to jitsi-meet

master
Saúl Ibarra Corretgé 8 years ago
parent
commit
bac191f96c

+ 1
- 1
android/settings.gradle View File

1
-rootProject.name = 'jitsi-meet-react'
1
+rootProject.name = 'jitsi-meet'
2
 
2
 
3
 include ':app'
3
 include ':app'
4
 include ':react-native-background-timer'
4
 include ':react-native-background-timer'

+ 1
- 1
doc/coding-style.md View File

76
   projects. For example:
76
   projects. For example:
77
 
77
 
78
   * The instance of lib-jitsi-meet's `JitsiConnection` type should be named
78
   * The instance of lib-jitsi-meet's `JitsiConnection` type should be named
79
-    `connection` or `jitsiConnection` in jitsi-meet-react, not `client`.
79
+    `connection` or `jitsiConnection` in jitsi-meet, not `client`.
80
 
80
 
81
   * The class `ReducerRegistry` should be defined in ReducerRegistry.js and its
81
   * The class `ReducerRegistry` should be defined in ReducerRegistry.js and its
82
     imports in other files should use the same name. Don't define the class
82
     imports in other files should use the same name. Don't define the class

+ 2
- 2
doc/mobile.md View File

43
 
43
 
44
     Using Xcode
44
     Using Xcode
45
 
45
 
46
-    - Open **ios/jitsi-meet-react.xcworkspace** in Xcode. Make sure it's the
47
-      workspace file!
46
+    - Open **ios/jitsi-meet.xcworkspace** in Xcode. Make sure it's the workspace
47
+      file!
48
 
48
 
49
     - Select your device from the top bar and hit the "play" button.
49
     - Select your device from the top bar and hit the "play" button.
50
 
50
 

ios/jitsi-meet-react.entitlements → ios/jitsi-meet.entitlements View File


ios/jitsi-meet-react.xcodeproj/project.pbxproj → ios/jitsi-meet.xcodeproj/project.pbxproj View File

285
 		0EA8C046B2BF46279796F07D /* libKCKeepAwake.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libKCKeepAwake.a; sourceTree = "<group>"; };
285
 		0EA8C046B2BF46279796F07D /* libKCKeepAwake.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libKCKeepAwake.a; sourceTree = "<group>"; };
286
 		139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
286
 		139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
287
 		139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
287
 		139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
288
-		13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "jitsi-meet-react.app"; sourceTree = BUILT_PRODUCTS_DIR; };
288
+		13B07F961A680F5B00A75B9A /* jitsi-meet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "jitsi-meet.app"; sourceTree = BUILT_PRODUCTS_DIR; };
289
 		13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = app/AppDelegate.h; sourceTree = "<group>"; };
289
 		13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = app/AppDelegate.h; sourceTree = "<group>"; };
290
 		13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = app/AppDelegate.m; sourceTree = "<group>"; };
290
 		13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = app/AppDelegate.m; sourceTree = "<group>"; };
291
 		13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
291
 		13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
303
 		832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
303
 		832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
304
 		B30EF2301DC0ED7C00690F45 /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
304
 		B30EF2301DC0ED7C00690F45 /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
305
 		B3A9D0241E0481E10009343D /* POSIX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = POSIX.m; path = app/POSIX.m; sourceTree = "<group>"; };
305
 		B3A9D0241E0481E10009343D /* POSIX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = POSIX.m; path = app/POSIX.m; sourceTree = "<group>"; };
306
-		B3B083EB1D4955FF0069CEE7 /* jitsi-meet-react.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "jitsi-meet-react.entitlements"; sourceTree = "<group>"; };
306
+		B3B083EB1D4955FF0069CEE7 /* jitsi-meet.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "jitsi-meet.entitlements"; sourceTree = "<group>"; };
307
 		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>"; };
307
 		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>"; };
308
 		BF9643811C34FBB300B0BBDF /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
308
 		BF9643811C34FBB300B0BBDF /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
309
 		BF9643831C34FBBB00B0BBDF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
309
 		BF9643831C34FBBB00B0BBDF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
530
 			children = (
530
 			children = (
531
 				13B07FAE1A68108700A75B9A /* app */,
531
 				13B07FAE1A68108700A75B9A /* app */,
532
 				B3BA19B71DC6B02F00BCD481 /* Frameworks */,
532
 				B3BA19B71DC6B02F00BCD481 /* Frameworks */,
533
-				B3B083EB1D4955FF0069CEE7 /* jitsi-meet-react.entitlements */,
533
+				B3B083EB1D4955FF0069CEE7 /* jitsi-meet.entitlements */,
534
 				832341AE1AAA6A7D00B99B32 /* Libraries */,
534
 				832341AE1AAA6A7D00B99B32 /* Libraries */,
535
 				83CBBA001A601CBA00E9B192 /* Products */,
535
 				83CBBA001A601CBA00E9B192 /* Products */,
536
 				6956B374CC3C453DB7B8E82D /* Resources */,
536
 				6956B374CC3C453DB7B8E82D /* Resources */,
542
 		83CBBA001A601CBA00E9B192 /* Products */ = {
542
 		83CBBA001A601CBA00E9B192 /* Products */ = {
543
 			isa = PBXGroup;
543
 			isa = PBXGroup;
544
 			children = (
544
 			children = (
545
-				13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */,
545
+				13B07F961A680F5B00A75B9A /* jitsi-meet.app */,
546
 			);
546
 			);
547
 			name = Products;
547
 			name = Products;
548
 			sourceTree = "<group>";
548
 			sourceTree = "<group>";
581
 /* End PBXGroup section */
581
 /* End PBXGroup section */
582
 
582
 
583
 /* Begin PBXNativeTarget section */
583
 /* Begin PBXNativeTarget section */
584
-		13B07F861A680F5B00A75B9A /* jitsi-meet-react */ = {
584
+		13B07F861A680F5B00A75B9A /* jitsi-meet */ = {
585
 			isa = PBXNativeTarget;
585
 			isa = PBXNativeTarget;
586
-			buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet-react" */;
586
+			buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */;
587
 			buildPhases = (
587
 			buildPhases = (
588
 				13B07F871A680F5B00A75B9A /* Sources */,
588
 				13B07F871A680F5B00A75B9A /* Sources */,
589
 				13B07F8C1A680F5B00A75B9A /* Frameworks */,
589
 				13B07F8C1A680F5B00A75B9A /* Frameworks */,
596
 			);
596
 			);
597
 			dependencies = (
597
 			dependencies = (
598
 			);
598
 			);
599
-			name = "jitsi-meet-react";
599
+			name = "jitsi-meet";
600
 			productName = "Hello World";
600
 			productName = "Hello World";
601
-			productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */;
601
+			productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet.app */;
602
 			productType = "com.apple.product-type.application";
602
 			productType = "com.apple.product-type.application";
603
 		};
603
 		};
604
 /* End PBXNativeTarget section */
604
 /* End PBXNativeTarget section */
620
 					};
620
 					};
621
 				};
621
 				};
622
 			};
622
 			};
623
-			buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet-react" */;
623
+			buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet" */;
624
 			compatibilityVersion = "Xcode 3.2";
624
 			compatibilityVersion = "Xcode 3.2";
625
 			developmentRegion = English;
625
 			developmentRegion = English;
626
 			hasScannedForEncodings = 0;
626
 			hasScannedForEncodings = 0;
695
 			);
695
 			);
696
 			projectRoot = "";
696
 			projectRoot = "";
697
 			targets = (
697
 			targets = (
698
-				13B07F861A680F5B00A75B9A /* jitsi-meet-react */,
698
+				13B07F861A680F5B00A75B9A /* jitsi-meet */,
699
 			);
699
 			);
700
 		};
700
 		};
701
 /* End PBXProject section */
701
 /* End PBXProject section */
989
 			isa = XCBuildConfiguration;
989
 			isa = XCBuildConfiguration;
990
 			buildSettings = {
990
 			buildSettings = {
991
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
991
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
992
-				CODE_SIGN_ENTITLEMENTS = "jitsi-meet-react.entitlements";
992
+				CODE_SIGN_ENTITLEMENTS = "jitsi-meet.entitlements";
993
 				CURRENT_PROJECT_VERSION = 1;
993
 				CURRENT_PROJECT_VERSION = 1;
994
 				DEAD_CODE_STRIPPING = NO;
994
 				DEAD_CODE_STRIPPING = NO;
995
 				ENABLE_BITCODE = NO;
995
 				ENABLE_BITCODE = NO;
1019
 					"-lc++",
1019
 					"-lc++",
1020
 				);
1020
 				);
1021
 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
1021
 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
1022
-				PRODUCT_NAME = "jitsi-meet-react";
1022
+				PRODUCT_NAME = "jitsi-meet";
1023
 				TARGETED_DEVICE_FAMILY = "1,2";
1023
 				TARGETED_DEVICE_FAMILY = "1,2";
1024
 			};
1024
 			};
1025
 			name = Debug;
1025
 			name = Debug;
1028
 			isa = XCBuildConfiguration;
1028
 			isa = XCBuildConfiguration;
1029
 			buildSettings = {
1029
 			buildSettings = {
1030
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1030
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1031
-				CODE_SIGN_ENTITLEMENTS = "jitsi-meet-react.entitlements";
1031
+				CODE_SIGN_ENTITLEMENTS = "jitsi-meet.entitlements";
1032
 				CURRENT_PROJECT_VERSION = 1;
1032
 				CURRENT_PROJECT_VERSION = 1;
1033
 				ENABLE_BITCODE = NO;
1033
 				ENABLE_BITCODE = NO;
1034
 				FRAMEWORK_SEARCH_PATHS = (
1034
 				FRAMEWORK_SEARCH_PATHS = (
1057
 					"-lc++",
1057
 					"-lc++",
1058
 				);
1058
 				);
1059
 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
1059
 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
1060
-				PRODUCT_NAME = "jitsi-meet-react";
1060
+				PRODUCT_NAME = "jitsi-meet";
1061
 				TARGETED_DEVICE_FAMILY = "1,2";
1061
 				TARGETED_DEVICE_FAMILY = "1,2";
1062
 			};
1062
 			};
1063
 			name = Release;
1063
 			name = Release;
1164
 /* End XCBuildConfiguration section */
1164
 /* End XCBuildConfiguration section */
1165
 
1165
 
1166
 /* Begin XCConfigurationList section */
1166
 /* Begin XCConfigurationList section */
1167
-		13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet-react" */ = {
1167
+		13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */ = {
1168
 			isa = XCConfigurationList;
1168
 			isa = XCConfigurationList;
1169
 			buildConfigurations = (
1169
 			buildConfigurations = (
1170
 				13B07F941A680F5B00A75B9A /* Debug */,
1170
 				13B07F941A680F5B00A75B9A /* Debug */,
1173
 			defaultConfigurationIsVisible = 0;
1173
 			defaultConfigurationIsVisible = 0;
1174
 			defaultConfigurationName = Release;
1174
 			defaultConfigurationName = Release;
1175
 		};
1175
 		};
1176
-		83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet-react" */ = {
1176
+		83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet" */ = {
1177
 			isa = XCConfigurationList;
1177
 			isa = XCConfigurationList;
1178
 			buildConfigurations = (
1178
 			buildConfigurations = (
1179
 				83CBBA201A601CBA00E9B192 /* Debug */,
1179
 				83CBBA201A601CBA00E9B192 /* Debug */,

ios/jitsi-meet-react.xcodeproj/xcshareddata/xcschemes/jitsi-meet-react.xcscheme → ios/jitsi-meet.xcodeproj/xcshareddata/xcschemes/jitsi-meet.xcscheme View File

29
             <BuildableReference
29
             <BuildableReference
30
                BuildableIdentifier = "primary"
30
                BuildableIdentifier = "primary"
31
                BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
31
                BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
32
-               BuildableName = "jitsi-meet-react.app"
33
-               BlueprintName = "jitsi-meet-react"
34
-               ReferencedContainer = "container:jitsi-meet-react.xcodeproj">
32
+               BuildableName = "jitsi-meet.app"
33
+               BlueprintName = "jitsi-meet"
34
+               ReferencedContainer = "container:jitsi-meet.xcodeproj">
35
             </BuildableReference>
35
             </BuildableReference>
36
          </BuildActionEntry>
36
          </BuildActionEntry>
37
       </BuildActionEntries>
37
       </BuildActionEntries>
47
          <BuildableReference
47
          <BuildableReference
48
             BuildableIdentifier = "primary"
48
             BuildableIdentifier = "primary"
49
             BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
49
             BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
50
-            BuildableName = "jitsi-meet-react.app"
51
-            BlueprintName = "jitsi-meet-react"
52
-            ReferencedContainer = "container:jitsi-meet-react.xcodeproj">
50
+            BuildableName = "jitsi-meet.app"
51
+            BlueprintName = "jitsi-meet"
52
+            ReferencedContainer = "container:jitsi-meet.xcodeproj">
53
          </BuildableReference>
53
          </BuildableReference>
54
       </MacroExpansion>
54
       </MacroExpansion>
55
       <AdditionalOptions>
55
       <AdditionalOptions>
70
          <BuildableReference
70
          <BuildableReference
71
             BuildableIdentifier = "primary"
71
             BuildableIdentifier = "primary"
72
             BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
72
             BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
73
-            BuildableName = "jitsi-meet-react.app"
74
-            BlueprintName = "jitsi-meet-react"
75
-            ReferencedContainer = "container:jitsi-meet-react.xcodeproj">
73
+            BuildableName = "jitsi-meet.app"
74
+            BlueprintName = "jitsi-meet"
75
+            ReferencedContainer = "container:jitsi-meet.xcodeproj">
76
          </BuildableReference>
76
          </BuildableReference>
77
       </BuildableProductRunnable>
77
       </BuildableProductRunnable>
78
       <AdditionalOptions>
78
       <AdditionalOptions>
89
          <BuildableReference
89
          <BuildableReference
90
             BuildableIdentifier = "primary"
90
             BuildableIdentifier = "primary"
91
             BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
91
             BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
92
-            BuildableName = "jitsi-meet-react.app"
93
-            BlueprintName = "jitsi-meet-react"
94
-            ReferencedContainer = "container:jitsi-meet-react.xcodeproj">
92
+            BuildableName = "jitsi-meet.app"
93
+            BlueprintName = "jitsi-meet"
94
+            ReferencedContainer = "container:jitsi-meet.xcodeproj">
95
          </BuildableReference>
95
          </BuildableReference>
96
       </BuildableProductRunnable>
96
       </BuildableProductRunnable>
97
    </ProfileAction>
97
    </ProfileAction>

ios/jitsi-meet-react.xcworkspace/contents.xcworkspacedata → ios/jitsi-meet.xcworkspace/contents.xcworkspacedata View File

2
 <Workspace
2
 <Workspace
3
    version = "1.0">
3
    version = "1.0">
4
    <FileRef
4
    <FileRef
5
-      location = "group:jitsi-meet-react.xcodeproj">
5
+      location = "group:jitsi-meet.xcodeproj">
6
    </FileRef>
6
    </FileRef>
7
 </Workspace>
7
 </Workspace>

+ 6
- 6
react/features/base/lib-jitsi-meet/_.native.js View File

20
 })(global || window || this); // eslint-disable-line no-invalid-this
20
 })(global || window || this); // eslint-disable-line no-invalid-this
21
 
21
 
22
 // Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
22
 // Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
23
-// of) the project jitsi-meet-react.
23
+// of) the project jitsi-meet.
24
 //
24
 //
25
 // TODO The Web support implemented by the jitsi-meet project explicitly uses
25
 // TODO The Web support implemented by the jitsi-meet project explicitly uses
26
 // the library lib-jitsi-meet as a binary and keeps it out of the application
26
 // the library lib-jitsi-meet as a binary and keeps it out of the application
27
-// bundle. The mobile support implemented by the jitsi-meet-react project did
28
-// not get to keeping the lib-jitsi-meet library out of the application bundle
29
-// and even used it from source. As an intermediate step, start using the
30
-// library lib-jitsi-meet as a binary on mobile at the time of this writing. In
31
-// the future, implement not packaging it in the application bundle.
27
+// bundle. The mobile support implemented by the jitsi-meet project did not get
28
+// to keeping the lib-jitsi-meet library out of the application bundle and even
29
+// used it from source. As an intermediate step, start using the library
30
+// lib-jitsi-meet as a binary on mobile at the time of this writing. In the
31
+// future, implement not packaging it in the application bundle.
32
 import JitsiMeetJS from 'lib-jitsi-meet/lib-jitsi-meet.min';
32
 import JitsiMeetJS from 'lib-jitsi-meet/lib-jitsi-meet.min';
33
 export { JitsiMeetJS as default };
33
 export { JitsiMeetJS as default };

+ 1
- 1
react/features/base/lib-jitsi-meet/index.js View File

1
 // Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
1
 // Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
2
-// of) the project jitsi-meet-react.
2
+// of) the project jitsi-meet.
3
 import JitsiMeetJS from './_';
3
 import JitsiMeetJS from './_';
4
 export { JitsiMeetJS as default };
4
 export { JitsiMeetJS as default };
5
 
5
 

+ 7
- 9
react/features/base/tracks/actions.js View File

215
         track.isLocal()
215
         track.isLocal()
216
 
216
 
217
             // XXX JitsiTrack#getType() returns a MEDIA_TYPE value in the terms
217
             // XXX JitsiTrack#getType() returns a MEDIA_TYPE value in the terms
218
-            // of lib-jitsi-meet while mediaType is in the terms of
219
-            // jitsi-meet-react.
218
+            // of lib-jitsi-meet while mediaType is in the terms of jitsi-meet.
220
             && track.getType() === mediaType);
219
             && track.getType() === mediaType);
221
 }
220
 }
222
 
221
 
275
             && track.isLocal()
274
             && track.isLocal()
276
             && track.isVideoTrack()
275
             && track.isVideoTrack()
277
 
276
 
278
-            // XXX The type of the return value of
279
-            // JitsiLocalTrack's getCameraFacingMode happens to be named
280
-            // CAMERA_FACING_MODE as well, it's defined by lib-jitsi-meet. Note
281
-            // though that the type of the value on the right side of the
282
-            // equality check is defined by jitsi-meet-react. The type
283
-            // definitions are surely compatible today but that may not be the
284
-            // case tomorrow.
277
+            // XXX The type of the return value of JitsiLocalTrack's
278
+            // getCameraFacingMode happens to be named CAMERA_FACING_MODE as
279
+            // well, it's defined by lib-jitsi-meet. Note though that the type
280
+            // of the value on the right side of the equality check is defined
281
+            // by jitsi-meet. The type definitions are surely compatible today
282
+            // but that may not be the case tomorrow.
285
             && track.getCameraFacingMode() === CAMERA_FACING_MODE.USER
283
             && track.getCameraFacingMode() === CAMERA_FACING_MODE.USER
286
     );
284
     );
287
 }
285
 }

+ 1
- 1
react/features/base/tracks/middleware.js View File

156
     if ('muted' in track) {
156
     if ('muted' in track) {
157
         // XXX The return value of JitsiTrack.getType() is of type MEDIA_TYPE
157
         // XXX The return value of JitsiTrack.getType() is of type MEDIA_TYPE
158
         // that happens to be compatible with the type MEDIA_TYPE defined by
158
         // that happens to be compatible with the type MEDIA_TYPE defined by
159
-        // jitsi-meet-react.
159
+        // jitsi-meet.
160
         mediaType = track.jitsiTrack.getType();
160
         mediaType = track.jitsiTrack.getType();
161
 
161
 
162
         const localTrack = _getLocalTrack(store, mediaType);
162
         const localTrack = _getLocalTrack(store, mediaType);

Loading…
Cancel
Save