Carlos Santos
48d60eab40
openvidu-browser: Released v2.29.1
2023-10-26 11:38:12 +02:00
Carlos Santos
875c8536cc
openvidu-browser: Fixed bug with screensharing
...
When a screen publisher was initialized with audio but the user disable the publish audio after it, in the default browser popup, the subscriber was not able to receive the video and audio. There was an inconsistent with transceivers in webrtpeer
2023-10-26 11:10:49 +02:00
jenkinsopenvidu
8d1a4720bb
Update to version 2.29.0
2023-10-18 19:47:56 +00:00
Carlos Santos
1fb201375e
openvidu-browser: Released v2.29.0-beta1
2023-10-17 10:54:31 +02:00
pabloFuente
2e07e25df7
openvidu-browser: do not add default audio track to screen media steam if screen audio source
2023-10-16 16:51:29 +02:00
pabloFuente
1e416325b6
Revert "openvidu-browser: fix wrong screen audio track management"
...
This reverts commit 50a07ed203
.
2023-10-16 16:49:26 +02:00
pabloFuente
50a07ed203
openvidu-browser: fix wrong screen audio track management
2023-10-16 13:04:30 +02:00
pabloFuente
d2423b012d
openvidu-browser: document audioSource to "screen". Warn when no videoSource to "screen"
2023-10-05 16:54:56 +02:00
pabloFuente
ad96776571
openvidu-browser: fix getDisplayMedia audio bug
2023-10-05 16:42:21 +02:00
Carlos Santos
93e48ce139
openvidu-browser: initialized getDisplayMedia with audio track
2023-09-18 10:50:29 +02:00
pabloFuente
bbfc579161
openvidu-browser: fix object initialization type error
2023-08-21 13:17:35 +02:00
Matthias Seemann
566e52f1dd
Tolerate inaccessible localStorage
...
When reading from localStorage, treat security exceptions like absent values.
This supports running in third-party contexts when cross-origin cookies are blocked by the browser.
2023-08-03 21:23:27 +02:00
pabloFuente
0b57843e84
openvidu-browser: make forceMediaReconnectionAfterNetworkDrop also affect subscribers
2023-06-28 15:46:03 +02:00
pabloFuente
efcc15a109
openvidu-browser: fix wrong call to onreconnected
2023-06-27 16:20:34 +02:00
jenkinsopenvidu
9bbfc9855a
Update to version 2.28.0
2023-06-23 11:27:22 +00:00
cruizba
cd7f8ae282
Reformat of PR https://github.com/OpenVidu/openvidu/pull/809
2023-06-22 11:45:40 +02:00
Matthias Seemann
63e273129b
Fix Stream.isSendScreen() for custom videoSource
...
The custom MediaStreamTrack provided as videoSource parameter in the Publisher factory functions is now examined by the Stream.isSendScreen() method if it is a screen sharing video track.
2023-06-21 21:36:37 +02:00
Matthias Seemann
76ec592865
fix: remove video element which was never inserted before
...
fixes #802
2023-05-25 20:41:26 +02:00
pabloFuente
58c15b0e3c
openvidu-browser: bug fix when checking system requirements on motorola edge devices
2023-05-19 13:39:19 +02:00
pabloFuente
423e0d302f
openvidu-browser: remove code smell in OpenVidu.ts
2023-05-19 13:21:13 +02:00
Carlos Santos
90acd8682c
openvidu-browser: Avoided accessing to a property of null
2023-05-05 10:29:39 +02:00
jenkinsopenvidu
9f8cc36a9d
Update to version 2.27.0
2023-05-03 11:01:36 +00:00
csantosm
ec807d3944
openvidu-browser: Fixed bug with audio only MediaStream
...
If a MediaStream is published with video track stopped and a standard audio track, the video was not playing because the video track of subscriber was enabled. This track must be disabled for allowing play the video.
Issue reference: https://openvidu.discourse.group/t/microphone-doesnt-work-correctly-on-web-from-a-mobile-device/4514
2023-03-31 14:37:22 +02:00
pabloFuente
fc55b27e3e
openvidu-browser: update .gitignore
2023-03-15 23:06:46 +01:00
pabloFuente
59957d5f01
openvidu-browser: remove unwanted statics
2023-03-15 23:05:10 +01:00
jenkinsopenvidu
29461299e3
Update to version 2.26.0
2023-03-15 22:00:53 +00:00
pabloFuente
fa91a529bc
openvidu-browser: update Broadcasting link in Typedoc
2023-02-08 10:47:14 +01:00
pabloFuente
cae40f5493
Change concept RTMP to Broadcast. Prepare openvidu-browser for broadcast events
2023-02-03 13:55:17 +01:00
pabloFuente
0fbf4d9297
openvidu-browser: fix Publisher Typedoc for method publishVideo
2023-02-01 12:16:15 +01:00
jenkinsopenvidu
4d7e33ea5e
Update to version v2.25.0
2022-12-22 12:41:39 +00:00
pabloFuente
d6acd0d321
openvidu-browser: catch unhandled error on RTCPeerConnection#addIceCandidate
2022-12-16 16:32:45 +01:00
pabloFuente
b39f509562
openvidu-browser: update dependencies. Update TypeDoc to 0.24
2022-11-22 16:15:07 +01:00
jenkinsopenvidu
deb10d2aa2
Update to version v2.24.0
2022-11-17 18:05:30 +00:00
pabloFuente
1652311448
openvidu-browser: restore automatic Stream reconnection on ICE errors
2022-11-16 13:16:32 +01:00
pabloFuente
75eeda4aee
New RPC event "speechToTextDisconnected"
2022-11-15 19:25:40 +01:00
pabloFuente
6576f40db8
openvidu-browser: restrict Device.kind string type
2022-11-15 15:49:46 +01:00
pabloFuente
fc93566e04
openvidu-browser: add Types for Events
2022-11-15 15:28:55 +01:00
pabloFuente
4aa1813383
openvidu-browser: dispose remote Connection on connectionDestroyed event
2022-11-14 12:56:37 +01:00
pabloFuente
6bc8c31af1
openvidu-browser: fix RPC calls to STT (param connetionIds to connectionId)
2022-11-07 14:14:25 +01:00
pabloFuente
f5fc739ea1
Update OpenVidu Editions links
2022-11-02 12:17:44 +01:00
pabloFuente
0e9ae092e5
openvidu-browser: add new StreamPropertyChanged for audioTrack and videoTrack
2022-11-02 12:11:11 +01:00
Carlos Santos
103ae1fd54
openvidu-browser: Downgraded event info logs to debug level
2022-10-31 12:52:13 +01:00
pabloFuente
c865b70c40
openvidu-browser: subscribeToSpeechToText param documentation
2022-10-21 12:40:05 +02:00
pabloFuente
38a8681d17
'lang' parameter in subscribeToSpeechToText method
2022-10-21 10:32:00 +02:00
pabloFuente
cc8ac8d99d
openvidu-browser: protect onParticipantUnpublished upon undefined Connection.stream
2022-10-19 12:44:04 +02:00
pabloFuente
9defcf4e87
openvidu-browser: final SpeechToTextEvent format
2022-10-17 12:27:23 +02:00
pabloFuente
cf15f9f7b6
openvidu-server: manage STT participant as an invisible one
2022-10-10 18:40:25 +02:00
pabloFuente
37073bd0ec
openvidu-browser: speechToText to speechToTextMessage
2022-10-10 12:04:17 +02:00
pabloFuente
d700dd3e97
Speech-To-Text base support
2022-10-10 11:45:27 +02:00
jenkinsopenvidu
bf427ba4df
Update to version v2.23.0
2022-09-21 20:47:30 +00:00