mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: more fixes for JSON event clean up
parent
082c3a5580
commit
942b08617e
|
|
@ -81,7 +81,6 @@ export class TestFeedService {
|
||||||
// 2. SCOPED BLOCKLIST (Parent -> Child removal)
|
// 2. SCOPED BLOCKLIST (Parent -> Child removal)
|
||||||
const scopedBlocklist: Record<string, Set<string>> = {
|
const scopedBlocklist: Record<string, Set<string>> = {
|
||||||
session: new Set(["room", "openvidu"]),
|
session: new Set(["room", "openvidu"]),
|
||||||
target: new Set(["stream"]),
|
|
||||||
streamManagers: new Set(["stream"])
|
streamManagers: new Set(["stream"])
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue