Explorar el Código

Updates API.md: Adds the disableSimulcast option.

dev1
George Politis hace 10 años
padre
commit
8f169915d4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      doc/API.md

+ 1
- 0
doc/API.md Ver fichero

@@ -46,6 +46,7 @@ The ```options``` parameter is JS object with the following properties:
46 46
     7. desktopSharingFirefoxMaxVersionExtRequired - The maximum version of Firefox which requires a jidesha extension. Example: if set to 41, we will require the extension for Firefox versions up to and including 41. On Firefox 42 and higher, we will run without the extension. If set to -1, an extension will be required for all versions of Firefox.
47 47
     8. desktopSharingFirefoxExtensionURL - The URL to the Firefox extension for desktop sharing. "null" if no extension is required.
48 48
     9. disableAudioLevels - boolean property. Enables/disables audio levels.
49
+    10. disableSimulcast - boolean property. Enables/disables simulcast.
49 50
 
50 51
 * ```JitsiMeetJS.JitsiConnection``` - the ```JitsiConnection``` constructor. You can use that to create new server connection.
51 52
 

Loading…
Cancelar
Guardar