webex / webex-js-sdk

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

fix(plugin-meetings): add alias in joinMeeting request body: SPARK-514797 #3532

Closed stanjiawang closed 4 months ago

stanjiawang commented 4 months ago

COMPLETES #< INSERT LINK TO ISSUE >

https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-514797

This pull request addresses

< DESCRIBE THE CONTEXT OF THE ISSUE >

For third party integration join, we need pass userDisplayName as alias in joinMeeting request body.

https://confluence-eng-gpk2.cisco.com/conf/pages/viewpage.action?spaceKey=WMT&title=Third-Party+Integration+Join+Flow+Support+In+UCF

by making the following changes

< DESCRIBE YOUR CHANGES > Add alias in joinMeeting request body

Change Type

The following scenarios where tested

< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED > 01_45_31

I certified that


Make sure to have followed the contributing guidelines before submitting.

stanjiawang commented 4 months ago

@robstax Unit tests added to packages/@webex/plugin-meetings/test/unit/spec/meeting/request.js

stanjiawang commented 4 months ago

@sreenara Thanks for your comments! I have updated the description based on your comments.