Paweł Domas
19f2b5bf1d
Merge pull request #1 from isymchych/fix-unmute
Unmute client on the server if he was muted by focus
9 years ago
Ivan Symchych
abf617e945
unmute client on the server if he was muted by focus
9 years ago
George Politis
8f169915d4
Updates API.md: Adds the disableSimulcast option.
9 years ago
damencho
85f465c9aa
Updates version only when requested.
9 years ago
damencho
4fc6c930d6
Removes deployment logic.
9 years ago
paweldomas
4153189561
Enables stats for Temasys plugin.
9 years ago
paweldomas
8758b83aad
Fixes getStats error on new Temasys plugin version(new stats API to be investigated).
9 years ago
isymchych
7c3ea3984d
do not throw error when attaching audio stream to hidden element on Safari
9 years ago
damencho
3df0b4e123
Removes unused files and updates README.
9 years ago
damencho
732e9d5b31
Updates deploy command.
9 years ago
damencho
48a16c4b23
Fixes version command.
9 years ago
damencho
1a179f2cb9
Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library.
9 years ago
Boris Grozev
45cf2bcdce
Fix an error introduced while rebasing.
9 years ago
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.
9 years ago
hristoterezov
1848b15640
Fixes issue with endless SRD/SLD
9 years ago
isymchych
abcc2ab98b
ensure that video element is visible before attaching stream with Temasys
9 years ago
hristoterezov
2f5add6ef9
Fixes issue in PR #463
9 years ago
yanas
d7d5ab67a9
Fixes Last N event duplicating another event, causing exception when used in the client app.
9 years ago
Lyubomir Marinov
2feefff54f
Disconnects from the XMPP server on unload as a way to facilitate API consumers.
9 years ago
Lyubomir Marinov
a504d7b908
Adds a missing this.
9 years ago
Lyubomir Marinov
4de20ae339
Manually formats source code for the purposes of (a bit of) consistency,
9 years ago
Lyubomir Marinov
21d5049076
Allows testing how synchronous and asynchronous Strophe affects the reliability of the delivery of unavailable presence to the XMPP server.
9 years ago
isymchych
cbb46c63cd
added API to change chat subject
9 years ago
hristoterezov
211da9b641
Fixes issues related to PR #451
9 years ago
isymchych
4efc997a62
propagate AVAILABLE_DEVICES_CHANGED event
9 years ago
isymchych
6f10dbfd10
removed USER_ID_CHANGED event
9 years ago
isymchych
96adaf5e65
handle PRESENCE_STATUS event
9 years ago
isymchych
f20eb2ef68
handle FOCUS_DISCONNECTED error
9 years ago
isymchych
ff3e05f5ea
propagate FIREFOX_EXTENSION_NEEDED event
9 years ago
isymchych
a02143da30
added propagation of few errors
9 years ago
hristoterezov
0bac10e552
Fixes initJitsiConference options in API.md
9 years ago
Lyubomir Marinov
ea8fbf8697
Introduces a utility function to load optional scripts such as callstats.io.
9 years ago
Lyubomir Marinov
914ff83d30
Attempts to increase the chances of unavailable presence reaching Prosody (on window unload, for example).
9 years ago
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.
9 years ago
hristoterezov
862439e26f
Fixes the audio levels
9 years ago
damencho
e49bd553f8
Fixes start video muted and remote audio.
9 years ago
hristoterezov
af6ef976ae
Fixes previous commit
9 years ago
hristoterezov
af4b1bca0e
Fixes callstats GUM fail reporting
9 years ago
hristoterezov
b8682c6a83
Add callstats support
9 years ago
damencho
00c90ec9dd
Updates dependencies on make.
9 years ago
damencho
882c4402e5
Fixes issue with start muted video, as we are now removing the stream. We now create a dummy video track which we report as muted.
9 years ago
paweldomas
3177c7fb70
Does not call track.stop() when Temasys plugin is used which will freeze the browser when switching back from screen streaming.
Calling mediaStream.stop() is enough in that case.
9 years ago
hristoterezov
d043d9f16a
Fixes issues with 'firefox extension needed' error
9 years ago
George Politis
5c7fc0f6fe
Updates the generated files.
9 years ago
George Politis
e7090e5489
Enables simulcast by default.
9 years ago
George Politis
d3d8927022
Fixes build with older versions of nodejs.
9 years ago
George Politis
6a0fddf72d
Bumps the sdp-simulcast version.
9 years ago
George Politis
bb8dfe44a5
Removes space in cname generation of recvonly streams.
9 years ago
George Politis
2c317e3b17
Removes the local SSRC replacement hack and fixes video muting/unmuting when simulcast is enabled.
Conflicts:
modules/xmpp/JingleSessionPC.js
modules/xmpp/LocalSSRCReplacement.js
modules/xmpp/TraceablePeerConnection.js
9 years ago
damencho
ba3b133ecd
Decrease the ping interval.
9 years ago