vani-meeting-client-native 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -730,7 +730,7 @@ var WebrtcHandler = /** @class */ (function (_super) {
730
730
  };
731
731
  _this.isOfferInitParticipant = function (participant) {
732
732
  var selfParticpant = _this.communicationHandler.getSelfParticipant();
733
- if (participant.userId > selfParticpant.userId) {
733
+ if (participant.userId < selfParticpant.userId) {
734
734
  return true;
735
735
  }
736
736
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client-native",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",