Paweł Domas
f7efba4aec
Merge pull request #341 from jitsi/caps_event
fix(caps): add event to notify when caps version for a user is changed
8 years ago
hristoterezov
3e7b06c1b1
fix(caps): add event to notify when caps version for a user is changed
8 years ago
Дамян Минков
4f5cf8d7d1
Merge pull request #336 from jitsi/electron_add_tracks
fix(electron): Add/remove track handlers
9 years ago
Дамян Минков
8b66c54d5f
Merge pull request #335 from jitsi/electron_stats
fix(electron): statistics
9 years ago
hristoterezov
7f451c51ee
fix(electron): Add/remove track handlers
9 years ago
hristoterezov
cefc270807
fix(electron): statistics
9 years ago
Дамян Минков
fdb7938707
Merge pull request #334 from jitsi/caps
fix(caps): JitsiParticipant.getFeatures method
9 years ago
hristoterezov
17648f7a35
fix(caps): JitsiParticipant.getFeatures method
9 years ago
Дамян Минков
d8cafac1e1
Merge pull request #333 from jitsi/caps
Caps
9 years ago
hristoterezov
3f43e1e4e5
feat(caps): Implement XEP-0115
9 years ago
Дамян Минков
30ed102be1
Merge pull request #332 from jitsi/listenable
Listenable
9 years ago
Дамян Минков
c6e7b2abcc
Merge pull request #331 from jitsi/clean_libs
ref(libs): moves the libs directory to doc/example
9 years ago
hristoterezov
231523e47e
fix(example): paths of strophe for doc/example
9 years ago
Дамян Минков
cff370ef63
Merge pull request #330 from jitsi/remove_conferences_map
ref(connection): Remove unused property
9 years ago
hristoterezov
c8291bcf2e
ref(Listenable): some classes to use Listenable
9 years ago
hristoterezov
3b39be8a59
feat(Listenable): Implements Listenable class
9 years ago
hristoterezov
b2509f13d8
ref(libs): moves the libs directory to doc/example
9 years ago
hristoterezov
feaf502fa4
ref(connection): Remove unused property
9 years ago
Paweł Domas
3410758565
Merge pull request #327 from jitsi/electron
feat(electron): basic Electron SS support
9 years ago
hristoterezov
e6d3bd893a
Merge pull request #326 from bbaldino/brian/karma
Add karma and jasmine unit testing to lib-jitsi-meet. also add a ver…
9 years ago
hristoterezov
16c4a1fbc5
feat(electron): basic Electron SS support
9 years ago
brian baldino
85b0d1cc3b
don't ignore karma.conf.js for linting
9 years ago
brian baldino
a12eea3630
remove errant reference to samplesdpstring.js file
9 years ago
brian baldino
aa1bda86a6
Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil
9 years ago
Дамян Минков
7bcd214e07
Merge pull request #325 from bgrozev/configurable-suspend
feat: Allows to disable the suspend video
9 years ago
Boris Grozev
cce6262875
feat: Allows to disable the suspend video
PC constrain via configuration.
9 years ago
yanas
be9769d2a9
Merge pull request #324 from jitsi/net_or_infra
Add SERVER_ERROR to JitsiConnectionErrors
9 years ago
paweldomas
27a692e1b3
fix(JitsiConnectionErrors): split "dropped" from "other" error type
9 years ago
paweldomas
f71aee97f8
fix(strophe.util.js): do not test RegExpr if not needed
9 years ago
paweldomas
783f0072e9
doc(strophe.util.js): add comment about log level
9 years ago
paweldomas
ef62ccd330
feat(JitsiConnectionErrors): implement 'SERVER_ERROR'
JitsiConnectionEvents.CONNECTION_FAILED with SERVER_ERROR will be
emitted when the XMPP connection is closed due too many 5xx HTTP errors.
9 years ago
paweldomas
9e94532421
chore(package.json): use fixed version of Strophe
9 years ago
hristoterezov
147060da93
Merge pull request #320 from jitsi/log_collector
Log collector
9 years ago
bgrozev
5e489078c8
Merge pull request #323 from jitsi/fix_anonymous_domain
Minor fixes in moderator.js
9 years ago
paweldomas
30e08fd9c8
fix(moderator.js): remove unnecessary event argument
9 years ago
paweldomas
af8aa4bd2d
fix(moderator.js): remove dead code
9 years ago
Paweł Domas
b5c2fdd3e0
Merge pull request #319 from jitsi/fixes-reported-default-cs-user
Match reported remote userId to other cs calls.
9 years ago
damencho
f8aea90c50
Match reported remote userId to other cs calls.
9 years ago
paweldomas
065ff068a3
feat(JitsiMeetJS): add/remove global log transport methods
9 years ago
paweldomas
2ae47e4d4b
feat(JitsiMeetJS): add 'setLogLevelById'
9 years ago
paweldomas
935667f2fc
feat: add BEFORE_STATISTICS_DISPOSED event
9 years ago
yanas
d80231c5f4
Merge pull request #316 from jitsi/analytics
feat(Analytics): Multiple analytics handlers support
9 years ago
hristoterezov
ce758f88e0
Merge pull request #313 from jitsi/conn_problems_when_video_muted
Connection problems indication stalled when video muted
9 years ago
paweldomas
0e3287efef
ref(ParticipantConnectionStatus): simplify the condition
Simplifies the main condition as suggested by H. Terezov
9 years ago
paweldomas
24af6512a6
ref(ParticipantConnectionStatus): use const or let where possible
9 years ago
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
9 years ago
paweldomas
3bffe96793
fix(ParticipantConnectionStatus): fix case when muted arrives late
Fixes an issue where the user would end up stuck in disconnected if
the video muted signalling arrived after the timeout. Also reactors
the way how the output status is figured out.
9 years ago
paweldomas
d5fb5d821a
ref(ParticipantConnectionStatus): rename var
9 years ago
paweldomas
d66a66395e
fix(ParticipantConnectionStatus): adjust debug msgs
9 years ago
hristoterezov
d75adf5964
Merge pull request #312 from bgrozev/suspend-video
Suspend video
9 years ago