fix(plugin-meetings): added alias as option in joinmeeting #3902
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
COMPLETES #SPARK-552246
This pull request addresses
This PR adds support for the
alias
parameter to thejoinMeeting
function and updates the corresponding unit tests to verify its correct handling.by making the following changes
joinMeeting Function:
Added the text field in a samples page to enter the guest-user-name so the same name will be visible on the remote side as well and this text field name is an optional if user won't enter the name by default the system name will be taken
alias
parameter in thejoinMeeting
function call to ensure it is correctly passed along with other parameters.These changes are used for the user in such a way that when the user is trying to join the meeting by providing a name according to their wish it's going to be displayed on the remote side. so for this, we are adding one param as
alias
and passing it into the joinMeeting optionsadded an text field to enter the guest user name please do watch screen recording
added.textfeild.for.guest.user.name.mp4
Change Type
The following scenarios were tested
Tested this flow by entering the name in a newly added text field, clicking on joinWithMedia button, and checked whether it's working or not by joining in the Meetings sample app it works fine as expected please see the screen recording for reference
I certified that
I have read and followed contributing guidelines
I discussed changes with code owners prior to submitting this pull request
I have not skipped any automated checks
All existing and new tests passed
I have updated the documentation accordingly
Make sure to have followed the contributing guidelines before submitting.