openvidu-testapp: more fixes for JSON event clean up

v2compatibility
pabloFuente 2025-12-26 13:33:32 +01:00
parent 082c3a5580
commit 942b08617e
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ export class TestFeedService {
// 2. SCOPED BLOCKLIST (Parent -> Child removal)
const scopedBlocklist: Record<string, Set<string>> = {
session: new Set(["room", "openvidu"]),
target: new Set(["stream"]),
streamManagers: new Set(["stream"])
};