Skip to content

Latest commit

 

History

History
1503 lines (669 loc) · 66.1 KB

CHANGELOG.md

File metadata and controls

1503 lines (669 loc) · 66.1 KB

1.112.8 (2024-08-22)

Bug Fixes

  • package: remove engine requirement from package as this breaks downstream app upgrades (#339) (6d55c65)

1.112.7 (2024-08-13)

Bug Fixes

  • webex: upgrade webex to the latest 2.x version (#338) (324a824)

1.112.6 (2024-07-15)

Bug Fixes

  • tooling: upgrading node version to 20.13 (#335) (a8a129b)

1.112.5 (2024-06-28)

Bug Fixes

  • meeting: fetching captcha details within meeting object (#337) (34a8a18)

1.112.4 (2024-05-07)

Bug Fixes

  • meetings: addded password flow for guest joining the meeting (889dbc7)
  • meetings: added ut (849e250)
  • meetings: added ut (fabcc45)
  • meetings: cleanup (118bb58)

1.112.3 (2023-09-29)

Bug Fixes

  • meeting: fix auto leave intermittently - release (5c29889)

1.112.2 (2023-09-26)

Bug Fixes

  • meeting: release auto leave intermittently fix (6e536fa)

1.112.1 (2023-09-26)

Bug Fixes

  • meeting: fix intermittently leaving meeting before even joining - SPARK-379330 (ed26b66)

1.112.0 (2022-06-02)

Features

  • MetricsSdkAdapter: add submit metrics method (9948339)

1.111.0 (2022-05-24)

Features

  • PeopleSdkAdapter: add search people method (fec1465)

1.110.0 (2022-05-24)

Features

  • RoomsSdkAdapter: add create room method (b99b875)

1.109.0 (2022-05-02)

Bug Fixes

  • package: update component adapter interfaces to version 1.28.0 (5c390a6)

Features

  • MembershipsAdapter: add addRoomMember method (0cbc537)

1.108.1 (2022-03-31)

Bug Fixes

  • MeetingsSdkAdapter: avoid disabling audio control if on iOS 15.1 (bc2b1cb)

1.108.0 (2022-03-30)

Features

  • ActivitiesSdkAdapter: encrypt cards before posting an activity (df1f340)

1.107.2 (2022-03-30)

Bug Fixes

  • WebexSdkAdapter: correct some log messages in connect and disconnect methods (38682b4)

1.107.1 (2022-03-30)

Bug Fixes

  • polyfills: add getTracks() polyfill only if MediaStream exists (a67eb8e)

1.107.0 (2022-03-28)

Features

  • ActivitiesSdkAdapter: add 'cards' property to activity and move card from attachments (c42b637)

1.106.0 (2022-03-23)

Features

  • ShareControl: disable share screen on mobile browsers and Internet Explorer browser (454db60)

1.105.1 (2022-03-18)

Bug Fixes

  • ActivitiesAdapter: fix personID from sdk activity (171cf4f)

1.105.0 (2022-03-17)

Features

  • cache: add cache module (064afaf)

1.104.5 (2022-03-16)

Bug Fixes

  • RoomsAdapter: fix return value of fetchPastActivities (b631b58)

1.104.4 (2022-03-16)

Bug Fixes

  • RoomsAdapter: fix return of getActivitiesInRealTime (fb7ba4a)

1.104.3 (2022-03-16)

Bug Fixes

  • ActivitiesSdkAdapter: update postAction to use conversation API (75498ed)

1.104.2 (2022-03-14)

Bug Fixes

  • ActivitiesSdkAdapter: fix some problems related to post an activity using coversation API (f3c32ff)

1.104.1 (2022-03-10)

Bug Fixes

  • ActivitiesSdkAdapter: properly transform an activity card into an activity attachment (424c4c2)

1.104.0 (2022-03-09)

Features

  • activity: change to use conversations API (dd31bfb)

1.103.0 (2022-03-08)

Features

  • logger: split logger implementation into separate files and create console transport (21a39ad)

1.102.3 (2022-03-07)

Bug Fixes

  • MeetingsSdkAdapter: prevent camera usage on iOS 15.1 due to iOS bug (1938a75)

1.102.2 (2022-03-07)

Bug Fixes

  • logger: use different types of console methods corresponding to custom logger levels (c888f50)

1.102.1 (2022-03-03)

Bug Fixes

  • logger: replace winston logger with a custom logger (bbdecc5)

1.102.0 (2022-02-09)

Features

  • rooms-adapter: add getPreviousActivities method logic (306aff1)

1.101.0 (2022-02-09)

Features

  • ActivitiesSdkAdapter: add 'personID' and 'created' properties to newly created action object (b4ea9f3)

1.100.0 (2022-02-08)

Bug Fixes

  • ActivitiesSdkAdapter: rename mock sdk activity that contains adaptive card definition (79b7370)

Features

  • ActivitiesSdkAdapter: implement a method to post an activity (b971b02)
  • rooms: add getRoomActivities method (f84eb0e)

1.99.0 (2022-01-31)

Features

  • ActivitiesSdkAdapter: implement a method to post an attachment action (a269558)

1.98.0 (2022-01-26)

Features

  • ActivitiesSdkAdapter: create a method to fetch an activity by id (bf83567)
  • ActivitiesSdkAdapter: implement empty ActivitiesSDKAdapter (e4495b2)

1.97.2 (2021-12-09)

Bug Fixes

  • logger: prevent logger js errors by handling logging objects with circular references (a154bd6)

1.97.1 (2021-12-09)

Bug Fixes

  • MeetingsSdkAdapter: obtain remote sharing stream for a user who joins after sharing is started (06d5db5)

1.97.0 (2021-12-09)

Features

  • MeetingsSdkAdapter: emit empty list from getAvailableDevices() if media not accessible (6f206f7)

1.96.0 (2021-12-07)

Features

  • MeetingsSdkAdapter: mapping layout types (0cb1567)

1.95.0 (2021-12-07)

Features

  • MeetingsSdkAdapter: add changeLayout function (e690972)
  • MeetingsSdkAdapter: set media permissions according to received sdk media error (c769bfa)

1.94.1 (2021-12-06)

Bug Fixes

  • MembershipsSdkAdapter: treat sdk members with isModerator set to true as meeting hosts (493a261)

1.94.0 (2021-11-26)

Features

  • puppeteer: testing interface improvements: (e9fde42)

1.93.0 (2021-11-26)

Features

  • MeetingsSdkAdapter: add muting/unmuting intermediary states (09e635a)

1.92.1 (2021-11-25)

Bug Fixes

  • MeetingsSdkAdapter: set preview video stream in correct field when switching camera (1c99081)
  • puppeteer: code cleanup for testing interface (15b4c34)

1.92.0 (2021-11-24)

Features

  • MembershipsSdkAdapter: return non-user members from getMembers() (6c4de60)

1.91.3 (2021-11-24)

Bug Fixes

  • MeetingsSdkAdapter: password and hostKey validation (dce3e7c)

1.91.2 (2021-11-22)

Bug Fixes

  • MeetingsSdkAdapter: check settings preview streams before updating sdk local streams (e553368)

1.91.1 (2021-11-19)

Bug Fixes

  • package: update js-sdk to 1.149.2 (abf4ee2)

1.91.0 (2021-11-19)

Features

  • MeetingsSdkAdapter: add browser default speaker to the available speaker list (e149789)

1.90.0 (2021-11-16)

Features

  • meeting-controls: add debug logs (bc2eeb7)

1.89.1 (2021-11-15)

Bug Fixes

  • MeetingsSdkAdapter: correct the state of video/audio control when permissions are not granted (026836a)

1.89.0 (2021-11-12)

Features

  • MembershipsSdkAdapter: add debug logs (0b433f9)

1.88.0 (2021-11-11)

Features

  • MeetingsSdkAdapter: change joining state to lobby state (a11986f)

1.87.4 (2021-11-11)

Bug Fixes

  • WebexSdkAdapter: update debug logs (7e80a60)

1.87.3 (2021-11-11)

Bug Fixes

  • VideoControl: correct the video control text for disabled state (e14397b)

1.87.2 (2021-11-10)

Bug Fixes

  • package: update component adapter interfaces to v1.22.0 (0f34878)

1.87.1 (2021-11-10)

Bug Fixes

  • package: move winston to peer dependencies (53e0ca0)

1.87.0 (2021-11-08)

Features

  • src: replace all console.log/warn/error with Winston logger (318a190)

1.86.0 (2021-11-08)

Features

  • WebexSdkAdapter: add debug logs (355a106)

1.85.2 (2021-11-08)

Bug Fixes

  • rollup: replace deprecated rollup plugins with recommended ones (76f327b)

1.85.1 (2021-11-08)

Bug Fixes

  • MeetingsSdkAdapter: show default camera and microphone in webex settings (a1f865c)

1.85.0 (2021-11-04)

Features

  • MeetingsSdkAdapter: change the identification mode of error stack for meetings with password (073faf5)

1.84.0 (2021-11-04)

Bug Fixes

  • package: update parcel and parcel-bundle versions to latest (38075d2)

Features

  • scripts: add input elements related to pasword, host key and meeting state in sdk demo page (883ff36)

1.83.0 (2021-11-03)

Features

  • logger: enable debug logs from the console (b794ae6)

1.82.1 (2021-11-03)

Bug Fixes

  • Winston: repair winston export for widgets (d7ad8d1)

1.82.0 (2021-11-02)

Features

  • PeopleSdkAdapter: add debug logs (9360692)

1.81.0 (2021-11-02)

Bug Fixes

  • logger: add the correct type property of media stream tracks (fdb75bb)

Features

  • MeetingsSdkAdapter: update meeting controls type (b78c306)
  • OrganizationsSdkAdapter: add debug logs (38f24fa)

1.80.0 (2021-10-28)

Features

  • MeetingsSdkAdapter: remove size from icon names (c333624)

1.79.0 (2021-10-28)

Features

  • MeetingsSdkAdapter: add debug logs (53e95b7)

1.78.0 (2021-10-28)

Features

  • RoomsSdkAdapter: add debug logs (713eae7)

1.77.0 (2021-10-28)

Features

  • MeetingsSdkAdapter: change 'type' for 'Settings', 'Audio' and 'Video' controls (1659670)

1.76.0 (2021-10-27)

Features

  • MeetingsSdkAdapter: implement host key to join meeting (25c1df5)

1.75.0 (2021-10-26)

Features

  • MeetingsSdkAdapter: add 'type' for ProceedWithoutCamera and ProceedWithoutMicrophone controls (c532dda)

1.74.0 (2021-10-26)

Features

  • MeetingsSdkAdapter: implement custom logger using winston (a271787)

1.73.0 (2021-10-26)

Features

  • MeetingsSdkAdapter: deactivate join while waiting for host (31692e8)

1.72.0 (2021-10-22)

Features

  • MeetingsSdkAdapter: add hints for settings controls (bac0b47)

1.71.0 (2021-10-21)

Features

  • MeetingsSdkAdapter: update tooltips text (8cc638b)

1.70.1 (2021-10-21)

Bug Fixes

  • MeetingsSdkAdapter: update meeting controls text (6e53159)

1.70.0 (2021-10-21)

Features

  • MeetingsSdkAdapter: handle invalid password when joining (7e5d143)

1.69.2 (2021-10-20)

Bug Fixes

  • MeetingsSdkAdapter: don't enable camera or microphone when it is switched from settings (584440e)

1.69.1 (2021-10-20)

Bug Fixes

  • MeetingsSdkAdapter: add local media after the sdk meeting moves to the ACTIVE state (8c05c87)

1.69.0 (2021-10-20)

Features

  • MeetingsSdkAdapter: add a flag to the meeting object when password is required (84fa4d7)

1.68.0 (2021-10-19)

Features

  • MeetingsSdkAdapter: add 'hint' for ProceedWithoutCamera and ProceedWithoutMicrophone controls (07a07ed)

1.67.0 (2021-10-14)

Features

  • MeetingsSdkAdapter: send name and password when joining (e0a0a85)

1.66.1 (2021-10-14)

Bug Fixes

  • package: update webex to v.1.142.0 (fd51a1d)

1.66.0 (2021-10-13)

Features

  • MeetingSdkAdapter: implement share control in its own file and create the tests accordingly (fd81198)

1.65.0 (2021-10-13)

Features

  • MeetingsSdkAdapter: add 'hint' for joinControl (541912f)
  • MeetingsSdkAdapter: add tests for 'supportedControls()' method (2e33562)
  • SwitchSpeakerControl: update tooltip message when no speakers in Firefox and Safari (cdd5c47)

1.64.0 (2021-10-04)

Features

  • MeetingsSdkAdapter: create 'supportedControls()' method (b2877cd)

1.63.0 (2021-09-23)

Features

  • MembershipsSdkAdapter: check if org id exists (5a5efc8)

1.62.0 (2021-09-16)

Features

  • config: add maxWorkers to jest command (9e83401)

1.61.1 (2021-09-15)

Bug Fixes

  • MeetingsSdkAdapter: add type multiselect to switch camera and switch speaker controls (63d5609)

1.61.0 (2021-09-08)

Features

  • MeetingsSdkAdapter: move video control in a separate file (6e5b2a2)

1.60.0 (2021-09-08)

Bug Fixes

  • MeetingsSdkAdapter: stop stream when switching cameras (6ac8ebf)
  • MeetingsSdkAdapter: stop stream when switching microphones (cd98107)

Features

  • MeetingsSdkAdapter: move proceed without microphone control in its own file and create tests (ca80867)

1.59.0 (2021-09-06)

Features

  • MeetingsSdkAdapter: add missing text on controls (c439fe7)

1.58.0 (2021-09-03)

Features

  • MeetingSdkAdapter: implement switch speaker in its own file and create the tests accordingly (8d8d955)
  • MeetingsSdkAdapter: stop disabled stream when leaving the meeting (6a8204e)

1.57.0 (2021-08-27)

Features

  • MeetingSdkAdapter: implement switch microphone control in its own file and create the tests (e1d0de9)
  • MeetingSdkAdapter: move proceed without camera control in its own file and create the tests (857cff2)
  • MeetingsSdkAdapter: add unmuted icon on audio control (1bfc314)

1.56.0 (2021-08-24)

Features

  • MeetingControls: add types for meeting controls (a26bc09)
  • MeetingSdkAdapter: implement switch camera control in its own file and create the tests (e08bd48)
  • MeetingsSdkAdapter: take meeting title (c9cbf10)

1.55.0 (2021-08-11)

Features

  • MeetingsSdkAdapter: add text to control buttons (75ed197)
  • MeetingsSdkAdapter: move audio control in a separate file (42a797e)

1.54.0 (2021-08-06)

Features

  • MeetingSdkAdapter: implement join control in its own file and create the tests accordingly (68a4376)

1.53.1 (2021-08-04)

Bug Fixes

  • MeetingsSdkAdapter: check for deviceId when filtering available devices (f6adfdc)

1.53.0 (2021-08-04)

Features

  • MeetingSdkAdapter: implement exit control in its own file and create the tests accordingly (3489eaf)

1.52.2 (2021-07-30)

Bug Fixes

  • MeetingsSdkAdapter: refactor tests to use global MediaStream mock object (13ab533)

1.52.1 (2021-07-30)

Bug Fixes

  • MeetingsSdkAdapter: use meetingsSDKAdapter variable in tests file (c53bfeb)

1.52.0 (2021-07-27)

Features

  • MeetingsSdkAdapter: implement proceed without microphone control (0518b04)

1.51.0 (2021-07-27)

Features

  • MeetingsSdkAdapter: avoid emitting 'asking' state when user already allowed or denied access (ae22028)

1.50.0 (2021-07-27)

Features

  • MeetingsSdkAdapter: remove "Personal Room" from meeting title (2c3d94f)

1.49.2 (2021-07-26)

Bug Fixes

  • MeetingsSdkAdapter: stop local share stream when sdk event is emitted (f41ae02)

1.49.1 (2021-07-23)

Bug Fixes

  • MeetingsSdkAdapter: chain dependent observables on createMeeting (6a6ce40)

1.49.0 (2021-07-22)

Features

  • MeetingSdkAdapter: implement settings control in its own file and create the tests accordingly (9d085a2)

1.48.0 (2021-07-22)

Features

  • MeetingsSdkAdapter: implement proceed without camera control (208e69b)

1.47.0 (2021-07-21)

Features

  • MeetingSdkAdapter: implement roster control in its own file and create the tests accordingly (fbfaa8b)

1.46.0 (2021-07-21)

Features

  • MeetingsSdkAdapter: add no devices messages to dropdown controls (e4348c7)

1.45.1 (2021-07-21)

Bug Fixes

  • MeetingSdkAdapter: access the local share stream correctly in handleLocalShare() (3bd829b)

1.45.0 (2021-07-20)

Features

  • MeetingSdkAdapter: remove media before leave meeting (e4357c5)

1.44.2 (2021-07-19)

Bug Fixes

  • MeetingsSdkAdapter: use getMeeting for audio and video controls (b1bf081)

1.44.1 (2021-07-19)

Bug Fixes

  • MeetingsSdkAdapter: make getMeeting observable also emit messages emitted by createMeeting (4e9dc62)

1.44.0 (2021-07-16)

Bug Fixes

  • dropdown-controls: select initial value (8fdb304)
  • MeetingSdkAdapter: stop local sharing stream immediately after clicking the stop share button (911f450)

Features

  • package: configure winston logger (9f88804)

1.43.1 (2021-07-16)

Bug Fixes

  • MeetingsSdkAdapter: handle switch microphone control events in getMeeting() (a64064d)

1.43.0 (2021-07-16)

Features

  • MeetingsAdapter: transform localAudio and localVideo into objects (55ee723)

1.42.0 (2021-07-14)

Features

  • MeetingSdkAdapter: transform localShare into an object (f5d1c61)

1.41.3 (2021-07-13)

Bug Fixes

  • MeetingsSdkAdapter: keep only audio (video) tracks in audio (video) streams (312a05f)

1.41.2 (2021-07-13)

Bug Fixes

  • MeetingSdkAdapter: modify meeting tests to use MediaStream-like objects (e739a9d)

1.41.1 (2021-07-12)

Bug Fixes

  • MeetingsSdkAdapter: rename handleSettings to toggleSettings (a0852ea)

1.41.0 (2021-07-09)

Features

  • MeetingsSdkAdapter: add speaker selection control (fe9da04)
  • MeetingsSdkAdapter: allow switching microphone after joining the meeting (a4352ad)

1.40.0 (2021-07-06)

Features

  • MeetingsSdkAdapter: allow switching camera after joining the meeting (9271813)

1.39.0 (2021-07-05)

Features

  • MeetingsSdkAdapter: add microphone selection control (acedefa)

1.38.3 (2021-07-05)

Bug Fixes

  • MeetingsSdkAdapter: update switch-camera control to use observable returned by getStream (00b229b)

1.38.2 (2021-07-03)

Bug Fixes

  • MeetingsSdkAdapter: stop share stream before setting it to null (ab2033d)

1.38.1 (2021-06-29)

Bug Fixes

1.38.0 (2021-06-29)

Features

  • MeetingsSdkAdapter: set audio/video permissions (38ce4e7)

1.37.0 (2021-06-29)

Features

  • MeetingsSdkAdapter: add camera selection control (5e65024)

1.36.1 (2021-06-24)

Bug Fixes

  • MeetingSdkAdapter: share button doesn't update the display (16f0900)

1.36.0 (2021-06-16)

Features

  • MeetingSdkAdapter: make createMeeting() emit an intermediary message without local media (707df7e)

1.35.0 (2021-06-08)

Features

  • MeetingSdkAdapter: disable audio/video controls when no media (863cd79)

1.34.0 (2021-06-03)

Bug Fixes

  • MeetingSdkAdapter: share button doesn't update the display (b53ded7)

Features

  • MeetingSdkAdapter: add settings control (cd19dd6)

1.33.4 (2021-05-21)

Bug Fixes

  • package: update component adapter interfaces version to v1.17.0 (1a67d6d)

1.33.3 (2021-05-13)

Bug Fixes

  • MembershipSdkAdapter: change member id (64669cf)

1.33.2 (2021-04-27)

Bug Fixes

  • MeetingsSdkAdapter: prevent JavaScript errors when access to camera/microphone is denied (d9117c3)

1.33.1 (2021-04-20)

Bug Fixes

  • MeetingsAdapter: change states for meeting (02c8263)

1.33.0 (2021-04-20)

Features

  • MembershipsSdkAdapter: add boolean guest field to emitted membership members (369ed10)

1.32.0 (2021-04-14)

Bug Fixes

  • dependencies: use latest version for component adapter interfaces (7de5c37)

Features

  • OrganizationsSdkAdaper: add organizations adapter (fadb715)

1.31.1 (2021-04-14)

Bug Fixes

  • MeetingsSdkAdapter: set size on each control icon (7417163)

1.31.0 (2021-04-13)

Features

  • MembershipsSdkAdapter: add boolean host field to emitted membership members (0b5c5f9)

1.30.1 (2021-04-09)

Bug Fixes

  • MeetingsSdkAdapter: update screen sharing icon (3b8da37)

1.30.0 (2021-04-07)

Features

  • MeetingsSdkAdapter: add member-roster control (0f22f71)

1.29.0 (2021-04-07)

Features

  • MembershipsSdkAdapter: add orgID field to meeting members (262ea4c)

1.28.0 (2021-04-06)

Bug Fixes

  • MembershipsSdkAdapter: add unresolvable named export SDK_EVENT (a47fe23)

Features

  • MembershipsSdkAdapter: return members of a room (637109f)

1.27.0 (2021-03-31)

Features

  • MembershipsSdkAdapter: return the sharing status of each member (bef5099)

1.26.2 (2021-03-25)

Bug Fixes

  • memberships: update Webex SDK (867a9b6)

1.26.1 (2021-03-24)

Bug Fixes

  • fetch room data with globalId (12a135e)

1.26.0 (2021-03-22)

Bug Fixes

  • MembershipsSdkAdapter: fix test (65baa63)

Features

  • MembershipsSDKAdapter: return membership status and all members (825a0ed)

1.25.0 (2021-03-18)

Features

  • MembershipsSdkAdapter: return muted status (dee4ff0)

1.24.1 (2020-09-16)

Bug Fixes

  • MembershipsSdkAdapter: get in meeting members (685764d)

1.24.0 (2020-09-15)

Features

  • MeetingsSdkAdapter: add support for remote sharing events (ffaacf4)

1.23.0 (2020-09-11)

Features

  • MembershipsSdkAdapter: add ability to find meeting memberships (c0f2750)

1.22.1 (2020-09-09)

Bug Fixes

  • meetingsSDKAdapter: check media stream exists before getting tracks when joining (685556c)

1.22.0 (2020-09-03)

Features

  • package: update webex dependency to ^1.92.0 (f089502)

1.21.2 (2020-07-21)

Bug Fixes

  • MeetingsSdkAdapter: attach local audio at join even when muted (b9bc5fe)
  • MeetingsSdkAdapter: attach local video stream at join when muted (95f4ede)

1.21.1 (2020-07-08)

Bug Fixes

  • MeetingsSdkAdapter: use correct key for media settings on addMedia (a51531a)

1.21.0 (2020-06-16)

Features

  • MeetingSdkAdapter: add screen share meeting control (4083451)

1.20.0 (2020-03-01)

Bug Fixes

  • release: exclude umd and cjs bundles to publish (49066a5)
  • package: main attribute now points to esm bundle (8190b1f)
  • rollup: remove extra externals (a4164c3)

Features

  • rollup: exclude webex from the bundle (7ec7394)
  • rollup: remove cjs and umd bundles (908c251)
  • rollup: remove extra configuration (becd8a4)
  • package: remove rollup builtin plugin dependency (30da5e6)
  • package: remove rollup json plugin dependency (149c414)

1.19.5 (2020-02-24)

Bug Fixes

  • package-lock: fix dependency vulnerabilities (ebe6b13)
  • package: update webex dependency to V1.80.132 (e4d77a8)

1.19.4 (2020-02-06)

Bug Fixes

  • PeopleSdkAdapter: handle null state in getStatus() (6da9928)
  • PeopleSdkAdapter: handle presence being turned off in getPerson() (79f472c)
  • PeopleSdkAdapter: handle presence plug-in error in getMe() (c99fcf9)

1.19.3 (2020-01-30)

Bug Fixes

  • MeetingsSdkAdapter: fetch the title from the destination (cf0c0bd)
  • package: webex is @webex/common dependency (4ed5411)

1.19.2 (2020-01-29)

Bug Fixes

  • JestApp: remove addLocalMedia (86497b7)
  • package: update @webex/sdk-adapter-interfaces to 1.8.0 (ebf7b22)

1.19.1 (2020-01-29)

Bug Fixes

  • MeetingSdkAdapter: complete getMeeting when remote media is removed (8a854e6)
  • MeetingSdkAdapter: rename controls to match component (48c6051)

1.19.0 (2020-01-29)

Features

  • MeetingsSdkAdapter: fetchMeetingTitle method is implemented (c3f118d)

1.18.2 (2020-01-28)

Bug Fixes

  • MeetingsSdkAdapter: remove finalize from getMeeting() (c335a84)

1.18.1 (2020-01-28)

Bug Fixes

  • rollup: exclude rxjs/operators from the bundle (8f24387)

1.18.0 (2020-01-25)

Features

  • MeetingsSdkAdapter: add the capability to join the meeting muted (2e1e2c2)

1.17.0 (2020-01-25)

Features

  • JestMeetingWebApplication: implement one (12236ff)
  • package: install and configure parcel (67d2dfb)
  • package: remove babel regenrate plugin (e960e76)

1.16.1 (2020-01-16)

Bug Fixes

  • MeetingSdkAdapter: emit stopped events for remote media (7539dc2)

1.16.0 (2020-01-15)

Features

  • MeetingSdkAdapter: implement exitControl method (1368f40)

1.15.0 (2020-01-15)

Features

  • MeetingSdkAdapter: implemenet leaveMeeting and removeMedia methods (35db245)

1.14.3 (2020-01-15)

Bug Fixes

  • MeetingAdapter: sdk addMedia logic is inside join meeting logic (32c0c51)

1.14.2 (2019-12-19)

Bug Fixes

  • WebexAdapter: activities adapter must be defined (3b314c1)

1.14.1 (2019-12-19)

Bug Fixes

  • package: set webex packages to 1.80.43 (54d6f63)

1.14.0 (2019-12-17)

Features

  • PeopleSdkAdapter: getMe() fetches and emits the person data once (d056f2c)

1.13.0 (2019-12-16)

Features

  • CircleCi: separate integration test job from unit test job (3db4aec)

1.12.0 (2019-12-14)

Features

  • PeopleSdkAdapter: implement getMe (6709838)

1.11.0 (2019-12-14)

Bug Fixes

  • MeetingSdkAdapterTest: delete extra the (83a562e)

Features

  • MeetingSdkAdapter: update localAudio after mute/unmute actions (b707b28)
  • MeetingSdkAdapter: update localVideo after mute/unmute actions (dede1cb)

1.10.0 (2019-12-13)

Bug Fixes

  • JestPuppeteer: install and configure dependencies (a66aa87)

Features

  • eslint: add document as a global term (30d1e9e)

1.9.0 (2019-12-13)

Features

  • MeetingSdkAdapter: convert promises to async/await (31b233c)
  • MeetingSdkAdapter: implement audio control handler (6cf9949)
  • MeetingSdkAdapter: implement video control handler (155fc6b)

1.8.0 (2019-12-12)

Bug Fixes

  • MeetingSdkAdapter: convert local tracks to streams (e793690)

Features

  • MeetingSdkAdapter: implement audio & video mute functionalities (5edd0cd)
  • MeetingSdkAdapter: implement mute audio & video contorl methods (44d965f)

1.7.0 (2019-12-10)

Features

  • MeetingSdkAdapter: add joinMeeting control meeting (ae19cc1)

1.6.0 (2019-12-10)

Bug Fixes

  • MeetingSdkAdapter: fix default meeting shape (02f3361)
  • MeetingSdkAdapter: leave attachMedia default case empty (1f554c7)
  • package: upgrade @webex/component-adapter-interfaces to 1.7.0 (914e9ab)

Features

  • MeetingSdkAdapter: implement joinMeeting method (3542ff4)

1.5.0 (2019-12-10)

Bug Fixes

  • package: update @webex/component-adapter-interfaces to 1.6.0 (27e5d5f)

Features

  • WebexSdkAdapter: connect/disconnect meeting adapter (c30f213)
  • MeetingsSdkAdapter: implement adapter (9b326cf)
  • MeetingAdapter: implement createMeeting method (f0de9b8)

1.4.1 (2019-12-04)

Bug Fixes

  • package: add eslint-plugin-jest (5a8a52a)

1.4.0 (2019-11-18)

Features

  • WebexAdapter: implement connect/disconnect methods (fc31be2)

1.3.1 (2019-11-15)

Bug Fixes

  • package: add @webex/test-users (0bd4572)
  • RoomsSdkAdapter: fetch room every update (c99b145)

1.3.0 (2019-11-15)

Bug Fixes

  • rollup: define custom export for @webex/common module (d3f5c03)
  • package: install latest @webex/common dependency (56dde5b)
  • package: update webex to version 1.80.43 (0500f55)

Features

  • PeopleSdkAdapter: implement adapter (9739bca)

1.2.2 (2019-10-30)

Bug Fixes

  • package: install meetings adapter interface (2a477cf)

1.2.1 (2019-10-25)

Bug Fixes

  • release: define paths to export the modules properly (1db8231)

1.2.0 (2019-10-25)

Features

  • RoomsSdkAdapter: import RoomsAdapter interface properly (51a619a)

1.1.1 (2019-10-25)

Bug Fixes

  • WebexAdapter: export default (118aa23)

1.0.0 (2019-09-26)

Features