capacitor-plugin-vonage 0.1.4 → 0.1.5

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.
@@ -140,7 +140,7 @@ public class vonagePlugin extends Plugin{
140
140
  intent.putExtra("subscriberName", SUBSCRIBERNAME);
141
141
  intent.putExtra("publisherName", PUBLISHERNAME);
142
142
  intent.putExtra("isProvider", ISPROVIDER);
143
- intent.putExtra("isPatientOnline", true);
143
+ intent.putExtra("isPatientOnline", isPatientOnline);
144
144
  intent.putExtra("profilePicApiUrl", profilePicApiUrl);
145
145
  intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP|Intent.FLAG_ACTIVITY_SINGLE_TOP);//|Intent.FLAG_ACTIVITY_NEW_TASK
146
146
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-plugin-vonage",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "opentok sdk capacitor plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",