vani-meeting-client 0.0.3 → 0.0.4

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.
@@ -423,7 +423,12 @@ var MeetingHandler = /** @class */ (function () {
423
423
  ]
424
424
  });
425
425
  analytics.page();
426
- analytics.track('playedVideo', {
426
+ analytics.track('event', {
427
+ category: 'AppId',
428
+ label: this.meetingStartRequest.appId,
429
+ value: this.meetingStartRequest.roomId
430
+ });
431
+ analytics.track('AppId', {
427
432
  category: 'AppId',
428
433
  label: this.meetingStartRequest.appId,
429
434
  value: this.meetingStartRequest.roomId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",