csantosm
fc7b961010
openvidu-components: Updated layout
2022-07-01 12:50:59 +02:00
csantosm
8f2cfec201
openvidu-components: Fixed recording extension
2022-06-28 21:16:11 +02:00
csantosm
84d3ea1de7
openvidu-components: Updated E2E test
2022-06-28 14:16:53 +02:00
csantosm
6ace61fe75
openvidu-components: Updated test app
2022-06-28 13:16:39 +02:00
csantosm
a46502ceca
openvidu-components: Improved play and download recordings
2022-06-28 12:47:29 +02:00
csantosm
eaed1b3692
openvidu-components: Fixed replace tracks in session
2022-06-24 16:12:36 +02:00
csantosm
ea3f16778e
openvidu-components: Fixed panel services bugs
...
Chat panel is not updating when a new message is received.
Wrong method had been invoked
2022-06-24 12:50:19 +02:00
pabloFuente
556b3a0a2b
openvidu-browser: replace setAttribute('playsinline') with playsInline=true
2022-06-23 13:28:00 +02:00
pabloFuente
17ff9105aa
openvidu-browser: fix echo when calling Publisher#replaceTrack
2022-06-23 13:23:36 +02:00
csantosm
6269db8978
openvidu-components: Avoided subscribe to recording events if disabled
2022-06-22 14:01:50 +02:00
csantosm
fd45988bfc
openvidu-components: Updated testapp
2022-06-22 12:42:02 +02:00
csantosm
26f96761cd
openvidu-components: Improved play recordings feature
2022-06-22 12:35:31 +02:00
csantosm
c71848ec3c
openvidu-copmponents: Updated recording and admin dashboard
2022-06-20 17:03:54 +02:00
csantosm
b2dc5da33c
openvidu-components: Fixed typo showing disconnected error
2022-06-20 17:01:29 +02:00
pabloFuente
c37e619dac
openvidu-java-client: add method OpenVidu#getActiveSession(String sessionId)
2022-06-20 11:23:15 +02:00
csantosm
b283dcd3a2
openvidu-components: Fixed bug updating media devices
2022-06-17 12:50:20 +02:00
csantosm
a1d55575fd
openvidu-components-e2e: Added settings button test
2022-06-16 15:56:57 +02:00
csantosm
2c200d4d86
openvidu-components: Added missing bg effects directive to webcomponent
2022-06-16 15:56:14 +02:00
csantosm
12ad515e5b
openvidu-components: Added settings directive to webcomponent
2022-06-16 15:55:40 +02:00
csantosm
c8264fdb1b
openvidu-components: Added settings panel for configuring media devices
2022-06-16 14:01:19 +02:00
pabloFuente
3908dfc146
openvidu-java-client: improve default values of Properties
2022-06-16 12:21:11 +02:00
pabloFuente
e5fc3927b5
openvidu-java-client: RecordingPropertiesTest
2022-06-15 15:58:10 +02:00
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