Skip to content

Commit

Permalink
feat(MeetingsData): remove start and end time properties
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Dec 19, 2019
1 parent d867b34 commit bf6ca85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ exports[`Webex Meeting Info component snapshot matches snapshot of scheduled mee
<h2>
Our Scheduled Meeting
</h2>
<h3>
9:00 PM - 10:00 PM
</h3>
</div>
`;

Expand Down
20 changes: 0 additions & 20 deletions src/data/meetings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"scheduledMeeting": {
"ID": "scheduledMeeting",
"title": "Our Scheduled Meeting",
"startTime": "2019-08-20T21:00:00.000Z",
"endTime": "2019-08-20T22:00:00.000Z",
"localVideo": null,
"remoteVideo": null,
"localAudio": null,
Expand All @@ -17,8 +15,6 @@
"oneOnOneMeeting": {
"ID": "oneOnOneMeeting",
"title": "Jackie Tester's Personal Room",
"startTime": null,
"endTime": null,
"localVideo": null,
"remoteVideo": null,
"localAudio": null,
Expand All @@ -29,8 +25,6 @@
"spaceMeeting": {
"ID": "spaceMeeting",
"title": "Ad Hoc Meeting Space",
"startTime": null,
"endTime": null,
"localVideo": null,
"remoteVideo": null,
"localAudio": null,
Expand All @@ -41,8 +35,6 @@
"noMeetingTitle": {
"ID": "noMeetingTitle",
"title": null,
"startTime": null,
"endTime": null,
"localVideo": null,
"remoteVideo": null,
"localAudio": null,
Expand All @@ -53,8 +45,6 @@
"localVideo": {
"ID": "localVideo",
"title": null,
"startTime": null,
"endTime": null,
"localVideo": {},
"remoteVideo": null,
"localAudio": null,
Expand All @@ -65,8 +55,6 @@
"localAudio": {
"ID": "localAudio",
"title": null,
"startTime": null,
"endTime": null,
"localVideo": null,
"remoteVideo": null,
"localAudio": {},
Expand All @@ -77,8 +65,6 @@
"mutedLocalAudio": {
"ID": "mutedLocalAudio",
"title": null,
"startTime": null,
"endTime": null,
"localVideo": null,
"remoteVideo": null,
"localAudio": {
Expand All @@ -91,8 +77,6 @@
"remoteVideo": {
"ID": "remoteVideo",
"title": null,
"startTime": null,
"endTime": null,
"localVideo": null,
"remoteVideo": {},
"localAudio": null,
Expand All @@ -103,8 +87,6 @@
"remoteAudio": {
"ID": "remoteAudio",
"title": null,
"startTime": null,
"endTime": null,
"localVideo": null,
"remoteVideo": null,
"localAudio": null,
Expand All @@ -115,8 +97,6 @@
"remoteAudio&Video": {
"ID": "remoteAudio&Video",
"title": null,
"startTime": null,
"endTime": null,
"localVideo": null,
"remoteVideo": {},
"localAudio": null,
Expand Down

0 comments on commit bf6ca85

Please sign in to comment.