Louis Sivillo
0ae96d8e18
Updated API docs to include connectvityEvents
пре 6 година
Saúl Ibarra Corretgé
91f15f86ab
feat(permissions): refactor keeping track of device permissions
Use the W3C Permissions API where possible. At the time of this writing this is
supported in Chrome >= 64.
пре 6 година
Saúl Ibarra Corretgé
3d02a85744
cleanup: remove no longer used code 🔥🔥🔥
The code for handling device availability has been disabled for a long time,
plus it's ill named since it represents 2 abstractions: lack of permissions and
lack of devices.
Time for it to rest in the git graveyard.
пре 6 година
Saúl Ibarra Corretgé
6a0c44450a
core: refactor initialization not to return a Promise
There is nothing asynchronous about the initialization process (anymore), thus
turn it into a synchronous method.
In addition, WebRTC support is absolute, it cannot change from not being
supported to being supported (as it plreviously could, thanks to Temasys) so get
rid of the ancillary logic to support that.
Last, introduce a way to check if WebRTC is supported in the current
environment: JitsiMeetJS.isWebRtcSupported().
пре 6 година
Saúl Ibarra Corretgé
826dacdc7d
feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥
пре 6 година
damencho
ec34776e1f
Removes disableDesktopSharing option.
пре 7 година
Дамян Минков
62f7e5c73e
Removes Firefox extension handle (removed in FF newer than latest ESR). (#722)
пре 7 година
Saúl Ibarra Corretgé
bebfebf025
doc: remove incorrect note about token parameter
пре 7 година
Saúl Ibarra Corretgé
97a450c778
doc: fix link to public lib-jitsi-meet JS file
пре 7 година
Saúl Ibarra Corretgé
a8349d40a1
feat(JitsiConnectionErrors): remove unused constant (#656)
Also, updatee the documentation section on connection errors.
пре 7 година
Дамян Минков
16d3b2eacb
Uses optional statsId to report to callstats and push it to presence. (#608)
* Uses optional statsId to report to callstats and push it to presence.
The feature is behind a flag which is disabled by default.
* Renames statsId to statsID.
* Fixes doc.
пре 7 година
Saúl Ibarra Corretgé
1387e283d4
feat(h264): add ability to disable H.264 (#610)
This is performed by stripping all traces of H.264 from the local SDP before
passing it to `setLocalDescription`.
пре 7 година
Saúl Ibarra Corretgé
3295be78c5
feat(JitsiLocalTrack): make mute/unmute more resilient
Instead of failing with an error if another operation is in progress, which is
impossible to know as a user, chain them using the primises API.
пре 7 година
Paweł Domas
a6abae2e61
feat: add 'disableDesktopSharing' option (#548)
* feat: add 'disableDesktopSharing' option
* ref(ScreenObtainer): simplify init
пре 7 година
Iñaki Baz Castillo
28b541d743
feat(DataChannel): add support for WebSockets in addition to data channels
Some browsers may not support data channels (hi there, Edge!) and sometimes it
may not be desirable for other reasons.
пре 7 година
Alfredo Guzman
645f13b112
Get local user ID (#495)
* Get local user ID
How to get the id Participate local.
* Correction of the sequence of numbers
пре 7 година
Дамян Минков
4083e5d641
Introduces new config ignoreStartMuted, ignores start muted option. (#428)
Ignores start audio/video muted requests received by jicofo.
пре 8 година
damencho
5158c4f352
Changes lastN event params to be leaving and entering endpoint IDs.
пре 8 година
brian baldino
4d2349b410
add notes on preferH264 (and disableRtx) to the api doc
пре 8 година
Saúl Ibarra Corretgé
079f95974b
cleanup: Make desktop sharing options consistent and drop deprecated ones
Make sure there are options to set the extension ID and an enabled flag for
both Chrome and Firefox.
Removed checking for deprecated configuration options: desktopSharing,
chromeExtensionId and minChromeExtVersion.
пре 8 година
hristoterezov
3f43e1e4e5
feat(caps): Implement XEP-0115
пре 8 година
paweldomas
935667f2fc
feat: add BEFORE_STATISTICS_DISPOSED event
пре 8 година
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
пре 8 година
damencho
0f52b939b7
Adds a property to disable/enable talk while muted.
By default talk while muted detection is disabled.
пре 8 година
damencho
a9dd9ad1d2
Adds a option to set custom callstats script.
пре 8 година
paweldomas
9da5aeec84
doc(API): describe 'enableLipSync' option
пре 8 година
tsareg
d00993293a
Added TRACK_NO_STREAM_FOUND JitsiTrackError type
пре 8 година
damencho
be22ab769b
Loads analytics js dynamically by searching for it next to the library or by using a custom script url option passed to the library on initialisation.
пре 8 година
damencho
234f3384e1
Moves loading of analytics in the library.
пре 8 година
hristoterezov
301ed7e503
Changes methods that use RTCDatachanel#send to throw exception on fail
пре 8 година
hristoterezov
2525f5ff81
Implements interfaces for data channel communication
пре 8 година
bgrozev
6c870f70b5
Revert "Implements interfaces for data channel communication"
пре 8 година
hristoterezov
dd24d1bee1
Implements interfaces for data channel communication
пре 8 година
tsareg
c43a3bcbe8
Expose JitsiTrackError through JitsiMeetJS.errorTypes.JitsiTrackError
пре 8 година
tsareg
ab5bf028c2
Removed mention of JitsiTrackError in docs
пре 8 година
tsareg
714585de88
Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks
пре 8 година
tsareg
4b28402045
Expose JitsiMeetJS.environment with methods for environment detection
пре 8 година
tsareg
c320713411
Add ability to pass facingMode as option to JitsiMeetJS.createLocalTracks
пре 9 година
tsareg
5e4aa82cad
Report DOMException when audio output device change fails as gUM error to callstats
пре 9 година
tsareg
c36130330b
Document changes related to JitsiTrackError class and JitsiTrackErrors enum
пре 9 година
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
пре 9 година
George Politis
c3dafcf0f3
Nukes the pre-configured bridge from the example config file.
Jicofo is smart and can find any bridge with service discovery and/or
pubsub.
пре 9 година
Kostiantyn Tsaregradskyi
f57a75b412
Switch local audio and video track when list of available devices changes
пре 9 година
Kostiantyn Tsaregradskyi
0220f82e75
Added ability to notify about available media device list changes
пре 9 година
Kostiantyn Tsaregradskyi
2ecfdb8936
Added API description for JitsiTrack.setAudioOutput method
пре 9 година
Kostiantyn Tsaregradskyi
9cd4cc2233
Updated API doc with new methods description
пре 9 година
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
пре 9 година
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
пре 9 година
Devin Wilson
f92df42f2f
Add maxFps option for requesting video
пре 9 година
damencho
b7e1654670
Adds global error handler function and option to auto enable it. Reports unhandled exceptions catched by error handler through callstats.
пре 9 година