pabloFuente
05718efc2e
openvidu-browser: fix ExceptionEvent NO_STREAM_PLAYING_EVENT (triggered by Session)
2021-05-26 13:01:35 +02:00
pabloFuente
6a049918d6
openvidu-browser: ExceptionEvent.NO_STREAM_PLAYING_EVENT
2021-05-25 20:22:31 +02:00
pabloFuente
a135ea0aec
openvidu-browser: support Master Node crash
2021-05-24 14:55:47 +02:00
pabloFuente
52fee08e45
openvidu-browser: update broken RTCPeerConnection check
2021-05-19 10:46:00 +02:00
cruizba
68eac029c1
Max length for log messages sent to not miss important information
2021-04-29 23:37:44 +02:00
cruizba
b7da22180c
Change to debug more possible long logs
2021-04-29 21:28:53 +02:00
cruizba
b1be6e0bd5
Change log level from info to debug on possible big logs entries
2021-04-29 20:47:21 +02:00
cruizba
a8917c17ac
openvidu-pro: Index browser logs based on finalUserId
2021-04-29 18:45:26 +02:00
pabloFuente
7c494b0476
Send finalUserId to openvidu-browser on RPC joinRoom
2021-04-29 14:03:42 +02:00
cruizba
5287ed631f
openvidu-browser: Parametrized send openvidu browser logs, disabled by default
2021-04-07 17:29:51 +02:00
cruizba
5841d15a86
openvidu-pro: Adapt openvidu-browser and openvidu-server ce to send browser logs related with openvidu-browser in OpenVidu Pro
2021-03-31 17:12:37 +02:00
pabloFuente
da3fb64073
openvidu-browser: fix Session.unpublish (check Connection.stream before deletion)
2021-03-31 12:49:21 +02:00
pabloFuente
87117f31e4
openvidu-browser: hark refactoring. Allow PublisherSpeakingEvent for local streams
2021-03-30 18:04:56 +02:00
pabloFuente
0a3553c704
openvidu-browser: OpenVidu.webrtcStatsInterval by default to -1
2021-03-29 15:44:04 +02:00
pabloFuente
59c3a84718
openvidu-browser: promisified Session.unpublish and Session.unsubscribe
2021-03-29 14:53:12 +02:00
pabloFuente
464ef90c79
openvidu-browser: single iceServer on RTCPeerConnection
2021-03-26 22:02:53 +01:00
pabloFuente
087ef665c2
openvidu-browser: small refactoring of Publisher.replaceTrack method
2021-03-25 16:29:38 +01:00
pabloFuente
f92869cff5
openvidu-browser: better Publisher.replaceTrack docs
2021-03-25 14:21:59 +01:00
pabloFuente
eae032405d
openvidu-browser: Publisher.replaceTrack method refactoring
2021-03-25 13:58:56 +01:00
pabloFuente
ef013ca5e0
openvidu-browser: full video dimensions refactoring
2021-03-24 19:39:49 +01:00
pabloFuente
faf7f6820b
openvidu-browser: fix local StreamPropertyChangedEvent filter (options as object instead of string)
2021-03-24 12:15:19 +01:00
pabloFuente
1dc8b38c0c
openvidu-browser: add EdgeMobile to NetworkQualityAPI
2021-03-23 19:01:09 +01:00
pabloFuente
be983f2a71
openvidu-browser: keep audioActive and videoActive after subscription reconnection
2021-03-23 15:34:33 +01:00
pabloFuente
bd3d831355
openvidu-browser: typed Session.[on,once,off] for ExceptionEvent
2021-03-23 10:33:52 +01:00
pabloFuente
ff8b51dbf1
openvidu-browser: ExceptionEvent
2021-03-22 19:23:03 +01:00
pabloFuente
4219c6dbc7
openvidu-browser: Stream is not a public EventDispatcher
2021-03-22 13:27:58 +01:00
pabloFuente
2cef860128
openvidu-browser: throw OPENVIDU_NOT_CONNECTED when Session.connect not called
2021-03-22 13:02:41 +01:00
pabloFuente
084cfc49f7
mediasoup refactoring
2021-03-16 10:26:39 +01:00
pabloFuente
471cbeb208
openvidu-browser: update dependencies and fix Promise return types
2021-03-09 15:07:45 +01:00
csantosm
cc02fa4f7a
openvidu-browser: Fixed sendVideoData bug when peerConnection is closed
2021-02-25 15:16:18 +01:00
pabloFuente
f672090757
openvidu-browser: fix Map refactoring bugs (for..in not working on Map)
2021-02-18 16:00:07 +01:00
csantosm
ff84eb128b
openvidu-browser: Added method necessary for openvidu-test-app
2021-02-16 18:16:47 +01:00
csantosm
f286ce8131
openvidu-browser: Refactored WebRtcStats
...
- Updated WebRtcStats file allowing send extra information with webrtc stats such as userId, sessionId, platform description ...
2021-02-16 17:18:03 +01:00
csantosm
c34c198b84
openvidu-browser: Fixed video filter call
2021-02-04 11:14:41 +01:00
csantosm
ce6beac85d
openvidu-browser: Checked remoteConections size before find into it
...
When two connections close at the same time, it shows the following error :
OpenVidu Error Remote connection unknown when 'onParticipantLeft'. Existing remote connections: []
it has been avoided checking if remoteConnections is not empty
2021-02-03 17:41:25 +01:00
csantosm
c0f1e1d6fb
openvidu-browser: Used typescript Map insted of custom map
2021-02-03 17:32:23 +01:00
pabloFuente
b3670cf893
openvidu-browser: add sessionId as query param to WS URL connection
2020-12-21 15:33:18 +01:00
Carlos Santos
9aa76d80aa
Merge pull request #570 from melanef/bugfix/#569-Video-Dimensions-on-Firefox
...
openvidu-browser: Bugfix/#569 video dimensions on firefox
2020-12-01 14:17:57 +01:00
csantosm
293899de8a
openvidu-browser: Fixed video data timeouts errors
...
Fixex and cleaned timeout and intervals in sendVideoData method when session is left or when loops are finished
2020-12-01 13:26:41 +01:00
Amauri de Melo Junior
7a0592a326
569 - Session: adding fallback values (0) to the height and width in case the stream's videoDimensions are not set and adding safe-check in case videoActive or audioActive were not set
2020-11-30 09:41:56 -03:00
pabloFuente
e7a1d4228f
openvidu-browser: fix support for Microsoft Edge Android
2020-11-30 11:18:33 +01:00
csantosm
3d6249418c
openvidu-browser: Refactored Platform instances
...
Platform instances are now initialized in the classes constructors
2020-11-26 13:17:55 +01:00
csantosm
6dba08afe4
openvidu-browser: Fixed method invocation
...
Te condition always is returned true because the method is declared
2020-11-25 15:31:29 +01:00
pabloFuente
0a1a5e1e67
openvidu-browser: sendVideoData also in Edge
2020-11-16 14:06:18 +01:00
pabloFuente
a92335b5be
openvidu-browser: allow screen sharing with Edge
2020-11-16 14:04:18 +01:00
pabloFuente
57f30b54be
openvidu-browser: fix Edge support
2020-11-15 23:24:55 +01:00
pabloFuente
3c1d4fd69f
openvidu-browser: all dependencies updated
2020-11-10 18:22:14 +01:00
pabloFuente
da084e2b31
openvidu-browser: improve send videoData with interval
2020-11-10 14:51:19 +01:00
pabloFuente
242b023c2c
Network quality level new value and old value
2020-11-04 19:27:58 +01:00
pabloFuente
06fdc2de54
openvidu-server: RPC joinRoom params to ProtocolElements. Fix Token#getRecord
2020-10-22 21:28:23 +02:00