hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
пре 10 година
damencho
f4eb4450d5
Fixes this reference in removeStream method.
пре 10 година
isymchych
cfa609673b
add helper to extract stream id from the video element
пре 10 година
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
пре 10 година
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
пре 10 година
damencho
f89bf90bb7
Fixes loss reporting.
пре 10 година
paweldomas
3819387f78
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference.
пре 10 година
isymchych
f449bc34d8
fix Settings save to actually save data localstrage
пре 10 година
isymchych
00733623f1
fail if user is trying to add second video track to the conference
пре 10 година
isymchych
cdf871dc2f
allow to select devices on Firefox
пре 10 година
hristoterezov
5928488dc7
Changes video mute/unmute implementation. JitsiLocalTrack objects store information about the SSRCs. On video mute / unmute operation no jingle packets are sent anymore.
пре 10 година
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
пре 10 година
yanas
39ed8800c4
Re-order resolution preference, so that we always preference 16:9 ratio when we fallback.
пре 10 година
paweldomas
0c33f7c53a
Uses 'null' in JitsiTrack.detach, but sets empty string in Chrome implementation when the src is not specified.
пре 10 година
isymchych
d21dbbaba1
fix name of audio device
пре 10 година
Thorsten Basse
c5b497094b
fix(JitsiTrack): set video element src to empty string instead of null on #detach()
Setting the `src` of a video element to null triggered a network request for resource "null".
пре 10 година
damencho
893178eabc
Fixes remote video resolution reporting.
пре 10 година
damencho
f3cb890a27
Leaves ssrcOwners for local use in JingleSessionPC, uses remote streams from RTC for ssrc mapping to resources. For local video/audio stream ssrc to resource we use JingleSessionPC.localStreamsSSRC.
пре 10 година
damencho
ad92eb5a08
Clears remoteStream when user leaves.
пре 10 година
damencho
df2af2ff3c
Renames variable.
пре 10 година
isymchych
cb085214f4
propagate FOCUS_LEFT conference error
пре 10 година
hristoterezov
1af300751c
Fixes issue - TRACK_REMOVED is not fired if only the local participant is alone in the conference
пре 10 година
isymchych
095ef33da9
return promise in addTrack and removeTrack
пре 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
6d23259308
Removes getPeerSSRCAudioLevel from statistics which was replaced by another method for 'torture' purposes here:
482f71f5ea
пре 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 година
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
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 година
isymchych
4efc997a62
propagate AVAILABLE_DEVICES_CHANGED event
пре 10 година
isymchych
6f10dbfd10
removed USER_ID_CHANGED event
пре 10 година
isymchych
96adaf5e65
handle PRESENCE_STATUS event
пре 10 година
isymchych
ff3e05f5ea
propagate FIREFOX_EXTENSION_NEEDED event
пре 10 година
Lyubomir Marinov
ea8fbf8697
Introduces a utility function to load optional scripts such as callstats.io.
пре 10 година