Evan Theurer
938c38d9f0
Fix breaking change: Execute watched expressions only when the inputs change. See fca6be7127
.
9 years ago
Evan Theurer
a47d220807
Fix breaking change: css animation defaults of directive animation classes changed. See 1bebe36aa9 (diff-fc9e96da9f5a9dfda43ef79e695d27ccR155)
.
9 years ago
Evan Theurer
b07666a43b
Fix breaking change: Unable to return values from controller constructor functions. See https://github.com/angular/angular.js/pull/8882/files .
9 years ago
Evan Theurer
a89a1b9b6e
Update angular-ui-bootstrap to 0.13.4.
9 years ago
Evan Theurer
c4ba9f5cde
Update angular.js to 1.4.6.
9 years ago
Simon Eisenmann
df8e000d6c
Merge branch 'master' into develop
9 years ago
Simon Eisenmann
3dfd030b0b
Merge branch 'release-0.26'
9 years ago
Simon Eisenmann
035e3d4496
0.26.0
9 years ago
Simon Eisenmann
b6b8d79393
Merge branch 'master' into release-0.26
9 years ago
Simon Eisenmann
2973a95729
Rebuild styles.
9 years ago
Joachim Bauch
3d2c6b6f4c
Merge pull request #284 from fancycode/serverside_conferences
...
Serverside conferences
9 years ago
Joachim Bauch
4a4ba24b0c
Moved room type name to variable.
9 years ago
Joachim Bauch
77fe6fe508
Added comment to "peerIds".
9 years ago
Joachim Bauch
26c79210c8
Move room type names to constants and don't expose roomworker properties.
9 years ago
Simon Eisenmann
d0ea8be31d
Merge pull request #285 from fancycode/reverse_sessionids
...
Reverse data in session ids.
9 years ago
Joachim Bauch
a1696e0cdf
Fixed broken hangup for regular conference calls.
9 years ago
Joachim Bauch
c46c0b7f14
Reverse data in session ids.
...
The session ids contain a Gorilla SecureCookie which internally encodes
"timestamp|value". As a result, newer session ids compare "greater"
than older ids. This is a problem for conferences where the participants
decide based on comparison of the session id who calls who, so later
participants always have to call all of the existing participants.
With this change, the (random) value is at the start of the session id,
resulting in "random" ordering of participants. Also some tests have
been added to check session en-/decoding.
9 years ago
Joachim Bauch
a74f424a86
Also send "Conference" message after "Room" messages.
9 years ago
Joachim Bauch
7bda39351b
Don't send "Conference" event if user couldn't join room.
9 years ago
Joachim Bauch
14764dd17f
Use "safeApply" when handling webrtc done/stop events.
9 years ago
Joachim Bauch
8fa2083c74
Always show own video when in conference room.
9 years ago
Joachim Bauch
4f6a27f4f3
Also hide other hangup buttons in conference rooms.
9 years ago
Joachim Bauch
9f1e330373
Fixed conference room example.
9 years ago
Joachim Bauch
aae26de9f5
Hide "Hangup" button in conferences.
9 years ago
Joachim Bauch
2a8ac1bb53
Implement new API for tests.
9 years ago
Joachim Bauch
1971c297fe
Updated evaluation of Conference messages to support serverside conferences.
9 years ago
Joachim Bauch
96b482827c
Add CSS class with current room type to body including helpers to show/hide elements.
9 years ago
Joachim Bauch
f9906b5973
Evaluate room type mapping and send Conference messages for conference rooms.
...
The messages are trigger whenever a new user joins a conference room. For
such rooms, clientside Conference messages are ignored.
9 years ago
Joachim Bauch
7fbc4449ca
Make mapping of room name to room type configurable.
9 years ago
Joachim Bauch
f0fbd7b1dc
Fixed wrong attribute name.
...
Also use cached variable instead of performing attribute lookup.
9 years ago
Joachim Bauch
18df670928
Merge pull request #283 from fancycode/conference_consistency
...
Make conferences more consistent
9 years ago
Joachim Bauch
7f68f11159
Merge branch 'h4ck3rm1k3-patch-1' into develop
9 years ago
Joachim Bauch
73702c5054
Fixed updating state if a conference gets downgraded to p2p.
9 years ago
Joachim Bauch
eb85b22da8
Fixed inconsistent PeerConference creation.
...
There was a case where a three-party conference got downgraded to a p2p
session and then upgraded to a three-party conference again, that the
two remaining participants created their own PeerConference object resulting
in a "split-brain" conference.
9 years ago
Joachim Bauch
2e7b51a15a
Move stream id creation to PeerCall.
...
That way the streams can be registered internally and properly cleaned up on hangup.
9 years ago
James Michael DuPont
97c38749e3
spelling
9 years ago
Simon Eisenmann
6849cdae82
Merge branch 'release-0.24'
9 years ago
Simon Eisenmann
09ca3913a2
Remove go-tip from travis until it works again.
9 years ago
Simon Eisenmann
bea16568bc
Remove go-tip from travis until it works again.
9 years ago
Simon Eisenmann
5539aebb49
Merge branch 'master' into develop
9 years ago
Simon Eisenmann
1f94fc0a1e
Merge branch 'release-0.25' into develop
9 years ago
Simon Eisenmann
76019b04d7
0.25.5
9 years ago
Simon Eisenmann
14380185a6
Improve misleading log when pipelines API is enabled.
9 years ago
Simon Eisenmann
597d06d764
Pipeline API is now optional and disabled by default.
9 years ago
Simon Eisenmann
a9c645d0e0
Merge branch 'release-0.24'
9 years ago
Simon Eisenmann
a679c40826
Update to Xenial base and install pinned Go dependencies (fixing #278 ).
9 years ago
Simon Eisenmann
27b2ae8976
Update to Xenial base and install pinned Go dependencies (fixing #278 ).
9 years ago
Simon Eisenmann
9e187c0e95
Merge pull request #272 from longsleep/pipeline-support
...
Pipeline and NATS virtual session support
9 years ago
Simon Eisenmann
71035380d8
Added default sink.
9 years ago
Simon Eisenmann
d86e805d94
Added to and from userid to sink/pipeline API.
9 years ago