pabloFuente
84f23f6beb
openvidu-test-e2e: update Kurento image from 6.16.0 to dev-6.18
2022-06-15 14:12:45 +02:00
pabloFuente
1dd234a928
Update "mediaNode" Recording property
2022-06-15 12:50:56 +02:00
csantosm
57869cb358
openvidu-components: Made toolbar responsive
2022-06-14 13:22:53 +02:00
csantosm
d18d37de82
openvidu-components: Emitted event when refresh button is clicked
2022-06-14 12:24:16 +02:00
pabloFuente
bb23e65897
openvidu-java-client: fix unit test
2022-06-13 18:32:30 +02:00
pabloFuente
735d4a96bd
Move RecordingProperties#fromJson from openvidu-server to openvidu-java-client
2022-06-13 18:20:53 +02:00
csantosm
7e8b6adaad
openvidu-components: Hidden bacground service from docs
2022-06-13 14:06:07 +02:00
csantosm
76e27fb5d9
openvidu-components: Updated Readme
2022-06-13 14:06:07 +02:00
csantosm
cf77883982
openvidu-components: Updated recording panel
2022-06-13 14:06:07 +02:00
csantosm
b133313e44
openvidu-components: Splitted material imports
2022-06-13 14:06:07 +02:00
csantosm
e83025f522
openvidu-components: Added translations
2022-06-13 14:06:07 +02:00
csantosm
15a7037b04
openvidu-components: Added admin dashboard
2022-06-13 14:06:07 +02:00
pabloFuente
d37809ac5b
openvidu-test-e2e: fix OpenVidu SDK fetch test
2022-06-10 12:38:14 +02:00
pabloFuente
c6e3875ceb
openvidu-server: fix uncaught exception in Token class
2022-06-10 11:57:04 +02:00
pabloFuente
b102a44d50
Move ConnectionProperties#fromJson from openvidu-server to openvidu-java-client
2022-06-10 11:54:47 +02:00
pabloFuente
a49e1818c0
Move SessionProperties#fromJson from openvidu-server to openvidu-java-client
2022-06-09 17:38:58 +02:00
Carlos Ruiz Ballesteros
caa9accf02
Merge pull request #734 from OpenVidu/deployment-logs
...
Improvements for deployment script "logs" command
2022-06-09 17:27:31 +02:00
csantosm
bba03ec8a0
openvidu-components: Implements AfterViewInit in prejoin component
2022-06-09 16:06:51 +02:00
Juan Navarro
ac5700cd95
Remove improper usages of SessionProperties.forcedVideoCodecResolved ( #737 )
...
forcedVideoCodecResolved is a property that gets automatically assigned
by the server and only used by it; clients don't need to know about its
existence and don't need to use it. Similarly, SessionProperties itself
should not serialize this field.
2022-06-09 15:29:23 +02:00
cruizba
a18b15146f
ci: Only listen on push master branch and PRs to master
2022-06-09 15:22:54 +02:00
csantosm
91c328b58f
openvidu-components: Fixed recording button toolbar
...
Checked role when the toolbar menu is opened for avoiding deprecated values
2022-06-09 14:45:59 +02:00
csantosm
84bf80c24a
openvidu-components: Fixed video blank on iOS devices
2022-06-09 12:28:04 +02:00
csantosm
3c323233a5
openvidu-components: Fixed bug with show mat menu in iPhone devices
2022-06-09 11:20:01 +02:00
pabloFuente
e3aaf2a25a
Update README with OpenVidu Tests badge
2022-06-08 14:40:26 +02:00
pabloFuente
83397b07dc
openvidu-server: fix RPC missing parameters exception message
2022-06-08 12:40:00 +02:00
Juan Navarro
4e54cd2472
deployments: Allow users to print whole logs or just follow them
...
Users can call the script with "-f" or "--follow" in order to follow the
latest lines (like with system tool "tail -f"), of not provide this
argument to obtain the whole contents of the logs.
2022-06-06 14:54:43 +02:00
Juan Navarro
5d61cb1afa
deployments: use "--tail 10" to follow logs
...
docker-compose uses "--tail all" by default, which prints the complete
logs before starting to follow new lines. This becomes a problem when
the service has been running for a lot of time and there are thousand of
lines.
Use "--tail 10" to mimic the behavior of the "tail" program, which shows
the latest 10 lines by default.
2022-06-06 14:46:37 +02:00
cruizba
5152f38d23
ci: Define defaults if not present for push
2022-06-06 14:33:40 +02:00
cruizba
c4ba0b66b4
ci: Check if default values works on push
2022-06-06 14:26:39 +02:00
cruizba
c326c206c4
ci: Use paths-ignore instead of paths
2022-06-06 14:16:32 +02:00
cruizba
757923bbc4
ci: Add e2e tests in github actions
2022-06-06 12:32:35 +02:00
csantosm
57c17b50ef
openvidu-components: Fixed missing device labels in Firefox
2022-06-03 11:34:55 +02:00
csantosm
a9854649a4
openvidu-components: Fixed form styles
2022-06-03 11:33:56 +02:00
csantosm
6e1783fb87
openvidu-components-e2e: Added sleep after open mat menu
2022-06-02 18:13:22 +02:00
csantosm
5d574fb3d2
openvidu-components: Allowed one single string token in webcomponent
2022-06-02 18:00:14 +02:00
csantosm
2fd764ce7c
openvidu-components: Commented recording e2e test
2022-06-02 17:05:51 +02:00
cruizba
e8fae9bf0f
openvidu-test-e2e: Fix streamPropertyChangedEventTest race condition.
...
This supposedly fix a flaky test. If the event reaches before the viewport resolution is known, test would fail.
Now the viewport resolution is adquired in a new Thread and the resolution is not compared until the event
and viewport resolution are received
2022-06-02 15:12:04 +02:00
csantosm
b80ca191e2
openvidu-components-e2e: added sleep after click button
2022-06-02 13:56:49 +02:00
csantosm
4a3865f419
github-actions: Fixed testapp url address
2022-06-02 13:32:14 +02:00
csantosm
adf362f4e8
github-actions: added certs chrome flags
2022-06-02 13:21:18 +02:00
csantosm
86fdab922a
github-actions: Launched openvidu-server with recording enabled
2022-06-02 12:49:54 +02:00
csantosm
e65a6b7afe
openvidu-components: Minor changes in recording panel view
2022-06-02 12:45:41 +02:00
csantosm
5754dcfd8f
openvidu-components: Updated e2e test
2022-06-02 12:44:32 +02:00
csantosm
44110a6246
openvidu-components: Added recording
...
openvidu-components: Fixed recording directive name
2022-06-02 12:44:32 +02:00
cruizba
206a44d881
openvidu-test-e2e: Ignore videoDimensions event in filter event test.
2022-06-02 00:48:12 +02:00
cruizba
8b27191378
Jenkinsfile: Remove kurento-java skip tests
2022-06-01 18:32:31 +02:00
cruizba
d6c430cd66
Jenkinsfile: Temporarly disable tests until kurento-java tests passes
2022-06-01 12:50:18 +02:00
cruizba
f0bba6ee43
Jenkisfile: Move mvn_settings instead of copying
2022-06-01 11:24:39 +02:00
cruizba
49dc9e7df0
Jenkisfile: Get public kurento snapshots credential to download snapshots
2022-06-01 11:18:46 +02:00
cruizba
bbb16189ef
Jenkinsfile: use maven settings so snapshots can be downloaded. Build kurento mvn build snapshots with only one thread to avoid github packages download restrictions
2022-06-01 10:48:10 +02:00