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.
This commit is contained in:
parent
740f6020d5
commit
76394c507e
|
@ -11,7 +11,7 @@
|
|||
<meta itemprop="image" content="/images/jitsilogo.png"/>
|
||||
<script src="libs/jquery-2.1.1.min.js"></script>
|
||||
<script src="config.js?v=5"></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
|
||||
<script src="simulcast.js?v=3"></script><!-- simulcast handling -->
|
||||
<script src="simulcast.js?v=4"></script><!-- simulcast handling -->
|
||||
<script src="libs/strophe/strophe.jingle.adapter.js?v=2"></script><!-- strophe.jingle bundles -->
|
||||
<script src="libs/strophe/strophe.min.js?v=1"></script>
|
||||
<script src="libs/strophe/strophe.disco.min.js?v=1"></script>
|
||||
|
|
1167
simulcast.js
1167
simulcast.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue