webex / webex-js-sdk

JavaScript SDK for Webex
https://webex.github.io/webex-js-sdk/
Other
170 stars 336 forks source link

feat(plugin-meetings): use [peripheralName]Info instead of peripherals in MQE #3565

Closed SomeBody16 closed 2 months ago

SomeBody16 commented 2 months ago

COMPLETES WEBEX-381729

This pull request addresses

MQA team has announced that they are removing the peripherals property in MQE and will only use cameraInfo/microphoneInfo/speakerInfo instead. Currently, on the web client, we are only populating the peripherals property and are not populating cameraInfo/microphoneInfo/speakerInfo. This PR addresses this issue

See pinned message in the Ask MQA space for more details. webexteams://im?space=e291a140-f2a2-11ea-a094-5519499aaa4d&message=e1895b50-0133-11ef-9b2a-b19ef59b66fb

by making the following changes

Changes filling peripherals field in MQE to cameraInfo/ microphoneInfo/ speakerInfo

Change Type

The following scenarios where tested

I certified that


Make sure to have followed the contributing guidelines before submitting.