Skip to content

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