Paweł Domas
77ada51d1e
Merge pull request #372 from jitsi/move_jingle_session
Move JingleSessionPC from ChatRoom to JitsiConference
8 years ago
paweldomas
b1aa74addf
ref(JingleSessionPC): explicitly pass each option to TPC
8 years ago
paweldomas
0e6b610033
style(JitsiConference): add ' ' before if
8 years ago
paweldomas
f8b9faed99
ref(JitsiConference): rename 'addLocalStream' + doc fixes
8 years ago
paweldomas
ebbec1ffa8
ref(JingleSessionPC): rename 'replaceStream'
8 years ago
Ilya Daynatovich
c6518b5724
Indicate in a machine-readable way that WebRTC is not supported either natively or via a known plugin such as Temasys
8 years ago
paweldomas
7e1ed00389
style(JitsiConference): add braces
8 years ago
paweldomas
b3681eab4d
ref(JitsiConference): remove "WebRTC" from names
8 years ago
paweldomas
63a1c1ac3c
ref: remove JingleSession from ChatRoom
9 years ago
paweldomas
4ef8af9f3d
ref(JingleSession): remove 'service' dependency
9 years ago
paweldomas
c330e8c2a9
ref(JingleSession): remove unused 'eventEmitter' constructor arg
9 years ago
paweldomas
0e8a2d226d
ref(TraceablePC): remove dependency on JingleSessionPC and ChatRoom
This commit removes dependency on ChatRoom and JingleSessionPC from
the TraceablePeerConnection.
9 years ago
George Politis
c6568896b2
Merge pull request #363 from saghul/cleanup-adaptive-simulcast
cleanup: remove old adaptive simulcast config option
8 years ago
bgrozev
33c733d41e
Merge pull request #370 from saghul/fix-readme
doc: remove browserify mention from README
8 years ago
Дамян Минков
fc8773833d
Merge pull request #367 from bgrozev/cleanup
cleanup: Renames a function, adds documentation.
8 years ago
Saúl Ibarra Corretgé
866a6dfb2e
doc: remove browserify mention from README
8 years ago
Ilya Daynatovich
178162b2c5
Temasys do not support Microsoft Edge
8 years ago
Boris Grozev
e535569780
cleanup: Renames a function, adds documentation.
8 years ago
bgrozev
73dbf4fec8
Merge pull request #360 from saghul/set-lastn
feat(lastN): Add ability to dynamically change lasN
8 years ago
Saúl Ibarra Corretgé
a5ab491807
cleanup: remove code handling simulcast mode
The option got axed, there is nothing to handle now.
8 years ago
Saúl Ibarra Corretgé
9ee6796254
cleanup: remove old adaptive simulcast config option
8 years ago
Paweł Domas
6638457955
Merge pull request #361 from saghul/cleanup-adaptive-lastn
cleanup: remove adaptive las N config option
8 years ago
Saúl Ibarra Corretgé
91c078a92d
cleanup: remove adaptive las N config option
The feature has been replaced so the option no longer applies.
8 years ago
Saúl Ibarra Corretgé
c631744a51
feat(lastN): Add ability to dynamically change lasN
8 years ago
Ilya Daynatovich
2dbfa2c3fc
Fix the mobile landing page of jitsi-meet on Android Google Chrome 40
8 years ago
bbaldino
c2235fd6ae
Merge pull request #355 from bbaldino/prefer_h264_option
if enabled, prefer to use h264 (if it exists in the offer)
8 years ago
brian baldino
371a4ea777
remove unused import
8 years ago
brian baldino
4d2349b410
add notes on preferH264 (and disableRtx) to the api doc
8 years ago
brian baldino
4e0971c3b7
remove forgotten debugger statement
8 years ago
brian baldino
bedc184fd2
change codec iteraton to a for loop so we get a predictable ordering,
add a multi-codec test case for preferCodec
8 years ago
brian baldino
258c5d8695
address pr feedback
8 years ago
brian baldino
33a8694b25
if enabled, prefer to use h264 (if it exists in the offer)
8 years ago
George Politis
2f2bbe8d92
Merge pull request #358 from bbaldino/strip_rtx
Strip rtx
8 years ago
brian baldino
7988fc783d
fix long line
8 years ago
brian baldino
b158a682e5
move rtxmodifier logs to debug
8 years ago
brian baldino
c1b1a69c86
strip all rtx if we're using unified plan (since sdp-interop doesn't
necessarily handle the translation of groups correctly)
8 years ago
brian baldino
bcdf08a34e
get rid of implode for remote rtx since it isn't needed (simulcast implode takes care of this). add new stripRtx method for stripping rtx from a remote offer altogether
8 years ago
George Politis
1fdcc436f3
Merge pull request #357 from bbaldino/disable_rtx_for_ffox
don't add rtx streams on firefox
8 years ago
Saúl Ibarra Corretgé
dd262248d9
fix: remove unneeded test when muting a local stream
Some runtimes such as React Native don't have a window.location.protocol
property, so don't check for it, assume removeStream is available.
8 years ago
hristoterezov
d403a25c56
fix(screen_sharing): Detection for external install of plugin from iframe
8 years ago
brian baldino
4afd8c5d23
don't add rtx streams on firefox
8 years ago
Lyubomir Marinov
28ffb82f16
Prepare for webpack 2
The configuration of webpack 1 does not fully work on webpack 2 without
modifications.
Unfortunately, webpack 2 produces a larger jitsi-meet bundle at this
time. Since the webpack version of lib-jitsi-meet is restrained by the
webpack version of jitsi-meet, we cannot move to webpack 2 right now.
8 years ago
bbaldino
6c17cb7e65
Enable rtx sources for streams (#346)
* re-enable setting for enabling/disabling rtx
* add tests for rtxmodifier. (and a bugfix found by the tests)
* remove rtx handling from sdp-consistency (it will be handled separately)
* better error printing in JingleSessionPC around renegotiation
* add rtx modifier to handle inserting local rtx ssrcs, keeping local rtx ssrcs consistent, and imploding remote rtx ssrcs
* jsdoc, es6 cleanup, logging tweaks
* fix line that's too long
* add a 'parseGroupSsrcs' helper function
* fix a bug when passing group ssrcs to be parsed
* address pr feedback
* address pr feedback
* fix for loop
* address pr feedback
* better const in SampleSdpStrings
8 years ago
bbaldino
5652becace
Merge pull request #350 from jitsi/fix_no_video_device2
Fix conference being broken after someone without any video device joins (ver 2)
8 years ago
paweldomas
641adf11a3
fix: generate recvonly SSRC if 0 video tracks
Video SSRC has to be generated for the recvonly stream if there are no
video tracks in the PeerConnection.
8 years ago
bbaldino
d982537ff8
Merge pull request #344 from jitsi/fix_share_when_muted
Fix crash on screensharing when video muted
8 years ago
Дамян Минков
a9277e7bd4
Merge pull request #343 from saghul/ds-options-cleanup
cleanup: Make desktop sharing options consistent and drop deprecated …
8 years ago
Saúl Ibarra Corretgé
079f95974b
cleanup: Make desktop sharing options consistent and drop deprecated ones
Make sure there are options to set the extension ID and an enabled flag for
both Chrome and Firefox.
Removed checking for deprecated configuration options: desktopSharing,
chromeExtensionId and minChromeExtVersion.
8 years ago
paweldomas
479f97ceee
fix(JingleSessionPC): fix crash/remove unused arg
Fixes crashed when null stream (muted) is being removed.
8 years ago
paweldomas
ca2c3a861d
style(JingleSessionPC): remove trailing whitespaces
8 years ago