isymchych
c50151d85d
do not use NicknameHandler
10 years ago
isymchych
4152106a06
listen to CONNECTION_INTERRUPTED and CONNECTION_RESTORED events
10 years ago
isymchych
c21c9ce1b8
do not use xmpp module in AudioLevels
10 years ago
isymchych
4ef57ceada
do not use XMPP or RTC modules in UI
10 years ago
isymchych
59f98205c7
use JS API; UI module refactoring
10 years ago
damencho
6b621654ab
Adds speaker indicator and no longer use the display name for that purpose.
10 years ago
isymchych
1d59283518
fixed switching to large video from FF on safari
10 years ago
isymchych
19d9c0be50
fixed switching to large video from FF on safari
10 years ago
yanas
236c4bb37c
Adds a method in callstats in order to check if it's enabled.
10 years ago
isymchych
72c39a0162
accumulate erorrs unitl connected to callstats
10 years ago
damencho
94b54279f2
Fixes wrong handler name, which causes adding multiple local video tags in the local video.
10 years ago
George Politis
5d571e696f
Sets up simulcast for 2 layers.
10 years ago
George Politis
ce397d9e74
Fixes issue in ssrc-group SDP parsing.
How did this even work before?
10 years ago
damencho
b64f3a5913
Adds method to obtain remote video type.
10 years ago
yanas
7ea675159e
Disables feedback functionality if callstats isn't available.
10 years ago
damencho
0ae702922c
Makes the room parameter lower case.
10 years ago
damencho
f9d1fd13df
Fixes an issue where lastN event, includes in the logic local resource and detects it as removed from lastN and schedules update of large video. If we receive this event for newly joined participant and we have pinned the local video, the event triggers update of large video which displays the wrong participant, not the pinned local video.
10 years ago
damencho
74c420a609
Adds config option for auto enable desktop sharing when opening an url.
10 years ago
yanas
26e2fd6ef0
Fixes desktop streaming layout.
10 years ago
damencho
4b62f7f0ac
Adds shortcut to toggle desktop sharing.
10 years ago
damencho
e460f0c8fa
Fixes lastN video change. Resulting 'Uncaught TypeError: stream.getOriginalStream is not a function', problem detected by torture (3 participants and the last one receives last-n changed event on joining and screenshot shows: it is missing one of the participants and logs contain this error).
10 years ago
damencho
dc2a60edbb
Fixes long lines.
10 years ago
Boris Grozev
4009fed35d
Moves the roomname generator to util, reuses a function.
10 years ago
paweldomas
27fc4636b7
Adjustments to make lip-sync work. Stream merging is now done by Jicofo.
10 years ago
Boris Grozev
fb6367d687
Wraps at 80 chars.
10 years ago
Boris Grozev
5542642933
Exposes functions in RandomUtils.
10 years ago
Boris Grozev
005cc4b27a
Simplifies code.
10 years ago
yanas
a2c37fa3f6
Fixes some warnings.
10 years ago
isymchych
9f2b3aa011
rename callStatsUID to callStatsUserName
10 years ago
isymchych
c89c9e78ff
move username generator to utils
10 years ago
isymchych
0a71c2e1d3
Generate random username for callstats
10 years ago
yanas
03018a2ead
Fixing documentation warnings.
10 years ago
paweldomas
333cd6f25f
Converts constants in RandomUtil to hex.
10 years ago
isymchych
05b3df0560
added jsdocs
10 years ago
isymchych
5be8c33054
report webrtc errors to callstats
10 years ago
yanas
73b1d3c7c2
Adds a feedback button and dialog.
10 years ago
Boris Grozev
2117aefacc
Removes unused code.
10 years ago
damencho
374763c325
Fixes mute check, prevents disabling the menu when the remote participant is muted.
10 years ago
isymchych
fdc2ecd86f
escape html from username
10 years ago
damencho
5446c513f5
Adds room name parameter to the bosh connection.
10 years ago
paweldomas
b1f617502e
Integrates token authentication.
10 years ago
Boris Grozev
a5e15025f8
Implements switching streams on firefox by using RTPSender.replaceTrack(). Fixes bugs with switching between camera and screen sharing.
10 years ago
damencho
67b35f0f1e
Uses inactive callback if available instead of deprecated onended one.
10 years ago
damencho
249e032ad6
Uses stopping tracks and use MediaStream.stop method only if defined. Based on previous code and inspired by PR #390.
10 years ago
damencho
fa138eae43
Replaces deprecated ended call with active check for media streams.
10 years ago
damencho
b08308e5e4
Fixes isMuted check.
10 years ago
damencho
74227e182a
Makes sure we use stream.ended in one place.
10 years ago
damencho
8cebbbb347
Stops the MediaStream using the utility method in RTC.
10 years ago
damencho
1ba0a182f6
Makes sure we add/remove all onended events for media streams in one central place.
10 years ago
damencho
11e1197901
Uses one method from RTC to stop media streams.
10 years ago