hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
9 yıl önce
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
9 yıl önce
damencho
f89bf90bb7
Fixes loss reporting.
9 yıl önce
hristoterezov
490d825ef9
Fixes issues in example.js
9 yıl önce
hristoterezov
6d5c36bfc6
Merge pull request #16 from paweldomas/fix_local_track_attach
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.atta…
9 yıl önce
paweldomas
3819387f78
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference.
9 yıl önce
Paweł Domas
f7edc370ce
Merge pull request #15 from isymchych/fix-auth-dialog
fix Settings.save to actually save data to localstrage
9 yıl önce
Paweł Domas
683ab24f50
Merge pull request #14 from isymchych/only-one-video-stream
Fail if user is trying to add second video track to the conference
9 yıl önce
Paweł Domas
88d585cd68
Merge pull request #13 from isymchych/enumerate-devices-ff
Allow to select devices on Firefox
9 yıl önce
isymchych
f449bc34d8
fix Settings save to actually save data localstrage
9 yıl önce
isymchych
00733623f1
fail if user is trying to add second video track to the conference
9 yıl önce
isymchych
cdf871dc2f
allow to select devices on Firefox
9 yıl önce
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.
9 yıl önce
paweldomas
6f6b409951
Passes the info about stream renderer element id to CallStats.
9 yıl önce
yanas
39ed8800c4
Re-order resolution preference, so that we always preference 16:9 ratio when we fallback.
9 yıl önce
paweldomas
0c33f7c53a
Uses 'null' in JitsiTrack.detach, but sets empty string in Chrome implementation when the src is not specified.
9 yıl önce
Paweł Domas
9e57fd0fc5
Merge pull request #10 from tbasse/fix/track-detach-loads-src-null
Set video src to empty string instead of null on #detach()
9 yıl önce
Paweł Domas
9246911d64
Merge pull request #11 from isymchych/fix-audio-device-name
fix name of audio device
9 yıl önce
isymchych
d21dbbaba1
fix name of audio device
9 yıl önce
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".
9 yıl önce
damencho
893178eabc
Fixes remote video resolution reporting.
9 yıl önce
Paweł Domas
6e77e10dc7
Merge pull request #9 from isymchych/update-muted-presence
update "is muted" state in presence when adding new track
9 yıl önce
isymchych
e997dc72af
update "is muted" state in presence when adding track
9 yıl önce
Paweł Domas
2af2465282
Merge pull request #8 from isymchych/handle-focus-left
propagate FOCUS_LEFT conference error
9 yıl önce
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.
9 yıl önce
damencho
ad92eb5a08
Clears remoteStream when user leaves.
9 yıl önce
damencho
df2af2ff3c
Renames variable.
9 yıl önce
paweldomas
d57b0e9a63
Merge remote-tracking branch 'isymchych/adjust-api'
# Conflicts:
# JitsiConference.js
9 yıl önce
isymchych
cb085214f4
propagate FOCUS_LEFT conference error
9 yıl önce
hristoterezov
1af300751c
Fixes issue - TRACK_REMOVED is not fired if only the local participant is alone in the conference
9 yıl önce
isymchych
095ef33da9
return promise in addTrack and removeTrack
9 yıl önce
damencho
414f522fc0
Merge pull request #5 from champtar/auth
Partially fix authenticated conference
9 yıl önce
Etienne CHAMPETIER
3980d481b9
Partially fix authenticated conference
'this' is the Window, 'self' is the Moderator
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
9 yıl önce
paweldomas
79bafdd7c5
Adds more utility methods to RTCUIHelper.
9 yıl önce
paweldomas
c412071839
JitsiTrack#attach method will show back hidden stream element if Temasys plugin is in use.
9 yıl önce
paweldomas
9e54f9be8b
Formatting fixes.
9 yıl önce
paweldomas
6d23259308
Removes getPeerSSRCAudioLevel from statistics which was replaced by another method for 'torture' purposes here:
482f71f5ea
9 yıl önce
paweldomas
43b418e9b9
Merge remote-tracking branch 'isymchych/move-statistics'
9 yıl önce
paweldomas
495606e352
Adds RTCUIHelper class which gathers methods specific to WebRTC and UI.
9 yıl önce
isymchych
8c014e8f12
use statistics module to process peer connection statistics
9 yıl önce
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.
9 yıl önce
hristoterezov
7b0343a017
Creates link element in the head the screen sharing from the JS code
9 yıl önce
hristoterezov
bed4826e46
Added videotype for remote streams
9 yıl önce
Paweł Domas
19f2b5bf1d
Merge pull request #1 from isymchych/fix-unmute
Unmute client on the server if he was muted by focus
9 yıl önce
Ivan Symchych
abf617e945
unmute client on the server if he was muted by focus
9 yıl önce
George Politis
8f169915d4
Updates API.md: Adds the disableSimulcast option.
9 yıl önce
damencho
85f465c9aa
Updates version only when requested.
9 yıl önce
damencho
4fc6c930d6
Removes deployment logic.
9 yıl önce
paweldomas
4153189561
Enables stats for Temasys plugin.
9 yıl önce
paweldomas
8758b83aad
Fixes getStats error on new Temasys plugin version(new stats API to be investigated).
9 yıl önce