Browse Source

doc(API): describe 'enableLipSync' option

tags/v0.0.2
paweldomas 9 years ago
parent
commit
9da5aeec84
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      doc/API.md

+ 1
- 0
doc/API.md View File

@@ -203,6 +203,7 @@ This objects represents the server connection. You can create new ```JitsiConnec
203 203
             - muc
204 204
             - anonymousdomain
205 205
         3. useStunTurn -
206
+        4. enableLipSync - (optional) boolean property which enables the lipsync feature. Currently works only in Chrome and is enabled by default.
206 207
 
207 208
 2. connect(options) - establish server connection
208 209
     - options - JS Object with ```id``` and ```password``` properties.

Loading…
Cancel
Save