webex / webex-js-sdk

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

fix(plugin-meetings): revert peripherals MQE back to array #3627

Closed brycetham closed 1 month ago

brycetham commented 1 month ago

COMPLETES SPARK-529781

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

This reversion is necessary because the new MQE format was causing validation errors, since the MQA team has not actually adopted the new format yet (we've discussed with the MQA team to make sure such an issue won't happen again).

by making the following changes

This reverts commit bd29ca809ca04e244e163fe81d99db10ee91e941.

Change Type

The following scenarios where tested

Manually checked MQEs sent from the SDK sample app and verified that they are correct on OpenSearch.

I certified that


Make sure to have followed the contributing guidelines before submitting.