isymchych
095ef33da9
return promise in addTrack and removeTrack
10 年之前
damencho
414f522fc0
Merge pull request #5 from champtar/auth
Partially fix authenticated conference
10 年之前
Etienne CHAMPETIER
3980d481b9
Partially fix authenticated conference
'this' is the Window, 'self' is the Moderator
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
10 年之前
paweldomas
79bafdd7c5
Adds more utility methods to RTCUIHelper.
10 年之前
paweldomas
c412071839
JitsiTrack#attach method will show back hidden stream element if Temasys plugin is in use.
10 年之前
paweldomas
9e54f9be8b
Formatting fixes.
10 年之前
paweldomas
6d23259308
Removes getPeerSSRCAudioLevel from statistics which was replaced by another method for 'torture' purposes here:
482f71f5ea
10 年之前
paweldomas
43b418e9b9
Merge remote-tracking branch 'isymchych/move-statistics'
10 年之前
paweldomas
495606e352
Adds RTCUIHelper class which gathers methods specific to WebRTC and UI.
10 年之前
isymchych
8c014e8f12
use statistics module to process peer connection statistics
10 年之前
paweldomas
e4785039e4
Modifies the semantics of JitsiTrack#attach method, so that it will return current stream container instance. Also it now takes HTML element instance directly instead of jQuery selector.
10 年之前
hristoterezov
7b0343a017
Creates link element in the head the screen sharing from the JS code
10 年之前
hristoterezov
bed4826e46
Added videotype for remote streams
10 年之前
Paweł Domas
19f2b5bf1d
Merge pull request #1 from isymchych/fix-unmute
Unmute client on the server if he was muted by focus
10 年之前
Ivan Symchych
abf617e945
unmute client on the server if he was muted by focus
10 年之前
George Politis
8f169915d4
Updates API.md: Adds the disableSimulcast option.
10 年之前
damencho
85f465c9aa
Updates version only when requested.
10 年之前
damencho
4fc6c930d6
Removes deployment logic.
10 年之前
paweldomas
4153189561
Enables stats for Temasys plugin.
10 年之前
paweldomas
8758b83aad
Fixes getStats error on new Temasys plugin version(new stats API to be investigated).
10 年之前
isymchych
7c3ea3984d
do not throw error when attaching audio stream to hidden element on Safari
10 年之前
damencho
3df0b4e123
Removes unused files and updates README.
10 年之前
damencho
732e9d5b31
Updates deploy command.
10 年之前
damencho
48a16c4b23
Fixes version command.
10 年之前
damencho
1a179f2cb9
Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library.
10 年之前
Boris Grozev
45cf2bcdce
Fix an error introduced while rebasing.
10 年之前
damencho
cbe404dfd5
Updates callstats to queue events if lib is not inited. Report such queued events only if the lib successfully initialize. Removes deprecated fabricSetup event.
10 年之前
hristoterezov
1848b15640
Fixes issue with endless SRD/SLD
10 年之前
isymchych
abcc2ab98b
ensure that video element is visible before attaching stream with Temasys
10 年之前
hristoterezov
2f5add6ef9
Fixes issue in PR #463
10 年之前
yanas
d7d5ab67a9
Fixes Last N event duplicating another event, causing exception when used in the client app.
10 年之前
Lyubomir Marinov
2feefff54f
Disconnects from the XMPP server on unload as a way to facilitate API consumers.
10 年之前
Lyubomir Marinov
a504d7b908
Adds a missing this.
10 年之前
Lyubomir Marinov
4de20ae339
Manually formats source code for the purposes of (a bit of) consistency,
10 年之前
Lyubomir Marinov
21d5049076
Allows testing how synchronous and asynchronous Strophe affects the reliability of the delivery of unavailable presence to the XMPP server.
10 年之前
isymchych
cbb46c63cd
added API to change chat subject
10 年之前
hristoterezov
211da9b641
Fixes issues related to PR #451
10 年之前
isymchych
4efc997a62
propagate AVAILABLE_DEVICES_CHANGED event
10 年之前
isymchych
6f10dbfd10
removed USER_ID_CHANGED event
10 年之前
isymchych
96adaf5e65
handle PRESENCE_STATUS event
10 年之前
isymchych
f20eb2ef68
handle FOCUS_DISCONNECTED error
10 年之前
isymchych
ff3e05f5ea
propagate FIREFOX_EXTENSION_NEEDED event
10 年之前
isymchych
a02143da30
added propagation of few errors
10 年之前
hristoterezov
0bac10e552
Fixes initJitsiConference options in API.md
10 年之前
Lyubomir Marinov
ea8fbf8697
Introduces a utility function to load optional scripts such as callstats.io.
10 年之前
Lyubomir Marinov
914ff83d30
Attempts to increase the chances of unavailable presence reaching Prosody (on window unload, for example).
10 年之前
Thorsten Basse
285d5a872c
Add `deviceId` which was used to create `JitsiLocalTrack` to the object to re-use it when unmuting the track
Fixes the issue that when creating local tracks with specific devices after unmuting the new tracks were created with default devices again.
10 年之前
hristoterezov
862439e26f
Fixes the audio levels
10 年之前
damencho
e49bd553f8
Fixes start video muted and remote audio.
10 年之前
hristoterezov
af6ef976ae
Fixes previous commit
10 年之前