Skip to content

Commit

Permalink
fix(MeetingSdkAdapter): fix default meeting shape
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Dec 10, 2019
1 parent 3542ff4 commit 02f3361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/MeetingsSDKAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ export default class MeetingsSDKAdapter extends MeetingsAdapter {
localVideo: null,
localAudio: null,
localShare: null,
remoteStream: null,
remoteAudio: null,
remoteVideo: null,
remoteShare: null,
};

Expand Down
3 changes: 2 additions & 1 deletion src/MeetingsSDKAdapter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ describe('Meetings SDK Adapter', () => {
localAudio: null,
localShare: null,
localVideo: null,
remoteStream: null,
remoteAudio: null,
remoteVideo: null,
remoteShare: null,
title: 'my meeting',
};
Expand Down

0 comments on commit 02f3361

Please sign in to comment.