pabloFuente
ff8b51dbf1
openvidu-browser: ExceptionEvent
2021-03-22 19:23:03 +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
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
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
csantosm
3d6249418c
openvidu-browser: Refactored Platform instances
...
Platform instances are now initialized in the classes constructors
2020-11-26 13:17:55 +01:00
pabloFuente
0a1a5e1e67
openvidu-browser: sendVideoData also in Edge
2020-11-16 14:06:18 +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
pabloFuente
7a26b25f12
ConnectionPropertyChanged event
2020-10-22 20:42:54 +02:00
pabloFuente
4ce089acb8
openvidu-browser: change token processing after joinRoom
2020-10-22 13:04:20 +02:00
pabloFuente
47f090b2cb
openvidu-browser: minor updates in NetworkQualityLevelChangedEvent
2020-10-17 19:46:22 +02:00
csantosm
8fb0398971
openvidu-browser: Updated network quality checks
...
- Excluded ionic ios from stats resolution
- Added ionic ios in basic version getting resolution from videoDimensions as Firefox
2020-10-14 17:07:34 +02:00
csantosm
433d640a8a
openvidu-browser: Wrapped platform library
2020-10-13 16:13:37 +02:00
csantosm
17ec0c8451
openvidu-browser: Added network quality Firefox support
...
- Added basic version for Firefox. It does not support webrtc stats approach
2020-10-13 12:29:02 +02:00
csantosm
67c50862bb
openvidu-browser: Added connection object to network quality event
2020-10-09 12:46:33 +02:00
csantosm
fff755237c
openvidu-browser: Renamed networkQualityChanged
2020-10-09 10:52:01 +02:00
csantosm
117366a57f
openvidu-browser: Removed sendVideoData call for remote event
2020-10-08 18:26:30 +02:00
csantosm
c3be4453d8
openvidu-browser: Replaced setInterval by setTimeout
2020-10-08 18:10:39 +02:00
csantosm
0a34e7f2de
openvidu-browser: Updated Network Quality Event
...
- Added sendVideoData method
2020-10-08 15:46:03 +02:00
pabloFuente
12f215ddd9
openvidu-browser: fix unexpected undefined exception on reconnected callback
2020-09-29 11:59:30 +02:00
csantosm
c39e16852f
openvidu-browser: Network quality
...
- Added networkQualityChanged event
2020-09-18 15:15:55 +02:00
csantosm
619c14f495
openvidu-browser: Replaced error message by warning when checking version
2020-07-08 11:17:12 +02:00
csantosm
0c35f85602
Refactored openvidu-browser
2020-07-01 11:58:01 +02:00
csantosm
3b13177643
openvidu-browser: Added custom logger. Fixes #440
2020-05-04 20:02:43 +02:00
pabloFuente
b2e28a81cf
openvidu-browser: fix 'on' and 'once' event methods memory leak
2020-04-26 22:22:39 +02:00
pabloFuente
9aee3eaf44
openvidu-browser and openvidu-node-client generate-docs.sh
2020-04-05 21:34:10 +02:00
pabloFuente
3e5853227b
openvidu-browser: fixes for Publishers subscribed to remote
2020-03-28 12:22:05 +01:00
pabloFuente
68dfd4414a
Library doc links to docs.openvidu.io
2020-03-21 23:54:18 +01:00
pabloFuente
b44323c96c
openvidu-browser: better Events dispatched typedocs
2020-02-23 12:05:05 +01:00
pabloFuente
46f0ad564e
openvidu-browser: better logging when reconnecting media streams
2020-02-14 21:54:23 +01:00
pabloFuente
4ae63984a2
openvidu-browser: media reconnections support
2020-02-14 20:51:52 +01:00
pabloFuente
8fe3605aeb
Copyright update from 2019 to 2020
2020-02-04 11:25:54 +01:00
cruizba
adef4546ee
openvidu-browser: Fix typo log coturn ip
2020-01-25 18:16:21 +01:00
cruizba
bc7ee37a8d
openvidu-browser: Modified Session.ts to accept in processToken the new parameter coturnIp
2020-01-25 16:53:10 +01:00
pabloFuente
78ffeca860
openvidu-browser: PublisherSpeaking and StreamVolumeChange events refactoring
2019-12-05 14:18:46 +01:00
pabloFuente
91daa9aa44
openvidu-browser: filter wrong "to" elements on Session.signal
2019-10-29 11:41:03 +01:00
pabloFuente
2ed986053c
openvidu-browser: SignalEvent update to support signal REST API
2019-09-16 10:00:38 +02:00
pabloFuente
edf5bf5fe9
openvidu-browser: rollback fix to Ionic iOS subscribers
2019-07-04 16:28:14 +02:00
pabloFuente
0b22c295ee
openvidu-browser: old fix for iosIonic processAnswer removed
2019-06-06 18:14:36 +02:00
pabloFuente
2bad86e108
openvidu-browser: IE master branch rollback
2019-06-03 17:16:18 +02:00