webex / webex-js-sdk

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

fix(plugin-meetings): unpublish streams on moveTo #3642

Closed mkesavan13 closed 2 weeks ago

mkesavan13 commented 3 weeks ago

COMPLETES SPARK-533903

This pull request addresses

Instant connected reported that, the moveTo API doesn't unpublish the localStreams. This is because the method closeRemoteStreams that was there before cleanupLocalStreams handled it appropriately and cleanupLocalStreams doesn't

by making the following changes

Change Type

The following scenarios where tested

I certified that


Make sure to have followed the contributing guidelines before submitting.

marcin-bazyl commented 3 weeks ago

The PR description says "COMPLETES AdHoc" - we're missing a jira link here

mkesavan13 commented 3 weeks ago

The PR description says "COMPLETES AdHoc" - we're missing a jira link here

~We do not have a Jira for this. I took it as an Adhoc activity to fix this @marcin-bazyl~

Added the SPARK link