Commit Graph

3392 Commits (b133313e446cfacf9c97492220ac3e22a884b66c)

Author SHA1 Message Date
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
csantosm 4af8be5a72 openvidu-components: Updated video poster styles 2022-06-01 10:01:05 +02:00
Carlos Ruiz Ballesteros f2f37ab42d
Merge pull request #722 from OpenVidu/kurento-6.18
Change to new API methods for Kurento release 6.18.0
2022-05-31 17:46:17 +02:00
cruizba a8fd0f8cf7 deployment: Prepare for kurento dev-6.18 2022-05-31 17:44:41 +02:00
csantosm 5fa3f749f5 openvidu-components: Added black poster when video is muted 2022-05-31 17:08:59 +02:00
csantosm 2785d3c036 Revert "openvidu-node-client: Updated rejected responses"
This reverts commit df7bd5f202.
2022-05-31 10:44:57 +02:00
cruizba f0f5f217bb openvidu-server: Missing add customIceServer in joinRoom response 2022-05-30 20:46:20 +02:00
cruizba 958eaee41d openvidu-server: Check nulls before setting default ICE servers in customIceServers 2022-05-30 20:40:10 +02:00
cruizba 789ff26cfc openvidu-server: Set default coturnIp and coturnPort in customIceServers at joinRoom RPC response, ONLY if customIceServers are not defined 2022-05-30 18:03:50 +02:00
csantosm e505cd6c8d openvidu-node-client: Downgraded dev dependencies 2022-05-30 13:17:40 +02:00