Code Monkey home page Code Monkey logo

samples's People

Contributors

mesibo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

samples's Issues

Android 4.4.2 Native method not found: com.mesibo.api.JNIAPI.set_accesstoken

Trying to run the app on Android 4.4.2 throws this error:

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.myapp.testing, PID: 10709 java.lang.UnsatisfiedLinkError: Native method not found: com.mesibo.api.JNIAPI.set_accesstoken:(Ljava/lang/String;)I at com.mesibo.api.JNIAPI.set_accesstoken(Native Method) at com.mesibo.api.Mesibo.setAccessToken(Unknown Source) at com.myapp.testing.Activities.Profile.ChatActivity.startMesibo(Unknown Source) at com.myapp.testing.Activities.Profile.ChatActivity.c(Unknown Source) at com.myapp.testing.Activities.Profile.ChatActivity$2.onResponse(Unknown Source) at retrofit2.ExecutorCallAdapterFactory$ExecutorCallbackCall$1$1.run(Unknown Source) at android.os.Handler.handleCallback(Handler.java:733) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5017) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595) at dalvik.system.NativeStart.main(Native Method)

Also:
No JNI_OnLoad found in /data/app-lib/com.myapp.testing-1/libcpucheck.so 0xacf8c510, skipping init Trying to load lib /data/app-lib/com.myapp.testing-1/libmesibo.so 0xacf8c510 E/dalvikvm: dlopen("/data/app-lib/com.myapp.testing-1/libmesibo.so") failed: dlopen failed: cannot locate symbol "srand" referenced by "libmesibo.so"...

Login Mesibo and Friend list for company

Hello,
I'm starting with mesibo.
I'm using the sample application. Is it possible to sign in with email and not with phone number?
Can I manage my users' contact list? I want to be a company.

error while integrating mesibo with react native

I followed the documentation step by step and trying to lunch RN app after adding
dependencies { implementation 'com.mesibo.api:mesibo:1.0.89' }
and sync with android studio keeps giving me the same error :
`> Task :app:processDebugManifest FAILED
[com.mesibo.api:calls:1.0.74] C:\Users\mimom.gradle\caches\transforms-2\files-2.1\04952edf36b243c25655a0e619971942\jetified-calls-1.0.74\AndroidManifest.xml:29:5-66 Warning:
Element uses-permission#android.permission.VIBRATE at [com.mesibo.api:calls:1.0.74] AndroidManifest.xml:29:5-66 duplicated with element declared at [com.mesibo.api:calls:1.0.74] AndroidManifest.xml:13:5-66
[com.mesibo.api:mesibo:1.0.89] C:\Users\mimom.gradle\caches\transforms-2\files-2.1\d6570f10c28d5fed74687c4e3ff4a3e9\jetified-mesibo-1.0.89\AndroidManifest.xml:14:5-79 Warning:
Element uses-permission#android.permission.ACCESS_NETWORK_STATE at [com.mesibo.api:mesibo:1.0.89] AndroidManifest.xml:14:5-79 duplicated with element declared at [com.mesibo.api:mesibo:1.0.89] AndroidManifest.xml:11:5-79
[com.mesibo.api:mesibo:1.0.89] C:\Users\mimom.gradle\caches\transforms-2\files-2.1\d6570f10c28d5fed74687c4e3ff4a3e9\jetified-mesibo-1.0.89\AndroidManifest.xml:15:5-76 Warning:
Element uses-permission#android.permission.ACCESS_WIFI_STATE at [com.mesibo.api:mesibo:1.0.89] AndroidManifest.xml:15:5-76 duplicated with element declared at [com.mesibo.api:mesibo:1.0.89] AndroidManifest.xml:12:5-76

See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings
104 actionable tasks: 2 executed, 102 up-to-date
D:\lab\freelanceMostaqil\tekram\android\app\src\debug\AndroidManifest.xml:10:7-34 Error:
Attribute application@allowBackup value=(false) from AndroidManifest.xml:10:7-34
is also present at [com.mesibo.api:mesibo:1.0.89] AndroidManifest.xml:21:9-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:7:5-117 to override.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:processDebugManifest'.

Manifest merger failed with multiple errors, see logs

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 32s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
D:\lab\freelanceMostaqil\tekram\android\app\src\debug\AndroidManifest.xml:10:7-34 Error:
Attribute application@allowBackup value=(false) from AndroidManifest.xml:10:7-34
is also present at [com.mesibo.api:mesibo:1.0.89] AndroidManifest.xml:21:9-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:7:5-117 to override.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:processDebugManifest'.

Manifest merger failed with multiple errors, see logs

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 32s

at makeError (D:\lab\freelanceMostaqil\tekram\node_modules\execa\index.js:174:9)
at D:\lab\freelanceMostaqil\tekram\node_modules\execa\index.js:278:16
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async runOnAllDevices (D:\lab\freelanceMostaqil\tekram\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:5)
at async Command.handleAction (D:\lab\freelanceMostaqil\tekram\node_modules\@react-native-community\cli\build\index.js:186:9)

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.`

  • tried deleting cache and build folder and runing gradlew clean .
  • tried changing android:allowbackup to true in manifest.
  • tried adding tools:replace="android:allowBackup" in android manifest
  • tried react native sample example but it didn't work ( deprecated in RN > 60 )

Error SQL at Start Mesibo

I got this error when starting Mesibo. Then the app become not responding.
Error Log:

I/MesiboJNI: E(2307-084947-562)(8014): jlogs: Mesibo API Version: 1.5.5
I/MesiboJNI: E(2307-085002-456)(8014): SQL Error: update messages set status=132 where  status=0 AND (flag&2097152)=0 AND (ts + (expiry*1000)) < 1627005004456
I/MesiboJNI: E(2307-085002-457)(8014): SQL Error: delete from messages where channel in (129, 130) and status >= 1
I/MesiboJNI: E(2307-085002-457)(8014): SQL Error: delete from messages where rts > 0 and status!=0 and rts < 1627005002457
I/MesiboJNI: E(2307-085002-485)(8873): readContact: failed
V/FA-SVC: Logging event: origin=app,name=select_item,params=Bundle[{item_name=true, ga_event_origin(_o)=app, ga_screen_class(_sc)=MesiboToggleFragment, ga_screen_id(_si)=-79151485638078673, ga_screen(_sn)=Mesibo Toggle, items=activate_mesibo, item_id=}]
I/MesiboJNI: E(2307-085002-783)(8874): *** BUG *** openssl session management not implemented
I/MesiboJNI: E(2307-085003-432)(8874): handshake completed in 648747
I/MesiboJNI: E(2307-085003-522)(8874): SQL Error: delete from messages where gid=0 and sender='' and (status=18 or status=19);

Please Help.
Thank You in Advance!

threading violation: expected the main thread

create flutter channel and call this method from ios native am getting this error "threading violation: expected the main thread"

MesiboCall.sharedInstance()?.call(UIViewController.current(), callid: Mesibo.getInstance()!.random(), address: user.address, video: false, incoming: false)

in your flutter demo only available flutter to android code please provided flutter ios sample.

Android, press back button, E/ActivityThread: Activity com.myapp.Activities.Inbox has leaked IntentReceiver

Hi I'm using the sample to make my own application, the problem that I have is that when I'm on a chat activity displaying all the messages, and I press back buttons, it throws me an error:

E/ActivityThread: Activity com.myapp.Activities.Inbox has leaked IntentReceiver com.mesibo.api.GenericReceiver@c4650f8 that was originally registered here. Are you missing a call to unregisterReceiver()?

E/ActivityThread: Activity com.myapp.Activities.Inbox has leaked IntentReceiver com.mesibo.api.NetworkStateReceiver@fda1d55 that was originally registered here. Are you missing a call to unregisterReceiver()?

I need to implement an extra method on my onBackPressed()? Why is throwing that error?

I believe that your API reference needs more specifications about methods because is hard to find the status codes, message status codes, etc.

JS API - Uncaught TypeError: Cannot read property 'digest' of undefined

Hey,

I am trying out the sample JS code locally but getting the error Uncaught TypeError: Cannot read property 'digest' of undefined. As per the document, I have created the app, created the user and using the correct access token. Can you help me to understand what could be wrong?

Uncaught TypeError: Cannot read property 'digest' of undefined
    at $SO (mesibo.js:28)
    at Mesibo.$S.D (mesibo.js:24)
    at $Sf.$S.D (mesibo.js:5)
    at WebSocket.b.f.onmessage (mesibo.js:6)

  | $SO | @ | mesibo.js:28
-- | -- | -- | --
  | $S.D | @ | mesibo.js:24
  | $S.D | @ | mesibo.js:5
  | b.f.onmessage | @ | mesibo.js:6

Also, where can I find the description for each Mesibo_OnConnectionStatus codes? Currently, I am getting 6 first and 4 second. Not getting a 1.

Getting error after adding required frameworks for mesibo chat lib

duplicate symbol _kReachabilityChangedNotification in:
/Users/rudimentwebtech/Library/Developer/Xcode/DerivedData/LetsShoot-csdtaecfiimzadftmwedowfxzxpk/Build/Products/Debug-iphonesimulator/Reachability/libReachability.a(Reachability.o)
projectpath/mesibo.framework/mesibo(libsom_mesibo_x86_64.o)
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Android sample code is not working (missing files)

I have downloaded your SDK samples from this GitHub Repository

I am facing an issue with your sample code, It seems there are some missing files in the Android sample code.

DemoActivity.java imports/requires another file called “com.mesibo.firstsample.databinding.ActivityDemoBinding” and the last one is missing.

Could you please help me regarding this issue?

Mesibo Service onDestroy

Hi !
I got this error when app is killed :

Fatal Exception: java.lang.RuntimeException: Unable to stop service com.mesibo.api.MesiboService@155165b: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.content.Intent.prepareToLeaveProcess(android.content.Context)' on a null object reference
       at android.app.ActivityThread.handleStopService(ActivityThread.java:4790)
       at android.app.ActivityThread.access$2000(ActivityThread.java:301)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2191)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:246)
       at android.app.ActivityThread.main(ActivityThread.java:8512)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1139)
Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'void android.content.Intent.prepareToLeaveProcess(android.content.Context)' on a null object reference
       at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:603)
       at android.app.PendingIntent.getBroadcast(PendingIntent.java:588)
       at com.mesibo.api.MesiboService.onDestroy(MesiboService.java:77)
       at android.app.ActivityThread.handleStopService(ActivityThread.java:4770)
       at android.app.ActivityThread.access$2000(ActivityThread.java:301)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2191)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:246)
       at android.app.ActivityThread.main(ActivityThread.java:8512)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1139)

My Config:
BUILD_TOOLS_VERSION = "29.0.2"
COMPILE_SDK_VERSION = 30
MIN_SDK_VERSION = 21
TARGET_SDK_VERSION = 30

Mesibo version I use:
MESIBO_CALLS = "1.2.90"
MESIBO_API = "1.2.89"
MESIBO_UI = "1.2.89"

Any suggestion for this problem?
Thank you !

Mesibo failed to connecting to console

I have followed android documentation but unable to connect from getting status code 4 and 5.

 Mesibo.getInstance().init(this);
    // set user authentication token obtained by creating user

Mesibo.setAccessToken("b60c057394d83cb9b6b1432d3993c50e5063a8b244a3ffce551151c");
Mesibo.start();
Mesibo.addListener(this);

public void Mesibo_onConnectionStatus(int i)

Please help me out what is the issue?

Unhandled exception of mesibo plugin

When I am Integrating mesibo plugin in my flutter app as setting the credentials by giving the access token and also defining the method channel in that page , I am getting this exception as

"Unhandled Exception: MissingPluginException(No implementation found for method setAccessToken on channel mesibo.flutter.io/messaging)".

Kindly help me with this

Thank you

Js samples are not working correctly

Just downloaded js samples but nothing is working correctly.

This:
https://github.com/mesibo/samples/tree/master/js/messenger

I read readme.md file and modified:
const MESIBO_ACCESS_TOKEN = "";
const MESIBO_APP_ID = "";
values as required.

Sent a message from mesibo.com console. I got this message but my chat looks like in the image below and there are javascript errors.

mesibo1

mesibo2

Where do I put username and avatar? readme file does not say anything about it.

Popup demo:
https://github.com/mesibo/samples/tree/master/js/popup

is working, however it has bugs.

I open 2 chats windows for user A and user B.
Messages are arriving however if I reload the page (press F5), received messages disappear in a strange way - disappears almost all received messages but a few dont disappear. After page reload there are sent messagea and a few received.

Read indicators are not working correctly, sometimes they work, sometimes not and I don´t even understand the formula how they work.

Spanish characters appears correctly for sender but the destinary does not see spanish characters.

mesibo3

I am the only person who has problems like this?

Uncaught ReferenceError: MesiboDemoApp is not defined

I've worked on the sample basic demo app before, but after the messenger app came out, I tried it today, with the correct credentials in config.js, and my user is also connecting(online), but I get these errors in the console, and I am unable to use the app:

Screenshot from 2020-01-19 16-09-06

The errors are:

Uncaught TypeError: Cannot read property 'download' of undefined
    at MesiboStorage._getContactsFromStorage (app_storage.js:90)
    at new MesiboStorage (app_storage.js:49)
    at MesiboAppCore.init (core.js:75)
    at new MesiboAppCore (core.js:52)
    at app.js:47
Uncaught ReferenceError: MesiboDemoApp is not defined
    at init (app_ui.js:750)
    at app_ui.js:754
Uncaught TypeError: Cannot read property 'getMessages' of undefined
    at MesiboAppCore.clear_outbox (core.js:204)
    at MesiboNotify.Mesibo_OnConnectionStatus (notify.js:59)
    at $S8 (mesibo.js:62)
    at Mesibo.$S.ra (mesibo.js:75)
    at $Sv.$S.ra (mesibo.js:18)
    at WebSocket.b.h.onmessage (mesibo.js:20)


Please help me resolve them, as I have to build an application by the end of January, and I am not getting any replies from Mesibo by email :(

Mesibo integration with IONIC

Hello,
I would like to integrate the mesibo in my IONIC-4 app, I tried to find the documentation or tutorial for the same but not able to find anything.

Now I am thinking implement in this way: create APIs using Backend code with different endpoints and implement the APIs in my IONIC app. (But backend code is in CORE PHP so i think this will tough to integrate with framework)

Please let me know if you have any other possible way to implement

Android Login Button Press issue

Login button press time stuck in process. Not open next screen.
Log debug:
ssistStructure: Flattened final assist data: 2684 bytes, containing 1 windows, 9 views
I/MesiboJNI: E(1207-002939-038)(26822): starting ssl
I/MesiboJNI: E(1207-002939-545)(26822): handshake completed in 505916
I/MesiboJNI: E(1207-002951-832)(26847): starting ssl
I/MesiboJNI: E(1207-002952-587)(26847): handshake completed in 755118
I/MesiboJNI: E(1207-003002-434)(26861): starting ssl
I/MesiboJNI: E(1207-003002-990)(26861): handshake completed in 556108

Mesibo JS for web shut down after 5 sec and never turn on remote video

As instructed, I created two users and changed the user tokens and the app id.

I hosted two websites(each website hardcoded a unique user token I created from Mesibo online and use the same user app id + call destination each other ) via https and tested.

The result is:

  1. it was able to call another user I set and was able to answer the call between the two users.
  2. The call is answered but never turned on the remote video and voice. I see the local video only.
  3. it automatically shut down after about 5 sec.

The status of Mesibo UI has a record of calling. 99 messages sent today and the bandwidth is 65.27 K.

Does anyone know how to solve this?

Not able to receive messages deployed on premise server

We have setup an on premise server, and created an android app based on the firestapp sample, having implemented own login using firebase.

we are able to initialize mesibo sdk, and can see that the app goes to the chat screen however test messages sent from the mesibo dashboard are not being received on the app or our mysql.

are we missing something?

Support level

Hi Team,

Just wanted to check with you that how fast you can reply we will use this SDK for our application as we are in hurry and want to deliver by November.

How can we connect so that support communication can be fast. We can't wait 1-2 days for reply while development. Please let us know best way of communication with you. Thanks!

Incomplete Sample

Missing Classes

  1. LayoutMessageShowBinding
  2. DataBindingUtil

Or incomplete android sample

PHP sample out-of-date, missing documentation for web integration

  1. The PHP sample is using the really old mysql_ php functions instead of mysqli_

  2. There is no client-side integration to go with the PHP as far as I can see. Is there any example of how to send and receive messages on a website? It seems to be missing from the documentation.

Mesibo Phone Verification Without Facebook Account kit

We started building messenger app for our products by integrating Mesibo SDK. However, Facebook's Account kit is deprecated on March 9, 2020.
We would like to what alternative ways e.g. Twilio Verify you're implementing for phone number verification of users.

java.lang.UnsatisfiedLinkError: No implementation found for void com.mesibo.api.JNIAPI.set_security(int)

Hi,

I am trying to run app with Mesibo integrated on Android 10 and am getting this error:

[ERROR:flutter/shell/platform/android/platform_view_android_jni_impl.cc(43)] java.lang.UnsatisfiedLinkError: No implementation found for void com.mesibo.api.JNIAPI.set_security(int) (tried Java_com_mesibo_api_JNIAPI_set_1security and Java_com_mesibo_api_JNIAPI_set_1security__I)
at com.mesibo.api.JNIAPI.set_security(Native Method)
at com.mesibo.api.Mesibo.setSecureConnection(SourceFile:2)
at app.marketplace.com.marketplace.MainActivity.mesiboInit(MainActivity.kt:10)
at app.marketplace.com.marketplace.MainActivity.access$mesiboInit(MainActivity.kt:1)
at app.marketplace.com.marketplace.MainActivity$configureFlutterEngine$2.onMethodCall(MainActivity.kt:11)
at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:2)
at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:5)
at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:2)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:336)
at android.os.Looper.loop(Looper.java:197)
at android.app.ActivityThread.main(ActivityThread.java:7860)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1075)

Mesibo was running fine on the last build I made 20 days ago and I haven't changed any code related to Mesibo since then but when I am creating a build now, the app is crashing and throwing this error. The app is working fine uptill Android version 8.

Here are the specifics of my app:

compileSdkVersion 29
minSdkVersion 21
targetSdkVersion 29

Tested on Android OS: Android 7.1.1, 8.0, 10.0

Using: com.mesibo.api:mesibo:1.0.90

Invalid token

I installed the JS version basic demo and it's a pity I can't get it to run. I created the application and copied the token. and app Id properly.

Also, I find mesibo an interesting project and really want to use it on a project im working on. However this doesn't seem to be well supported. The community is lacking and no one seems to care about replying reported issues. Can you please reply on this ASAP?

How to Go Directly to certain chat room?

I want to have my own UI and UX. Current UX regarding chat room will first get in the chat history , and tap history cell will push chat room view. Is there any way to push chat room directly and bypass the chat history step ? What the objects should I use to build a chat room ?
The tutorial didn't mention it.
Many thanks.

Error when installing

I can not run the sample it gives me the following error:

/home/n/.gradle/caches/transforms-2/files-2.1/5ac39e6d411973d39c153a0f3f403e5c/ui-1.0.4/res/drawable-hdpi-v4/balloon_outgoing_normal.9.png:

Provision the entire group configuration on the premise

Hello,

We are implementing the mesibo on premise, but we want to understand how to migrate the groups already created and their members.

In the documentation, stop inserting in the "groups" table, but we don't have this table, only the "groupstable".

image

Could you give us an example of how to proceed?

Thank you.

Reply design issue

The reply chat design has an issue. When a user replies to a comment on chat it is clearly shown on the sender side and no issues here. The receiver doesn't see it as a reply comment but rather receiver see it as another comment. Can you fix it

Error StrictMode in Android 5.0

Hi Mesibo Team !
I got this error when the app running in Android 5.0. It seems because you use deprecated Jacoco. Please read jacoco/jacoco#113

E/StrictMode: NetworkOnMainThreadException happen in user version, Just give a traces
    java.lang.RuntimeException
        at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1152)
        at java.net.InetAddress.lookupHostByName(InetAddress.java:418)
        at java.net.InetAddress.getLocalHost(InetAddress.java:396)
        at org.jacoco.agent.rt.internal_8ff85ea.Agent.createSessionId(Agent.java:172)
        at org.jacoco.agent.rt.internal_8ff85ea.Agent.startup(Agent.java:118)
        at org.jacoco.agent.rt.internal_8ff85ea.Agent.getInstance(Agent.java:50)
        at org.jacoco.agent.rt.internal_8ff85ea.Offline.<clinit>(Offline.java:31)
        at id.co.foo.bar.App.$jacocoInit(App.kt)
        at id.co.foo.bar.App.<init>(App.kt)
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at java.lang.Class.newInstance(Class.java:1606)
        at android.app.Instrumentation.newApplication(Instrumentation.java:995)
        at android.app.Instrumentation.newApplication(Instrumentation.java:980)
        at android.app.LoadedApk.makeApplication(LoadedApk.java:574)
        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4754)
        at android.app.ActivityThread.access$1700(ActivityThread.java:164)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1523)
        at android.os.Handler.dispatchMessage(Handler.java:102)
        at android.os.Looper.loop(Looper.java:160)
        at android.app.ActivityThread.main(ActivityThread.java:5541)
        at java.lang.reflect.Method.invoke(Native Method)
        at java.lang.reflect.Method.invoke(Method.java:372)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:964)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:759)

Thank you in advance !

Users always offline

Hello;

I tried code samples, created users from dashboard and used access tokens from there, tried to send messages but nothing happening.
Would you please clarify what return values are used for functions like mesibo.start() , sendMessage() and so on ... and , is there any additional step to go for after initializing mesibo and calling start(), user should be online after start() called and succeded (i get 0 as result).

I am unable to run project just after installing the Mesibo throw cocapod in Xcode 11.2

pod 'mesibo' ,pod 'mesibo-ui' , pod 'mesibo-calls'. I have use this pods.

Undefined symbol: OBJC_CLASS$_RTCDispatcher
Undefined symbol: OBJC_CLASS$_RTCCameraVideoCapturer

Showing Recent Messages
Undefined symbol: _query_mesibo_webrtc

Undefined symbol: OBJC_CLASS$_RTCIceServer

Undefined symbol: OBJC_CLASS$_RTCIceCandidate

Undefined symbol: OBJC_CLASS$_RTCConfiguration

Undefined symbol: OBJC_CLASS$_RTCMediaConstraints

Undefined symbol: _RTCLogEx

Undefined symbol: OBJC_CLASS$_RTCAudioSession

Undefined symbol: OBJC_CLASS$_RTCFileVideoCapturer

Undefined symbol: OBJC_CLASS$_RTCSessionDescription

Undefined symbol: ___darwin_check_fd_set_overflow

Undefined symbol: OBJC_CLASS$_RTCPeerConnectionFactory

Undefined symbol: _RTCFileName

Undefined symbol: OBJC_CLASS$_RTCEAGLVideoView

Error UnsatisfiedLinkError on Release variant

I got this error when build for release variant:

Process: id.co.yy.xx.dev.debug, PID: 30114
java.lang.UnsatisfiedLinkError: No implementation found for void com.mesibo.api.JNIAPI.set_security(int) (tried Java_com_mesibo_api_JNIAPI_set_1security and Java_com_mesibo_api_JNIAPI_set_1security__I)
at com.mesibo.api.JNIAPI.set_security(Native Method)
at com.mesibo.api.Mesibo.setSecureConnection(SourceFile:2)

My Config:
BUILD_TOOLS_VERSION = "29.0.2"
COMPILE_SDK_VERSION = 30
MIN_SDK_VERSION = 21
TARGET_SDK_VERSION = 30

Mesibo version I use:
MESIBO_CALLS = "1.2.90"
MESIBO_API = "1.2.89"
MESIBO_UI = "1.2.89"

Hope you can help me quickly !
Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.