Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Implement MediaTracks removing (#27) #109

Merged
merged 152 commits into from
Mar 31, 2021
Merged

Implement MediaTracks removing (#27) #109

merged 152 commits into from
Mar 31, 2021

Conversation

evdokimovs
Copy link
Contributor

@evdokimovs evdokimovs commented Jun 16, 2020

Part of #27

Requires #105

Synopsis

Currently, if Control API client asks Media Server to remove Endpoint which is already interconnected with some another Endpoint - Peer connection between two Members will be removed instead of removing concrete MediaTracks related to the removed Endpoint from those Peer connections.

Solution

  • 1. Implement TracksRemoved event on client and server
  • 2. Remove MediaTrack related to removed Endpoint on Endpoint remove

Checklist

  • Created PR:
    • In draft mode
    • Name contains Draft: prefix
    • Name contains issue reference
    • Has k:: labels applied
    • Has assignee
  • Documentation is updated (if required)
  • Tests are updated (if required)
  • Changes conform code style
  • CHANGELOG entry is added (if required)
  • FCM (final commit message) is posted
    • and approved
  • Review is completed and changes are approved
  • Before merge:
    • Milestone is set
    • PR's name and description are correct and up-to-date
    • Draft: prefix is removed
    • All temporary labels are removed

@alexlapa alexlapa self-requested a review March 25, 2021 11:05
@alexlapa alexlapa marked this pull request as ready for review March 25, 2021 11:05
@alexlapa alexlapa requested a review from tyranron March 26, 2021 15:58
Copy link
Member

@tyranron tyranron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you be so kind to actualize this with recent master?

@evdokimovs evdokimovs requested a review from tyranron March 30, 2021 17:44
@tyranron tyranron changed the title Draft: Implement MediaTracks removing (#27) Implement MediaTracks removing (#27) Mar 31, 2021
@tyranron
Copy link
Member

@evdokimovs wait pipeline to proceed well before merge.

@evdokimovs evdokimovs merged commit 2f78455 into master Mar 31, 2021
@evdokimovs evdokimovs deleted the delete-tracks branch March 31, 2021 11:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Improvement of existing features or bugfix k::api Related to API (application interface)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants