Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong parameter when stopping recorder #1565

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nvazquezg
Copy link

Description

When stopping a recording, the ExternalOutput must be removed from the RoomController using the method removeExternalOutput. The first parameter must be an existing publisherId.
In the current source, the value used as first parameter is the recordingId that isn't a publisherId, so the RoomController won't find the publisher and the recording won't stop.
The recording will only stop when the publisher leaves the room.

This PR changes the parameter to the publisherId so that the ExternalOutput can be correctly removed.

[] It needs and includes Unit Tests

Changes in Client or Server public APIs

[] It includes documentation for these changes in /doc.

@Arri98 Arri98 mentioned this pull request Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant