pabloFuente
a4b010faba
Add enableTranscoding ingress option for WHIP
2024-11-21 16:11:33 +01:00
pabloFuente
18343fa47d
openvidu-testapp: add CreateIngressOptions to dialog
2024-11-21 14:54:49 +01:00
pabloFuente
738431b6bf
openvidu-testapp: fix error messages
2024-11-18 17:08:47 +01:00
pabloFuente
d156db6051
openvidu-testapp: refactor room service to use Node SDKs
2024-11-18 13:59:56 +01:00
pabloFuente
0a3129e818
openvidu-testapp: add auto refresh of video track information
2024-11-06 11:32:19 +01:00
pabloFuente
1d91d6fa9d
openvidu-testapp: make deviceId a proper selector in VideoCaptureOptions
2024-10-28 19:12:16 +01:00
pabloFuente
57d92873da
openvidu-testapp: toggle video zoom
2024-10-24 11:37:04 +02:00
pabloFuente
88baf99368
openvidu-testapp: new features to test simulcast, dynacast and adaptive stream
2024-10-02 01:14:42 +02:00
pabloFuente
71598c2d7d
openvidu-test-e2e: enable tests (one-to-one audio and video only, massive room)
2024-09-28 12:13:51 +02:00
pabloFuente
888f0bdb7e
openvidu-testapp: complete participant options. Add VideoResolution
2024-09-17 14:46:21 +02:00
pabloFuente
7e7b6d2915
openvidu-testapp: test scenarios. Full LiveKit options dialog
2024-09-17 01:32:41 +02:00
pabloFuente
eccc37156a
OpenVidu v3
2024-07-02 19:19:05 +02:00
pabloFuente
b40f120efa
openvidu-server: allow only-audio broadcasting. Add new test
2023-04-26 18:46:35 +02:00
pabloFuente
cfb6f60aab
openvidu-testapp: fix typo
2023-02-16 21:06:54 +01:00
pabloFuente
4d2fa546cf
openvidu-testapp: broadcast
2023-02-14 17:40:48 +01:00
pabloFuente
84864202aa
openvidu-testapp: fix broken checkboxes after Angular update
2022-12-27 13:57:15 +01:00
Carlos Santos
f709eb8da9
openvidu-testapp: Updated to Angular 14
...
ci: Updated testapp building
openvidu-testapp: Added missing HTTPClient import
openvidu-testapp: Updated circular references stringifying a JSON
2022-11-23 17:15:34 +01:00
pabloFuente
0d73bdc462
openvidu-server: simplify STT operations with single a connectionId
2022-11-07 13:35:35 +01:00
pabloFuente
dd62c033df
openvidu-testapp: move STT button to stream dialog
2022-11-04 12:00:32 +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
cruizba
5e19622198
openvidu-testapp: Show configured ICE servers on created RTCPeerConnections to check ice server configuration from OpenVidu
2022-02-13 20:37:57 +01:00
Juan Navarro
8e5f5d4cf4
openvidu-server, browser: Add Simulcast Publisher config ( #680 )
...
Simulcast is a per-Publisher configuration that allows to enable
Simulcast senders on the client's PeerConnection of each sender.
Simulcast is a WebRTC feature that sends multiple simultaneous streams
with different video qualities, in order to let the media server decide
which quality is best for which Subscriber on the receiving side.
Enabled by default.
2022-01-05 15:12:51 +01:00
pabloFuente
ea59ad0519
openvidu-testapp: default values for SessionProperties dialog
2021-12-16 14:54:08 +01:00
pabloFuente
e5f87f58e8
openvidu-test-e2e: fix restApiFetchForce
2021-11-10 15:01:43 +01:00
pabloFuente
166ab0ba83
openvidu-test-e2e and openvidu-testapp: fix openviduSdkFetchTest
2021-11-10 13:24:46 +01:00
pabloFuente
f693db6f15
openvidu-testapp: fix PublisherPropertiesDialogComponent type error
2021-10-22 12:11:09 +02:00
pabloFuente
1a2dd5b203
openvidu-testapp: improve filter selection
2021-10-21 19:35:26 +02:00
pabloFuente
43a045bec6
openvidu-testapp: add ids to PublisherProperties inputs
2021-10-21 17:23:39 +02:00
pabloFuente
5aed7fa9f0
openvidu-testapp: reconnect on server failure
2021-10-19 18:03:58 +02:00
pabloFuente
d27e5c9658
openvidu-testapp: RecordingProperty ignoreFailedStreams
2021-05-11 19:15:58 +02:00
pabloFuente
73835701a6
openvidu-testapp: fix Session API dialog when no mediaNode
2021-04-14 19:52:20 +02:00
pabloFuente
3cc11fbffb
openvidu-test-app: fix RecordingPropertiesComponent
2021-04-14 15:23:32 +02:00
pabloFuente
2cafb64f4b
openvidu-testapp: RecordingProperties refactoring
2021-04-13 13:04:49 +02:00
pabloFuente
08f878b8a9
openvidu-node-client: fix defaultRecordingProperties initialization
2021-04-12 13:44:12 +02:00
pabloFuente
12b8087042
openvidu-testapp: fix defaultOutputMode
2021-04-05 21:56:38 +02:00
pabloFuente
4cc1bacc20
openvidu-java-client and openvidu-node-client: manage frameRate in recording metadata
2021-04-05 20:50:29 +02:00
pabloFuente
c4ca3863ce
openvidu-testapp: secure RecordingProperties on Session API dialog
2020-12-03 17:21:22 +01:00
pabloFuente
0fe64458af
openvidu-testapp: allow choosing Media Node on recording start
2020-12-02 19:15:02 +01:00
cruizba
c2b0f95c2a
openvidu-server-e2e: Add tests for transcoding parameters for java-client, node-client and API Rest
2020-11-19 23:58:26 +01:00
cruizba
7a25233b8b
Force codec parameters to avoid transcoding
2020-11-19 17:06:50 +01:00
pabloFuente
cfc704c665
Fix tests
2020-11-19 14:44:52 +01:00
pabloFuente
c5ae79b3a9
Rename ConnectionOptions to ConnectionProperties
2020-10-21 22:19:01 +02:00
pabloFuente
2bf1b2cccb
openvidu-test-e2e: test Node client Session.createConnection
2020-10-21 11:48:38 +02:00
pabloFuente
93c86d3efb
openvidu-testapp: updated to new createConnection API
2020-10-20 22:23:08 +02:00
pabloFuente
3c80cbfede
openvidu-testapp: update to support new Session.updateConnection method
2020-10-08 17:37:17 +02:00
pabloFuente
b1801ae33c
openvidu-testapp: allow force publishing independently of role
2020-10-07 12:13:55 +02:00
pabloFuente
412c169b1b
openvidu-testapp: fix SessionPropertiesDialogComponent
2020-10-05 14:12:00 +02:00
pabloFuente
baa7e37c2c
openvidu-server: record Token option
2020-10-05 11:16:36 +02:00
pabloFuente
3056d21320
openvidu-test-e2e: custom layout recording test
2020-10-01 18:36:01 +02:00
pabloFuente
9c4941de9a
openvidu-server: webhook
2019-06-24 15:15:28 +02:00