yanas
|
c2f46a5cfe
|
Refactor shared video manager
|
2016-04-28 17:44:12 -05:00 |
damencho
|
2442f0dfd3
|
Removes playerPaused variable and just use player to get its state.
|
2016-04-26 10:22:12 +03:00 |
yanas
|
3a9d743d47
|
Add shared video smart mike mutes unmutes
|
2016-04-25 15:39:31 -05:00 |
yanas
|
d08e37b42b
|
Adds smart un-mute to the shared video logic
|
2016-04-19 13:07:04 -05:00 |
yanas
|
a1cef0f181
|
Add notification popup for shared video auto mute
|
2016-04-05 14:17:50 -05:00 |
damencho
|
b949ffdda1
|
Prevents users that are not sharing the video of pausing the video and leaves the control to the user sharing the video.
|
2016-04-01 17:23:30 -05:00 |
damencho
|
7dad981112
|
Follow seeking while player is paused.
|
2016-04-01 17:08:35 -05:00 |
damencho
|
bede8feccc
|
Mutes local video when shared video is playing and mutes shared video if user wants to talk.
|
2016-04-01 16:24:35 -05:00 |
damencho
|
9a984b7f84
|
Instantly update volume changes.
|
2016-04-01 14:46:42 -05:00 |
damencho
|
ebe37ff98a
|
Handle on player error so we can remove the player.
|
2016-03-31 14:11:33 -05:00 |
damencho
|
104503ee13
|
Make sure we store initial attributes in order, so it will hold the last state we want to be in. Respects quick initial stop received.
|
2016-03-31 12:14:45 -05:00 |
damencho
|
6951089130
|
Force seek when transition from and to pause state.
|
2016-03-31 00:07:12 -05:00 |
damencho
|
952eaf5a0c
|
Avoids double loading of the player.
|
2016-03-30 21:36:05 -05:00 |
damencho
|
a38b628d76
|
Docks toolbar when shared video is shown.
|
2016-03-29 14:36:20 -05:00 |
yanas
|
0bde7de37b
|
Merge pull request #560 from damencho/seek-on-start-paused
Seeks in video when we start in paused state.
|
2016-03-28 13:56:09 -05:00 |
yanas
|
740c920cbb
|
Merge pull request #557 from damencho/enables-sharedvideo-for-all-participants
Enables shared video for all participants, the first to share is the …
|
2016-03-28 13:13:46 -05:00 |
damencho
|
7c02803ef9
|
Seeks in video when we start in paused state.
|
2016-03-27 15:32:45 -05:00 |
damencho
|
7d0cd00a50
|
Enables shared video for all participants, the first to share is the video all will see, later attempts will result just a dialog informing that video is already shared.
|
2016-03-25 19:38:56 -05:00 |
damencho
|
508fd4a8df
|
Uses player functions only after the player has reported playing event.
|
2016-03-25 15:36:41 -05:00 |
damencho
|
af9f651702
|
Check whether commands are coming from moderator.
|
2016-03-24 16:20:27 -05:00 |
yanas
|
6edbcb9311
|
Fixes shared video thumbnail size and shared video on large background.
|
2016-03-24 14:49:26 -05:00 |
yanas
|
4ffafbe9a8
|
Merge pull request #545 from damencho/fix-video-switching-on-hide-container
Fix video switching on hide container
|
2016-03-24 13:27:41 -05:00 |
yanas
|
d0ad928d39
|
Merge pull request #549 from damencho/fixes-early-pause-shared-video
Fixes early initial pause event, may lead to player keep buffering wi…
|
2016-03-24 13:27:22 -05:00 |
yanas
|
c4f4dcdb4f
|
Merge pull request #546 from damencho/shared-video-display-name
Removes hoverIn/Out detection for shared video that shows/hides displ…
|
2016-03-24 13:25:51 -05:00 |
damencho
|
94d98ec0ab
|
Fixes returning to dominant speaker after closing shared video. Renames a method and fix its behaviour was handling both case when removing just video element in small videos (local or remote) and when we are removingParticipantContainer, now just handles the second one and uses focusedID if any or dominantSpeakerID if any, otherwise elects new video.
|
2016-03-24 13:11:03 -05:00 |
damencho
|
9efebc3702
|
Fixes early initial pause event, may lead to player keep buffering without starting.
|
2016-03-23 22:42:17 -05:00 |
yanas
|
cc761700fe
|
Extends the follow-me feature by adding the possibility to follow the pinned participant, the shared video and the shared document. Adds the possibility to enable disable follow-me from the settings panel. Some other small fixes throughout the UI.
|
2016-03-23 20:43:29 -05:00 |
damencho
|
8df6a29741
|
Removes hoverIn/Out detection for shared video that shows/hides displayname, as we always display the name of the video when there is no thumb shown. And we do not want the name over the thumb.
|
2016-03-22 17:15:35 -05:00 |
damencho
|
f0fd7d7435
|
Renames method.
|
2016-03-22 14:59:03 -05:00 |
damencho
|
1bdeda4ec3
|
Fixes updateLarge video to change to different container types which do not have stream.
|
2016-03-22 14:49:37 -05:00 |
damencho
|
9e7275acfb
|
Updates large video when user left and we are removing the shared video.
|
2016-03-18 17:21:41 -05:00 |
damencho
|
ba01733c4f
|
Adds confirmation dialog when closing shared video.
|
2016-03-18 17:04:13 -05:00 |
damencho
|
a1ac18a632
|
Fixes pausing.
|
2016-03-18 16:47:47 -05:00 |
damencho
|
38275ce045
|
Shared video, synchronized playing/seek/muting/volume initial commit.
|
2016-03-18 15:00:55 -05:00 |