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