Commit Graph

24 Commits

Author SHA1 Message Date
bgrozev 071c01e644 Fix the direction string.
Used to return 'sendre' instead of 'sendrecv'.
2014-11-12 15:20:18 +02:00
George Politis a0092b78ca Fixes desktop sharing when used with simulcast. 2014-11-11 15:50:46 +01:00
George Politis 1b5a3f08d2 Remove useless localStream field from NativeSimulcast and NoSimulcast classes. 2014-11-10 13:40:41 +01:00
George Politis feffcd18de Improves simulcast logging. 2014-11-10 11:51:27 +01:00
George Politis 4a062e5f5c Don't add the x-goog-conference flag if there are no simulcast senders 2014-11-10 10:03:22 +01:00
George Politis e8de53413b Factors simulcast related code. 2014-10-31 11:17:41 +01:00
George Politis 68e6afbd61 Attempts to fix the resolution N/A problem. 2014-10-31 11:10:53 +01:00
George Politis f7880c96ce Renames some variables in simulcast.js. 2014-10-31 11:08:30 +01:00
George Politis af171612b8 Takes into account the fact that Chromium doesn't do native simulcast. 2014-10-27 20:53:08 +01:00
George Politis 6e58fb9a39 Don't reference simulcastUtils of parent. 2014-10-22 09:26:01 +02:00
George Politis 65ddc22112 Fixes error when simulcast is disabled. 2014-10-20 14:40:37 +02:00
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.
2014-10-20 14:34:00 +02:00
George Politis 740f6020d5 Renames simulcast related classes. 2014-10-20 14:34:00 +02:00
George Politis 00606da9d2 Minor simulcast code cleanup. 2014-10-20 14:33:55 +02:00
George Politis 575c8af584 Fixes echo problem with native simulcast when the local participant is selected. 2014-10-20 11:21:29 +02:00
George Politis 12957fecc2 Splits Simulcast into NativeSimulcast, GrumpySimulcast and NoSimulcast. 2014-10-15 16:25:49 +02:00
George Politis d20d568c28 Simplifies simulcast code. 2014-10-15 16:23:06 +02:00
George Politis 0b2a3e19e7 Fixes local video when simulcast is disabled. 2014-10-06 23:05:45 +02:00
George Politis 71c08450bb Fixes flickering issue with simulcast. 2014-10-06 13:54:03 +02:00
George Politis ca3c59f244 Fixes layout/simulcast related problems. 2014-10-02 19:14:34 +02:00
George Politis f2f91ff7cf Fixes problems with the adaptive simulcast. 2014-09-16 16:10:37 +02:00
George Politis 36af4da83d Implements first version of adaptive simulcast. 2014-09-15 21:42:44 +02:00
George Politis 745e4a6a87 Fixes simulcast layers ordering. 2014-09-12 13:37:57 +02:00
George Politis ffaa9a62b8 Adds simulcast support in meet. 2014-09-11 14:26:46 +02:00