damencho
b6001fba93
Merge pull request #30 from jitsi/components_versions
Captures the versions of conferencing system components.
před 9 roky
George Politis
c81a80bb26
Merge pull request #35 from jitsi/send-ice-candidates-single-vs-plural
Uses sendIceCandidates instead of sendIceCandidate as the rest of the…
před 9 roky
George Politis
b66edda1ce
Merge pull request #34 from jitsi/reduce-sdputil-find_line
Removes wasteful duplicate calls to SDPUtil.find_line().
před 9 roky
Lyubomir Marinov
63fec23086
Uses sendIceCandidates instead of sendIceCandidate as the rest of the code suggests was the intention.
před 9 roky
damencho
237d2888b0
Merge pull request #33 from isymchych/nwjs
Integration with NW.js.
před 9 roky
Lyubomir Marinov
d77186198e
Removes wasteful duplicate calls to SDPUtil.find_line().
před 9 roky
isymchych
fa9fe84e23
integration with NW.js
před 9 roky
damencho
165be224c9
Merge pull request #32 from jitsi/fix-doc-comments
Fixes doc(umentation) comments
před 9 roky
Lyubomir Marinov
643b3fa8ae
Fixes doc(umentation) comments (e.g. the mention of the method sendPresenceCommand with does not exist).
před 9 roky
yanas
7cde7652f3
Merge pull request #31 from damencho/sync-mute
Syncs mute/unmute calls.
před 9 roky
damencho
f18f56989d
Fixes audio mute/unmute all.
před 9 roky
damencho
e8739706e1
Renames some variables.
před 9 roky
paweldomas
2db4f555e1
Fixes 'arg' undefined in ScreenObtainer
před 9 roky
damencho
b40b0c19d1
Rejects unmute promise if error is cought.
před 10 roky
damencho
a1bef9da5c
Moves common logic in util function.
před 10 roky
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.
před 10 roky
yanas
794a815a94
Merge pull request #29 from damencho/ds-error-handle
Improves desktop sharing error handling.
před 10 roky
damencho
f412f40438
Merge remote-tracking branch 'upstream/master' into ds-error-handle
před 10 roky
damencho
89dad68c7f
Merge pull request #25 from jitsi/fix_track_removed_event
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
před 10 roky
damencho
938e59d09f
Merge branch 'master' into fix_track_removed_event
před 10 roky
damencho
58d1f9b345
Removes unused events.
před 10 roky
damencho
104bf2363b
Adds an error for user canceling the window choosing window/desktop when sharing desktop.
před 10 roky
damencho
f7e63c5850
Adds some more logged info and error type for chrome installation failure.
před 10 roky
damencho
cb75a76912
Merge pull request #2 from iloire/fix-chrome-installation-error-handler
Fixes asynchronous error handling when chrome.webstore.install throws…
před 10 roky
paweldomas
f4900ec533
Captures the versions of conferencing system components.
před 10 roky
hristoterezov
1c9eed44c5
Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event.
před 10 roky
Paweł Domas
03d9c6e1ee
Merge pull request #26 from isymchych/fix-auth
Store session settings userId and callStatsUserName globally (was per-conference)
před 10 roky
isymchych
ebd524c436
add AUTH_STATUS_CHANGED event
před 10 roky
isymchych
e2154a2a5f
store userId and callStatsUserName globally (was per-conference)
move sessionId reading/storing into Settings.js
před 10 roky
hristoterezov
59cd39c9c2
Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event.
před 10 roky
Paweł Domas
0a25a5d606
Merge pull request #24 from damencho/onended-temasys
Fixes attaching onended handler when using Temasys.
před 10 roky
Paweł Domas
79a411ed2c
Merge pull request #23 from damencho/fix-undefined-getResourceBySSRC
Fixes undefined error in getResourceBySSRC
před 10 roky
damencho
74f126c905
Fixes attaching onended handler when using Temasys.
před 10 roky
damencho
352de0b818
Fixes undefined error in getResourceBySSRC when local video or audio track is stopped, reported to happen sometimes with desktop sharing.
před 10 roky
damencho
0d839fa055
Merge pull request #22 from jitsi/fix_torture
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
před 10 roky
hristoterezov
43c1d3f38f
Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP.
před 10 roky
paweldomas
2f66a56c4c
Merge remote-tracking branch 'isymchych/improve-leave'
před 10 roky
George Politis
d86729670b
Merge pull request #21 from damencho/fix-ff-desktopsharing
Fixes this reference in removeStream method.
před 10 roky
damencho
f4eb4450d5
Fixes this reference in removeStream method.
před 10 roky
Paweł Domas
df3e28d729
Merge pull request #19 from isymchych/video-source-helper
add helper to extract stream id from the video element
před 10 roky
isymchych
9df12f9fa2
remove all participants and tracks when leaving the room
před 10 roky
isymchych
cfa609673b
add helper to extract stream id from the video element
před 10 roky
hristoterezov
4220f6cde8
Fixes issue with adding muted video stream to peerconnection.
před 10 roky
damencho
16fb903b09
Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks.
před 10 roky
damencho
f89bf90bb7
Fixes loss reporting.
před 10 roky
hristoterezov
490d825ef9
Fixes issues in example.js
před 10 roky
hristoterezov
6d5c36bfc6
Merge pull request #16 from paweldomas/fix_local_track_attach
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.atta…
před 10 roky
paweldomas
3819387f78
Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference.
před 10 roky
Paweł Domas
f7edc370ce
Merge pull request #15 from isymchych/fix-auth-dialog
fix Settings.save to actually save data to localstrage
před 10 roky
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
před 10 roky