jenkinsopenvidu
85db0393dc
Update openvidu-node-client to version v2.21.0
2022-03-02 15:57:18 +00:00
pabloFuente
f503d5006b
openvidu-server: fix lack of media_node_id to ELK summaries
2022-03-02 15:01:58 +01:00
csantosm
b4decda1f5
openvidu-components: Updated avatar-profile component
2022-03-02 11:02:06 +01:00
csantosm
1279962555
openvidu-components: Replaced user-settings component to pre-join
2022-03-02 11:01:07 +01:00
cruizba
773bb11e1b
deployment: Short description
2022-03-01 12:29:08 +01:00
cruizba
4c23213428
deployment: Add description to label in OpenViduEdition parameter of CF
2022-03-01 12:15:10 +01:00
pabloFuente
0b0f260ec9
Remove OPENVIDU_WEBRTC_SIMULCAST property from CE application.properties
2022-03-01 11:29:49 +01:00
cruizba
7763f331bc
deployment: Add openvidu edition as CF parameter
2022-03-01 10:54:29 +01:00
csantosm
d29f650b02
openvidu-components: Replaced poster image to letter color box
2022-02-28 16:18:37 +01:00
csantosm
e512dcc735
openvidu-components: Fixed participants initialization
2022-02-28 15:28:53 +01:00
csantosm
b529f6edc6
openvidu-components: Refactored nickname container
2022-02-28 14:37:35 +01:00
Juan Navarro
4d004e4a9e
Review all href usages of target="_blank"
...
Do not force the user's browser to open new tabs when navigating within
the documentation pages. We discussed about this and agreed that doing
so is user hostile and goes away from how HTTP links have been working
for 30 years (i.e. leave users decide if THEY want a new tab or not, by
how they open the links).
Used these regexes:
From: target="blank"
To: target="_blank"
From: (\]\((?!http)[^)]+\))\{:target="_blank"\}
To: $1
From: (\]\(https?://docs.openvidu.io[^)]+\))\{:target="_blank"\}
To: $1
From: href="((?!http)\S+)" target="_blank"
To: href="$1"
From: href="(https?://docs.openvidu.io\S+)" target="_blank"
To: href="$1"
2022-02-28 13:51:44 +01:00
Juan Navarro
1173f04abc
openvidu-browser: Log MediaStream ID instead of whole object
...
Log the MediaStream ID, which is a string, instead of the mediaStream
object, which showed up as "[object MediaStream]" in the logs.
2022-02-28 13:51:44 +01:00
csantosm
8f2d598236
openvidu-components: Updated participant model
...
Moved local and nickname properties to Participant Model from Stream Model
2022-02-28 13:50:09 +01:00
csantosm
5f22072f71
openvidu-components: Force mute participant from participants panel
2022-02-28 13:06:39 +01:00
csantosm
3e21207f8c
openvidu-components: Parametrized styles properties
2022-02-28 12:12:16 +01:00
cruizba
6d018de09d
deployment: external-turn - More explanatory comments at .env and certbot.sh
2022-02-25 20:01:51 +01:00
cruizba
d708d7f757
deployment: external-turn installation files
2022-02-25 19:39:43 +01:00
cruizba
d32aefb900
openvidu-server,openvidu-node-client: Typos and missing parameter in openvidu-node-client for IceServerProperties
2022-02-25 16:24:27 +01:00
csantosm
f23f39dd6f
openvidu-components: Improved user-settings component
...
- Changed replaceTrack to republishTrack until replaceTrack issue is fixed (https://github.com/OpenVidu/openvidu/pull/700 )
- Fixed bug in mat options
- Added audio detector
2022-02-25 14:36:36 +01:00
csantosm
99a5c945b3
openvidu-components: Minor style change
2022-02-25 13:58:54 +01:00
csantosm
6057d1c11e
openvidu-components: Refactored the video enlarged logic
2022-02-25 13:53:49 +01:00
csantosm
3318dfd207
openvidu-components: Refactored names and particicipant observables
2022-02-25 11:19:21 +01:00
cruizba
ead3252ce7
openvidu-server: Remove System.out
2022-02-25 10:49:53 +01:00
cruizba
c15d6170da
openvidu-server: External Turn REST API credentials: https://datatracker.ietf.org/doc/html/draft-uberti-rtcweb-turn-rest-00
2022-02-25 10:47:07 +01:00
cruizba
af5efc4de4
openvidu-server: Simplify readIceServer method to load OPENVIDU_WEBRTC_ICE_SERVERS
2022-02-24 21:59:00 +01:00
csantosm
de4812754b
openvidu-components: Splitted connection data from session
2022-02-24 17:16:11 +01:00
csantosm
1bf3ce1bc9
openvidu-components: Fixed layout bug.
...
The layout has a bad UX. The root element is created with the entire layout width and it has a weird UX behaviour. Custom class with no width and height has been added and removed dynamically when stream container is present.
2022-02-24 17:14:57 +01:00
csantosm
b52ca52e1d
openvidu-components: Minor styles changes
2022-02-24 10:39:36 +01:00
csantosm
000f21b9dd
openvidu-components: Used OnPush change detection strategy
2022-02-24 10:20:32 +01:00
csantosm
e02f72a0f1
openvidu-components: Fixed bug with fullscreen
...
Listened the F11 keydown for updating the UI
2022-02-24 10:16:23 +01:00
csantosm
ad06e2239b
openvidu-components: Fixed bug replacing the screen track
2022-02-23 17:10:11 +01:00
csantosm
948a64c551
openvidu-components: Added OnPush detection strategy
2022-02-23 12:13:28 +01:00
csantosm
8ee9d74d3d
openvidu-components: Play sound when a new message is received
2022-02-23 12:10:16 +01:00
csantosm
8ab769161b
openvidu-components: Fixed fullscreen toggle
2022-02-22 16:59:24 +01:00
csantosm
e63ef15d18
openvidu-components: Fixed bug replacing tracks in user-settings
2022-02-22 15:17:15 +01:00
cruizba
963191fe93
openvidu: Remove not needed method
2022-02-21 22:57:23 +01:00
cruizba
8220d9e6ed
openvidu-server: Minor changes on showing configuration at first run.
...
- Don't show on running some empty parameters on first run.
- Add post processing config for openvidu-pro to show postprocessed config parameters correctly on first run.
2022-02-21 22:19:38 +01:00
csantosm
f40093746f
openvidu-components: Imrpoved user settings
...
Fixed some bugs with replacing tracks and devices saved on storage
Minor refactoring
2022-02-21 17:33:23 +01:00
Juan Navarro
c972751e42
Use explicit anchor links for INDIVIDUAL and COMPOSED recording
...
Use explicitly set anchor links whenever they are used elsewhere.
Otherwise, changes in header text would break all references.
2022-02-18 13:28:48 +01:00
csantosm
b437547501
openvidu-components: Improved components cutomization
...
Custom structural directives have been added for improving the components customization.
These improvements now allow add custom child components inside of a custom parent component.
Besides, the conditional logic has been moved from view to model for improving maintainability
2022-02-17 17:26:30 +01:00
Carlos Ruiz Ballesteros
a6df44699c
Merge pull request #698 from OpenVidu/feature/custom-ice-servers
...
Feature/custom ice servers
2022-02-16 22:39:57 +01:00
cruizba
7cc5e0c7d0
Merge branch 'master' of https://github.com/OpenVidu/openvidu into feature/custom-ice-servers
2022-02-16 18:12:03 +01:00
cruizba
2719540d32
openvidu: Rename IceServerPropertiesTests to IceServerPropertiesTest
2022-02-16 18:11:53 +01:00
cruizba
285ff7b8f6
Fix wrong object in openvidu-java-client. Add e2e tests for customIceServers connection property in openvidu-java-client and openvidu-node-client
2022-02-16 17:36:41 +01:00
csantosm
c24a6d4cd0
openvidu-components: Added participant input in participant item
2022-02-15 16:52:17 +01:00
csantosm
602ae5b66b
openvidu-components: Added participant property in stream model
2022-02-15 16:44:09 +01:00
Juan Navarro
97656aa9d6
openvidu-browser: Use the RTCIceCandidate constructor on new candidates
...
The ice candidate event provides an "RTCIceCandidateInit" object, which
should be passed to the RTCIceCandidate() constructor, to build a proper
instance of RTCIceCandidate.
2022-02-15 16:32:53 +01:00
Juan Navarro
e426d223af
openvidu-browser: minor changes
2022-02-15 16:32:53 +01:00
Juan Navarro
2a5174a7b5
openvidu-browser: Catch errors on WebRTC calls
2022-02-15 16:32:53 +01:00