hristoterezov
bc2d72638b
Add events for data chanel.
10 years ago
hristoterezov
248d7a3173
Moves ssrc2jid global variable to the xmpp module.
10 years ago
hristoterezov
6347730dc7
Fixes some issues related to xmpp module creation.
10 years ago
hristoterezov
3da8e39745
Merges app.js and generates bundles.
10 years ago
hristoterezov
e4e66a03d7
Creates initial version of xmpp module.
10 years ago
hristoterezov
ee94eca733
Creates desktop sharing module.
10 years ago
hristoterezov
e6fbb0934e
Removes local streams from the connection object.
10 years ago
hristoterezov
faaf24d3c4
Creates simulcast module
10 years ago
George Politis
79b7df28c1
Fixes undesirable falsy value in simulcast.js.
10 years ago
George Politis
78ef2a9266
Fixes simulcast on latest Chrome dev (40.0.2214.5).
10 years ago
bgrozev
071c01e644
Fix the direction string.
Used to return 'sendre' instead of 'sendrecv'.
10 years ago
George Politis
a0092b78ca
Fixes desktop sharing when used with simulcast.
10 years ago
George Politis
1b5a3f08d2
Remove useless localStream field from NativeSimulcast and NoSimulcast classes.
10 years ago
George Politis
feffcd18de
Improves simulcast logging.
10 years ago
George Politis
41fd416338
Don't add the x-goog-conference flag if there are no simulcast senders
10 years ago
George Politis
4a062e5f5c
Don't add the x-goog-conference flag if there are no simulcast senders
10 years ago
George Politis
e8de53413b
Factors simulcast related code.
10 years ago
George Politis
68e6afbd61
Attempts to fix the resolution N/A problem.
10 years ago
George Politis
f7880c96ce
Renames some variables in simulcast.js.
10 years ago
George Politis
af171612b8
Takes into account the fact that Chromium doesn't do native simulcast.
10 years ago
George Politis
6e58fb9a39
Don't reference simulcastUtils of parent.
10 years ago
George Politis
65ddc22112
Fixes error when simulcast is disabled.
10 years ago
George Politis
76394c507e
Splits the simulcast management in two parts, a receiver and a sender.
Splits the simulcast management in two classes, a SimulcastReceiver and a SimulcastSender. A SimulcastManager class manages the receiver and the sender. The SimulcastSender class specializes into the NativeSimulcastSender, SimpleSimulcastSender and NoSimulcastSender classes.
10 years ago
George Politis
740f6020d5
Renames simulcast related classes.
10 years ago
George Politis
00606da9d2
Minor simulcast code cleanup.
10 years ago
George Politis
575c8af584
Fixes echo problem with native simulcast when the local participant is selected.
10 years ago
George Politis
12957fecc2
Splits Simulcast into NativeSimulcast, GrumpySimulcast and NoSimulcast.
10 years ago
George Politis
d20d568c28
Simplifies simulcast code.
10 years ago
George Politis
0b2a3e19e7
Fixes local video when simulcast is disabled.
10 years ago
George Politis
71c08450bb
Fixes flickering issue with simulcast.
10 years ago
George Politis
ca3c59f244
Fixes layout/simulcast related problems.
10 years ago
George Politis
f2f91ff7cf
Fixes problems with the adaptive simulcast.
10 years ago
George Politis
36af4da83d
Implements first version of adaptive simulcast.
10 years ago
George Politis
745e4a6a87
Fixes simulcast layers ordering.
10 years ago
George Politis
ffaa9a62b8
Adds simulcast support in meet.
10 years ago