Explorar el Código

fix(docs): change parentNode option name in api example

master
Leonard Kim hace 6 años
padre
commit
b8b2fb2d56
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      doc/examples/api.html

+ 1
- 1
doc/examples/api.html Ver fichero

@@ -11,7 +11,7 @@
11 11
                 roomName: "JitsiMeetAPIExample",
12 12
                 width: 700,
13 13
                 height: 180,
14
-                parent: undefined,
14
+                parentNode: undefined,
15 15
                 configOverwrite: {},
16 16
                 interfaceConfigOverwrite: {
17 17
                     filmStripOnly: true

Loading…
Cancelar
Guardar