Skip to content

Commit

Permalink
feat(MeetingsAdapter): add devices ids in meeting object
Browse files Browse the repository at this point in the history
  • Loading branch information
alinasuciu authored and lalli-flores committed Jul 28, 2021
1 parent 2c94ddd commit 1952267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MeetingsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ import WebexAdapter from './WebexAdapter';
* @property {MediaStream} remoteAudio The remote audio stream
* @property {MediaStream} remoteShare The remote media share stream
* @property {MeetingState} state The state of the meeting
* @property {string} cameraID The ID of the camera in use
* @property {string} microphoneID The ID of the microphone in use
* @property {string} speakerID The ID of the speaker in use
*/

/**
Expand Down

0 comments on commit 1952267

Please sign in to comment.