yanas
194b991fb1
Merge pull request #515 from damencho/handle-track-removed
...
Handles track removed and removes video elements. Tested by starting/stopping desktop sharing several times and we only have one video and one audio element after the PR is applied.
2016-02-24 11:09:07 -06:00
damencho
3c61bac3c8
Handles track removed and removes video elements. When switching on and off desktop sharing video elements number grow under remote video span.
2016-02-23 16:47:55 -06:00
Paweł Domas
1a656c2c89
Merge pull request #494 from isymchych/escape-nicknames
...
Escape nicknames before displaying them
2016-02-23 10:50:03 -06:00
isymchych
ebf57923ae
hide chat if local display name is empty
2016-02-23 17:20:33 +02:00
isymchych
0bcbd105e3
escape nicknames before displaying them
2016-02-23 17:20:33 +02:00
Paweł Domas
47f2320e94
Merge pull request #511 from isymchych/improve-focus-left
...
leave the room if focus left
2016-02-22 12:55:10 -06:00
isymchych
c027050e11
leave the room if focus left
2016-02-22 16:57:36 +02:00
Paweł Domas
93d5497c76
Merge pull request #508 from isymchych/fix-unmute
...
LargeVideo: detach previous stream when attaching new one
2016-02-19 10:11:25 -06:00
isymchych
6476503240
LargeVideo: detach previous stream when attaching new one
2016-02-18 15:38:57 +02:00
Paweł Domas
8b2244b47a
Merge pull request #503 from isymchych/fix-logo-blink
...
Fix watermark logo blinking during video switching
2016-02-17 09:27:41 -06:00
isymchych
255f374894
fix watermark logo blinking during video switching
2016-02-17 14:37:06 +02:00
Paweł Domas
61b28fccf2
Merge pull request #499 from isymchych/fix-auth-dialog
...
fix authentication dialog
2016-02-16 10:48:37 -06:00
Paweł Domas
8d65fcc4c2
Merge pull request #498 from isymchych/reorder-streams-operations
...
Remove old track from the conference before adding new one
2016-02-16 10:32:38 -06:00
isymchych
5a1d200098
fix authentication dialog
2016-02-16 17:42:28 +02:00
isymchych
9581afb612
remove old track from the conference before adding new one
2016-02-16 15:34:32 +02:00
Paweł Domas
de8f75ddee
Merge pull request #493 from isymchych/fix-screensharing-mute-on-safari
...
Fix screensharing mute on safari
2016-02-12 11:43:08 -06:00
isymchych
24ffc816f4
LargeVideo: show watermark even if video is muted
2016-02-12 16:47:42 +02:00
isymchych
401e5e7ae0
fix jshint issues
2016-02-12 16:28:43 +02:00
isymchych
fdfa9de150
hide large video if stream is muted
2016-02-12 16:28:43 +02:00
Paweł Domas
61f4bb63ab
Merge pull request #492 from isymchych/device-selection
...
Allow user to select camera and microphone
2016-02-10 15:51:36 -06:00
isymchych
f65d630ad8
allow user to select camera and microphone
2016-02-10 15:37:50 +02:00
damencho
b4b9160fcb
Adds room name to the bosh connection.
2016-02-09 17:44:41 -06:00
damencho
bd16b9e346
Prints audio levels in debug mode.
2016-02-09 16:49:58 -06:00
Paweł Domas
e688a5cb9f
Merge pull request #487 from isymchych/video-mute-screensharing
...
Handle video mute/unmute during screensharing
2016-02-09 11:31:42 -06:00
damencho
dbed8c2976
Fixes push to talk.
2016-02-09 10:29:50 -06:00
isymchych
79d5bf6cfa
move screensharing into single function, properly handle mute/unmute
2016-02-09 12:52:54 +02:00
isymchych
44bae94701
code cleanup
2016-02-09 12:30:34 +02:00
damencho
e81d3c02ad
Shows dominant speaker icon for the local user, when he is the dominant speaker.
2016-02-08 15:42:03 -06:00
Paweł Domas
ff4de4cb5b
Merge pull request #489 from isymchych/handle-focus-left
...
handle FOCUS_LEFT conference error
2016-02-08 09:37:57 -06:00
yanas
e09a2f5bee
Fixes all shortcuts.
2016-02-05 12:53:31 -06:00
yanas
e7e8dc3457
Fixes shifted audio level glow on thumbnails. Fixes missing audio level indicator on large video avatar.
2016-02-05 11:32:09 -06:00
isymchych
379f786225
handle FOCUS_LEFT conference error
2016-02-05 17:04:48 +02:00
damencho
4228537390
Fixes autoEnableDesktopSharing option.
2016-02-04 12:43:02 -06:00
damencho
9ebf4bfacb
Adds method to access stats from torture.
2016-02-04 12:41:23 -06:00
paweldomas
7ec6e9ae29
Gets rid fo RTCBrowserType usages.
2016-02-02 15:52:02 -06:00
damencho
522ca64bce
Adds some docs.
2016-02-02 14:54:15 -06:00
paweldomas
8a65407d0c
Merge remote-tracking branch 'isymchych/move-statistics'
2016-02-02 13:55:00 -06:00
paweldomas
8144201636
Uses RTCUIHelper class from lib-jitsi-meet to select video elements.
2016-02-02 13:54:37 -06:00
paweldomas
a6ff9f8ee2
Removes unused code related to Firefox.
...
Commented part seems not to be required anymore as everything work well without it.
2016-02-02 13:54:37 -06:00
hristoterezov
67f1a040eb
Removes link tag for the SS plugin because it is created dynamically by the library.
2016-02-02 11:40:29 -06:00
isymchych
d19789005e
use statistics module from the library
2016-02-02 17:12:40 +02:00
paweldomas
103b5d71d0
Encapsulates direct access to .currentTime field into 'hasVideoStarted' method of RemoteVideo.
...
Removes duplicated logic for hiding video element when the user is muted.
2016-02-01 16:08:47 -06:00
paweldomas
ab13fa35b4
'currentTime' property of stream elements are now supported by Temasys plugin.
2016-02-01 16:08:36 -06:00
paweldomas
0bf98bf6cf
Fixes broken call to waitForPlayback in lastN logic.
2016-02-01 15:37:35 -06:00
paweldomas
48cedb0865
Adopts to new semantics of JitsiTrack#attach method.
2016-02-01 15:01:45 -06:00
hristoterezov
11d43f32b2
Fixes JS error for function call that not exists when start desktop sharing.
2016-01-29 16:48:12 -06:00
hristoterezov
cea0916bfd
Merge branch 'master' of github.com:jitsi/jitsi-meet
2016-01-29 16:07:04 -06:00
hristoterezov
ffbaaa2622
Moves videotype signaling to the library
2016-01-29 16:06:54 -06:00
Paweł Domas
04858e7f06
Merge pull request #481 from isymchych/fix-pinning
...
Do not pin participant if moderator clicked item in remote user menu
2016-01-29 13:44:46 -06:00
hristoterezov
1176390214
Fixes issues for audio only participants
2016-01-29 13:31:58 -06:00