diff --git a/openvidu-testapp/src/app/services/test-feed.service.ts b/openvidu-testapp/src/app/services/test-feed.service.ts index 3948ea851..41d06423c 100755 --- a/openvidu-testapp/src/app/services/test-feed.service.ts +++ b/openvidu-testapp/src/app/services/test-feed.service.ts @@ -81,7 +81,6 @@ export class TestFeedService { // 2. SCOPED BLOCKLIST (Parent -> Child removal) const scopedBlocklist: Record> = { session: new Set(["room", "openvidu"]), - target: new Set(["stream"]), streamManagers: new Set(["stream"]) };