question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not able to join the meeting using iOS SDK | Sample code is also having the same issue if we use SDK using the master code

See original GitHub issue

Description:

I have taken pull from the master branch and created a new SDK using the terminal. Now from the native iOS app, I am trying to join the meeting but the user can connect a meeting for a while and just get disconnected.

I tested the same thing using the sample code available here but the same issue is there in the sample code as well.

Steps to reproduce:

  1. Clone master repo and run NPM install - (deleted package-lock.json first)
  2. Create SDK using the bellow command mkdir -p ios/sdk/out xcodebuild clean \ -workspace ios/jitsi-meet.xcworkspace \ -scheme JitsiMeetSDK xcodebuild archive \ -workspace ios/jitsi-meet.xcworkspace \ -scheme JitsiMeetSDK \ -configuration Release \ -sdk iphonesimulator \ -destination='generic/platform=iOS Simulator' \ -archivePath ios/sdk/out/ios-simulator \ VALID_ARCHS=x86_64 \ ENABLE_BITCODE=NO \ SKIP_INSTALL=NO \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES xcodebuild archive \ -workspace ios/jitsi-meet.xcworkspace \ -scheme JitsiMeetSDK \ -configuration Release \ -sdk iphoneos \ -destination='generic/platform=iOS' \ -archivePath ios/sdk/out/ios-device \ VALID_ARCHS=arm64 \ ENABLE_BITCODE=NO \ SKIP_INSTALL=NO \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES xcodebuild -create-xcframework \ -framework ios/sdk/out/ios-device.xcarchive/Products/Library/Frameworks/JitsiMeetSDK.framework \ -framework ios/sdk/out/ios-simulator.xcarchive/Products/Library/Frameworks/JitsiMeetSDK.framework \ -output ios/sdk/out/JitsiMeetSDK.xcframework cp -a node_modules/react-native-webrtc/apple/WebRTC.xcframework ios/sdk/out
  3. Instead of pod library, use this SDK in the sample code downloaded from here - https://github.com/jitsi/jitsi-meet-sdk-samples
  4. try to create one room and join that meeting, I am getting one error like bellow [JitsiMeetSDK] [modules/xmpp/strophe.util.js] Strophe: error: undefined /Users/pankaj/Library/Developer/Xcode/DerivedData/JitsiSDKTest-glhtiqikkatwtthimvbobirxgbvh/Build/Products/Debug-iphonesimulator/JitsiMeetSDK.framework/main.jsbundle:1502 - TypeError: undefined is not an object (evaluating 'S.email') example-app[11049:315949] [JitsiMeetSDK] [modules/xmpp/strophe.util.js] Strophe: User connection callback caused an exception: TypeError: undefined is not an object (evaluating 'S.email')

I have not added any changes to the master repository for now after merging the latest code from the master repo I am also facing this issue in my current repository which was previously working fine.

Expected behavior:

User should be able to join the meeting.

Actual behavior:

https://user-images.githubusercontent.com/79213346/156317276-70cd266e-111a-4851-8401-db8eb787a5ff.mov

Server information:

  • Jitsi Meet version: (HEAD -> master, tag: jitsi-meet_6981, tag: jitsi-meet_6980, tag: 5895)
  • Operating System: Mac OS BigSur
  • Xcode 13.0

Client information:

  • Browser / app version:
  • Operating System:

Additional information:

Thanks in Advance.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:20 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
idrive-pankajcommented, May 12, 2022

I have added giphy iOS SDK manually and created SDK. Tested it with our application and it’s working as expected. Thanks @saghul

0reactions
saghulcommented, May 11, 2022

Note that you should test the vanilla SDK when reproducing the bug, as we can’t test your changes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting response code 150 - iOS - Zoom Developer Forum
We are having the same 150 error after we upgrade to the latest SDK. With the previous SDK we can create and join...
Read more >
NETSDK1141: Unable to resolve the .NET SDK version as ...
Learn about .NET SDK error NETSDK1141, which occurs when the SDK version could not be resolved in global.json.
Read more >
Building a Meeting Application on iOS using the Amazon ...
We then guide you through specific usage of the Amazon Chime SDK with sample code. Similarly, if you're building a meeting application for ......
Read more >
Android SDK | Jitsi Meet - GitHub Pages
Sample applications using the SDK​. If you want to see how easy integrating the Jitsi Meet SDK into a native application is, take...
Read more >
Link - OAuth guide | Plaid Docs
Without OAuth support, your end users will not be able to connect accounts ... If you are using a legacy implementation with public...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found