@tellescope/video-chat 0.0.21 → 0.0.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tellescope/video-chat",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -33,13 +33,13 @@
33
33
  "@fontsource/roboto": "^4.5.1",
34
34
  "@mui/icons-material": "^5.0.1",
35
35
  "@mui/material": "^5.0.2",
36
- "@tellescope/constants": "^0.0.21",
37
- "@tellescope/react-components": "^0.0.21",
38
- "@tellescope/sdk": "^0.0.21",
39
- "@tellescope/types-client": "^0.0.21",
40
- "@tellescope/types-models": "^0.0.21",
41
- "@tellescope/types-utilities": "^0.0.21",
42
- "@tellescope/utilities": "^0.0.21",
36
+ "@tellescope/constants": "^0.0.22",
37
+ "@tellescope/react-components": "^0.0.22",
38
+ "@tellescope/sdk": "^0.0.22",
39
+ "@tellescope/types-client": "^0.0.22",
40
+ "@tellescope/types-models": "^0.0.22",
41
+ "@tellescope/types-utilities": "^0.0.22",
42
+ "@tellescope/utilities": "^0.0.22",
43
43
  "@typescript-eslint/eslint-plugin": "^4.33.0",
44
44
  "@typescript-eslint/parser": "^4.33.0",
45
45
  "amazon-chime-sdk-component-library-react": "^2.12.0",
@@ -54,7 +54,7 @@
54
54
  "react": "^17.0.2",
55
55
  "react-dom": "^17.0.2"
56
56
  },
57
- "gitHead": "67131e18cc6f5aeafbb9dedb437fd915d33be1dc",
57
+ "gitHead": "670a97b8dd2154cb75a6a3adc0001bdc02207855",
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  }
@@ -197,7 +197,7 @@ export const useStartVideoCall = (): StartVideoCallReturnType => {
197
197
  session.api.meetings.add_attendees_to_meeting({ id: meeting.Meeting.ExternalMeetingId, attendees: initialAttendees })
198
198
  }
199
199
 
200
- NativeFunction.startMeeting(meeting.Meeting, host.Attendee)
200
+ NativeFunction.startMeeting(meeting.Meeting, host.info.Attendee)
201
201
 
202
202
  setMeeting(meeting.Meeting)
203
203
  setIsHost(true)
@@ -1 +0,0 @@
1
- //# sourceMappingURL=shared.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/shared.ts"],"names":[],"mappings":""}
package/lib/esm/shared.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=shared.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shared.js","sourceRoot":"","sources":["../../src/shared.ts"],"names":[],"mappings":""}