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
csantosm
8037fc99b1
openvidu-browser: Added custom logger to jsonrpcclient
2021-01-08 12:43:31 +01:00
pabloFuente
b3670cf893
openvidu-browser: add sessionId as query param to WS URL connection
2020-12-21 15:33:18 +01:00
csantosm
183f699eab
openvidu-browser: Fixed possible non method defined
2020-12-14 12:48:46 +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
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
98a35ab6ec
openvidu-node-client: TypeDoc update
2020-10-07 13:11:31 +02:00
pabloFuente
6b6d6c2ba4
openvidu-browser: sessionDisconnected event on failed reconnection with no Connection
2020-09-30 13:07:19 +02:00
wm-david-gomez
9536b4bcf1
Resolve promises in pause and resume methods from LocalRecorder
2020-09-30 09:42:16 +02:00
pabloFuente
12f215ddd9
openvidu-browser: fix unexpected undefined exception on reconnected callback
2020-09-29 11:59:30 +02:00
csantosm
5f258daf80
openvidu-browser: Exported network quality types
...
Exported NetworkQualityChangedEvent and NetworkQualityChangedReason
2020-09-18 16:20:28 +02:00
csantosm
c39e16852f
openvidu-browser: Network quality
...
- Added networkQualityChanged event
2020-09-18 15:15:55 +02:00
pabloFuente
693e2e6583
openvidu-browser: clean "closeSession" configuration from jsonrpcclient.js
2020-09-17 16:50:41 +02:00
pabloFuente
6f976246b4
openvidu-browser: better Stream.typeOfVideo documentation
2020-08-25 11:35:13 +02:00
csantosm
dfca30ef77
opnevidu-browser: Fixed ionic iOS check
2020-07-17 15:45:56 +02:00
csantosm
619c14f495
openvidu-browser: Replaced error message by warning when checking version
2020-07-08 11:17:12 +02:00
csantosm
bc65f454a2
Merge branch 'openvidu_browser_refactor'
2020-07-02 11:50:44 +02:00
csantosm
5857e46f3c
openvidu-browser: strengthened enumerateDevices condition. Fixes #498
2020-07-02 11:45:47 +02:00
csantosm
0c35f85602
Refactored openvidu-browser
2020-07-01 11:58:01 +02:00
csantosm
37b4f41862
openvidu-browser: iPad PRO support. Fixes #490
...
* iPad PRO support
* Refactor checkSystemRequeriments method
2020-06-09 15:27:00 +02:00
csantosm
9ad21624d3
openvidu-browser: removed ionic iOS limitation
...
With iosrct 6.0.12 release which included the fix of the issue https://github.com/cordova-rtc/cordova-plugin-iosrtc/issues/442 ionic iOS can uses the current WebRTC API so this code is unnecessary.
2020-06-04 16:50:34 +02:00
csantosm
699962969e
openvidu-browser: support Samsung browser in Samsung devices. Fixes #489
2020-06-02 14:09:19 +02:00
pabloFuente
0c60f665c1
Merge branch 'audio-video-state-subscriber' of https://github.com/hypersay/openvidu into hypersay-audio-video-state-subscriber
...
# Conflicts:
# openvidu-browser/src/OpenVidu/Subscriber.ts
2020-05-26 15:05:43 +02:00
CSantos
9ef0afeca5
openvidu-browser: Updated Safari screenShare requirements
2020-05-15 11:09:06 +02:00