react-native-jitsi-meet icon indicating copy to clipboard operation
react-native-jitsi-meet copied to clipboard

iOS Not working: JitsiMeetModule.call

Open shamoons opened this issue 5 years ago • 2 comments

image

TypeError: null is not an object (evaluating 'JitsiMeetModule.call').

I think I followed the directions:

"react-native": "~0.61.5",
"react-native-jitsi-meet": "^2.1.1",

My Info.plist is:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleDisplayName</key>
	<string>talkabout-fe</string>
	<key>CFBundleExecutable</key>
	<string>$(EXECUTABLE_NAME)</string>
	<key>CFBundleIdentifier</key>
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>$(PRODUCT_NAME)</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1</string>
	<key>LSRequiresIPhoneOS</key>
	<true/>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
		<key>NSExceptionDomains</key>
		<dict>
			<key>localhost</key>
			<dict>
				<key>NSExceptionAllowsInsecureHTTPLoads</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>NSCalendarsUsageDescription</key>
	<string>Allow talkabout-fe to access your calendar</string>
	<key>NSCameraUsageDescription</key>
	<string>Camera Permission</string>
	<key>NSContactsUsageDescription</key>
	<string>Allow talkabout-fe experiences to access your contacts</string>
	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
	<string>Allow talkabout-fe to use your location</string>
	<key>NSLocationAlwaysUsageDescription</key>
	<string>Allow talkabout-fe to use your location</string>
	<key>NSLocationWhenInUseUsageDescription</key>
	<string>Allow talkabout-fe to use your location</string>
	<key>NSMicrophoneUsageDescription</key>
	<string>Microphone Permission</string>

	<key>NSMotionUsageDescription</key>
	<string>Allow talkabout-fe to access your device's accelerometer</string>
	<key>NSPhotoLibraryAddUsageDescription</key>
	<string>Give talkabout-fe periences permission to save photos</string>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>Give talkabout-fe periences permission to access your photos</string>
	<key>NSRemindersUsageDescription</key>
	<string>Allow talkabout-fe to access your reminders</string>
	<key>UILaunchStoryboardName</key>
	<string>SplashScreen</string>
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
	</array>
	<key>UIRequiresFullScreen</key>
	<true/>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
	</array>
	<key>UIViewControllerBasedStatusBarAppearance</key>
	<false/>

	<key>UIBackgroundModes</key>
	<array>
		<string>voip</string>
	</array>
</dict>
</plist>

shamoons avatar May 18 '20 14:05 shamoons

any update on this, I'm also facing the same error

vikcodes avatar May 25 '21 07:05 vikcodes

same issue here, any updates ?

katinc avatar Jun 10 '22 14:06 katinc