webex / webex-js-sdk

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

Fix: Added updateLLMConnection when guest is admitted from the lobby #3529

Closed Ashwin7mak closed 4 months ago

Ashwin7mak commented 4 months ago

COMPLETES # https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-513250

This pull request addresses

In current state, when a user is admitted from the lobby, LLM connection is not established, as a result they may not be able to receive any reactions. This PR addresses the issue as a result LLM connection is established in the receivers end.

https://github.com/webex/webex-js-sdk/assets/11624479/8298eb44-8491-4b60-82c2-d8fc7f3e21c6

The following scenarios where tested

< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

I certified that


Make sure to have followed the contributing guidelines before submitting.