Quellcode durchsuchen

Updates API.md: Adds the disableSimulcast option.

dev1
George Politis vor 10 Jahren
Ursprung
Commit
8f169915d4
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      doc/API.md

+ 1
- 0
doc/API.md Datei anzeigen

@@ -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
 

Laden…
Abbrechen
Speichern