brian baldino
4d2349b410
add notes on preferH264 (and disableRtx) to the api doc
9 年之前
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.
9 年之前
hristoterezov
3f43e1e4e5
feat(caps): Implement XEP-0115
9 年之前
hristoterezov
231523e47e
fix(example): paths of strophe for doc/example
9 年之前
hristoterezov
b2509f13d8
ref(libs): moves the libs directory to doc/example
9 年之前
paweldomas
935667f2fc
feat: add BEFORE_STATISTICS_DISPOSED event
9 年之前
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
9 年之前
Lyubomir Marinov
90ee7e8a54
ESLint
Our JSHint configuration is not extensive and we have excluded multiple
files from linting. Additionally, we have seen JSHint to be unable to
parse newer ECMAScript features such as the object spread operator
(proposal).
On the other hand, we have seen ESLint to beautifully work on React and
React Native source code in addition to ES2015 and later. Introduce
ESLint alongside JSHint as an intermediate step to eventually switching
from JSHint to ESLint.
As our source code does not fully follow even the JSHint rules we have,
it is very difficult to introduce ESLint with many rules. At the
beginning, introduce it with as little rules as possible. Morever,
ESLint is able to automatically fix certain rule offenders so once we
have ESLint merged we can incrementally add new rules while keeping our
commits' modification on as little subjects as possible.
9 年之前
damencho
0f52b939b7
Adds a property to disable/enable talk while muted.
By default talk while muted detection is disabled.
9 年之前
damencho
a9dd9ad1d2
Adds a option to set custom callstats script.
9 年之前
paweldomas
9da5aeec84
doc(API): describe 'enableLipSync' option
9 年之前
tsareg
d00993293a
Added TRACK_NO_STREAM_FOUND JitsiTrackError type
9 年之前
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.
9 年之前
damencho
234f3384e1
Moves loading of analytics in the library.
9 年之前
hristoterezov
301ed7e503
Changes methods that use RTCDatachanel#send to throw exception on fail
9 年之前
hristoterezov
2525f5ff81
Implements interfaces for data channel communication
9 年之前
bgrozev
6c870f70b5
Revert "Implements interfaces for data channel communication"
9 年之前
hristoterezov
dd24d1bee1
Implements interfaces for data channel communication
9 年之前
tsareg
c43a3bcbe8
Expose JitsiTrackError through JitsiMeetJS.errorTypes.JitsiTrackError
9 年之前
tsareg
ab5bf028c2
Removed mention of JitsiTrackError in docs
9 年之前
tsareg
714585de88
Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks
9 年之前
tsareg
4b28402045
Expose JitsiMeetJS.environment with methods for environment detection
9 年之前
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 年之前
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
9 年之前
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
9 年之前
Paweł Domas
f46110fc9d
Update tokens.md
Renames 'issuer' to 'iss'
9 年之前
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
10 年之前
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
10 年之前
Devin Wilson
f92df42f2f
Add maxFps option for requesting video
10 年之前
damencho
b7e1654670
Adds global error handler function and option to auto enable it. Reports unhandled exceptions catched by error handler through callstats.
10 年之前
yanas
638bec6375
Basic Jibri recording refactoring.
10 年之前
Paweł Domas
31c41d7a6b
Update tokens.md
Should be jitsi-meet-tokens not jitsi-meet-token
10 年之前
hristoterezov
c00a23441c
Fixes errors after review
10 年之前
hristoterezov
3bfe034176
Adds CONFERENCE_MAX_USERS conference error.
10 年之前
damencho
e4d455a242
Returns Promise from mute/unmute and ignores requests while mute/unmuting is in progress. Moves mute/unmute methods to JitsiLocalTrack as said in API docs.
10 年之前
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
10 年之前
isymchych
ebd524c436
add AUTH_STATUS_CHANGED event
10 年之前
isymchych
9df12f9fa2
remove all participants and tracks when leaving the room
10 年之前
hristoterezov
490d825ef9
Fixes issues in example.js
10 年之前
isymchych
00733623f1
fail if user is trying to add second video track to the conference
10 年之前
isymchych
cb085214f4
propagate FOCUS_LEFT conference error
10 年之前
isymchych
8c014e8f12
use statistics module to process peer connection statistics
10 年之前