Quellcode durchsuchen

add notes on preferH264 (and disableRtx) to the api doc

dev1
brian baldino vor 8 Jahren
Ursprung
Commit
4d2349b410
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      doc/API.md

+ 2
- 0
doc/API.md Datei anzeigen

54
     14. enableAnalyticsLogging - boolean property (default false). Enables/disables analytics logging.
54
     14. enableAnalyticsLogging - boolean property (default false). Enables/disables analytics logging.
55
     15. callStatsCustomScriptUrl - (optional) custom url to access callstats client script
55
     15. callStatsCustomScriptUrl - (optional) custom url to access callstats client script
56
     16. callStatsConfIDNamespace - (optional) a namespace to prepend the callstats conference ID with. Defaults to the window.location.hostname
56
     16. callStatsConfIDNamespace - (optional) a namespace to prepend the callstats conference ID with. Defaults to the window.location.hostname
57
+    17. disableRtx - (optional) boolean property (default to false).  Enables/disable the use of RTX.
58
+    18. preferH264 - (optional) boolean property (default to false).  Enables/disable preferring the first instance of an h264 codec in an offer by moving it to the front of the codec list.
57
 
59
 
58
 * ```JitsiMeetJS.JitsiConnection``` - the ```JitsiConnection``` constructor. You can use that to create new server connection.
60
 * ```JitsiMeetJS.JitsiConnection``` - the ```JitsiConnection``` constructor. You can use that to create new server connection.
59
 
61
 

Laden…
Abbrechen
Speichern