twilio-video.js icon indicating copy to clipboard operation
twilio-video.js copied to clipboard

trackUnpublished event for LocalParticipant

Open ksocha opened this issue 4 years ago • 2 comments

Hi!

I would like to receive an information when local participant has unpublished a track. Currently, trackUnpublished event is fired for remote participants only. Is this something that could be added in the future? If not, how I can tell if local participant has unpublished a track?

Thanks!

  • [x] I have verified that the issue occurs with the latest twilio-video.js release and is not marked as a known issue in the CHANGELOG.md.
  • [x] I reviewed the Common Issues and open GitHub issues and verified that this report represents a potentially new issue.
  • [ ] I verified that the Quickstart application works in my environment.
  • [x] I am not sharing any Personally Identifiable Information (PII) or sensitive account information (API keys, credentials, etc.) when reporting this issue.

ksocha avatar May 08 '20 06:05 ksocha

I can see now that #657 addresses that. Any chance it would be merged anytime soon?

ksocha avatar May 08 '20 09:05 ksocha

Hi @ksocha ,

We have an internal ticket to work on providing a "trackUnpublished" event on the LocalParticipant. We need to figure out when to signal that event. From an SDK user's perspective, you can consider the Track as unpublished as soon as LocalParticipant.unpublishTrack() is called. Right now, we don't have a concrete ETA on this, but I'll keep you posted.

Thanks,

Manjesh Malavalli JSDK Team

manjeshbhargav avatar May 12 '20 01:05 manjeshbhargav

We have de-prioritized this feature.

manjeshbhargav avatar Jun 02 '23 17:06 manjeshbhargav