openvidu-testapp: update dependency. Improved test scenarios
This commit is contained in:
parent
1f489f2443
commit
bbb70dd3ee
28
openvidu-testapp/package-lock.json
generated
28
openvidu-testapp/package-lock.json
generated
@ -23,8 +23,8 @@
|
||||
"colormap": "2.3.2",
|
||||
"core-js": "3.26.1",
|
||||
"json-stringify-safe": "5.0.1",
|
||||
"openvidu-browser-v2compatibility": "3.0.0-beta1",
|
||||
"openvidu-node-client-v2compatibility": "3.0.0-beta1",
|
||||
"openvidu-browser-v2compatibility": "3.0.0-beta2",
|
||||
"openvidu-node-client-v2compatibility": "3.0.0-beta2",
|
||||
"rxjs": "7.5.7",
|
||||
"tslib": "2.4.1",
|
||||
"zone.js": "0.12.0"
|
||||
@ -8190,9 +8190,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/openvidu-browser-v2compatibility": {
|
||||
"version": "3.0.0-beta1",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-browser-v2compatibility/-/openvidu-browser-v2compatibility-3.0.0-beta1.tgz",
|
||||
"integrity": "sha512-p4ouS/9xfbaskhsu8f/dHS9mHnz2O48dHZl+WJFqW8YUJyo9OCcTc2VK7Wt1ILnF0OIqnerlZcjuSZwfmRr5wg==",
|
||||
"version": "3.0.0-beta2",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-browser-v2compatibility/-/openvidu-browser-v2compatibility-3.0.0-beta2.tgz",
|
||||
"integrity": "sha512-IDDsunat/ln1vvSRaFtmXG4oEgYT+jYe9BX22+nLGyiSLpOE/w6oDDy6QAsnu6mTBQHQixJoVdNusEynjozd5A==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@livekit/egress-sdk": "^0.2.0",
|
||||
@ -8273,9 +8273,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/openvidu-node-client-v2compatibility": {
|
||||
"version": "3.0.0-beta1",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-node-client-v2compatibility/-/openvidu-node-client-v2compatibility-3.0.0-beta1.tgz",
|
||||
"integrity": "sha512-BmTTJIfagiWDlthidtQcEvP5clfYmVznh1Xm3nL1GXaAIT0fC7gmn4tvfiUtH3oh2V9TijV7pD1I8ICjf5zdFg==",
|
||||
"version": "3.0.0-beta2",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-node-client-v2compatibility/-/openvidu-node-client-v2compatibility-3.0.0-beta2.tgz",
|
||||
"integrity": "sha512-wULJ7MqXosNALtYyr9qgcXbh5M/aPINhDTpBJsstudbzqQyyLbou+jkjYhjnpNXOeJid2Ebyg5gYo4ndZf46zA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"axios": "1.7.1",
|
||||
@ -17792,9 +17792,9 @@
|
||||
}
|
||||
},
|
||||
"openvidu-browser-v2compatibility": {
|
||||
"version": "3.0.0-beta1",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-browser-v2compatibility/-/openvidu-browser-v2compatibility-3.0.0-beta1.tgz",
|
||||
"integrity": "sha512-p4ouS/9xfbaskhsu8f/dHS9mHnz2O48dHZl+WJFqW8YUJyo9OCcTc2VK7Wt1ILnF0OIqnerlZcjuSZwfmRr5wg==",
|
||||
"version": "3.0.0-beta2",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-browser-v2compatibility/-/openvidu-browser-v2compatibility-3.0.0-beta2.tgz",
|
||||
"integrity": "sha512-IDDsunat/ln1vvSRaFtmXG4oEgYT+jYe9BX22+nLGyiSLpOE/w6oDDy6QAsnu6mTBQHQixJoVdNusEynjozd5A==",
|
||||
"requires": {
|
||||
"@livekit/egress-sdk": "^0.2.0",
|
||||
"@livekit/track-processors": "^0.3.1",
|
||||
@ -17849,9 +17849,9 @@
|
||||
}
|
||||
},
|
||||
"openvidu-node-client-v2compatibility": {
|
||||
"version": "3.0.0-beta1",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-node-client-v2compatibility/-/openvidu-node-client-v2compatibility-3.0.0-beta1.tgz",
|
||||
"integrity": "sha512-BmTTJIfagiWDlthidtQcEvP5clfYmVznh1Xm3nL1GXaAIT0fC7gmn4tvfiUtH3oh2V9TijV7pD1I8ICjf5zdFg==",
|
||||
"version": "3.0.0-beta2",
|
||||
"resolved": "https://registry.npmjs.org/openvidu-node-client-v2compatibility/-/openvidu-node-client-v2compatibility-3.0.0-beta2.tgz",
|
||||
"integrity": "sha512-wULJ7MqXosNALtYyr9qgcXbh5M/aPINhDTpBJsstudbzqQyyLbou+jkjYhjnpNXOeJid2Ebyg5gYo4ndZf46zA==",
|
||||
"requires": {
|
||||
"axios": "1.7.1",
|
||||
"buffer": "6.0.3"
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
"colormap": "2.3.2",
|
||||
"core-js": "3.26.1",
|
||||
"json-stringify-safe": "5.0.1",
|
||||
"openvidu-browser-v2compatibility": "3.0.0-beta1",
|
||||
"openvidu-node-client-v2compatibility": "3.0.0-beta1",
|
||||
"openvidu-browser-v2compatibility": "3.0.0-beta2",
|
||||
"openvidu-node-client-v2compatibility": "3.0.0-beta2",
|
||||
"rxjs": "7.5.7",
|
||||
"tslib": "2.4.1",
|
||||
"zone.js": "0.12.0"
|
||||
@ -47,4 +47,4 @@
|
||||
"test": "ng test"
|
||||
},
|
||||
"version": "2.30.0"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@ import { StreamManager } from 'openvidu-browser-v2compatibility';
|
||||
*ngIf="!success() && !fail()" [diameter]="24">
|
||||
</mat-spinner>
|
||||
<mat-icon [color]="'warn'" *ngIf="success() || fail()"
|
||||
matTooltip aria-label="Select report" (click)="emitClickIconEvent($event)">{{success() ? 'done' : 'warning'}}</mat-icon>
|
||||
matTooltip aria-label="Select report" (click)="emitClickIconEvent($event)" [attr.data-status]="success() ? 'success' : 'waiting'">{{success() ? 'done' : 'warning'}}</mat-icon>
|
||||
</div>
|
||||
<app-ov-video [streamManager]="streamManager.streamManager"
|
||||
[attrstyle]="'width: 120px; height: initial'">
|
||||
@ -39,7 +39,7 @@ export class TableVideoComponent implements AfterViewInit, DoCheck {
|
||||
streamManager: this.streamManager.streamManager
|
||||
});
|
||||
}
|
||||
}, 10000);
|
||||
}, 18000);
|
||||
}
|
||||
|
||||
ngDoCheck() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user