samples
samples copied to clipboard
Mesibo Samples
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [plist](https://github.com/TooTallNate/node-plist). These dependencies need to be updated together. Removes `xmldom` Updates `plist` from 3.0.1 to 3.0.6 Changelog Sourced from plist's...
I am working with Mesibo SDK for android and I am trying to change the toolbar color without results. I would to like to change both colors: https://ibb.co/LrXf4d8 In the...
hey mesibo, i would like to integrate mesibo video and audio calling api with my ionic framework based application. but am not able to find any documentation regarding that, could...
As a group admin, I want to remove the members. Here is the code to remove member: ``` val group = Mesibo.getProfile(groupId) group.groupProfile.removeMember(member.id) ``` *Note that this only invoked if...
Hi there, Thank you for your kind support here. I have a problem when I stop Mesibo, then setup the access token with different token. Because I want to change...
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...
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...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...