Browse Source

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

master
Leonard Kim 5 years ago
parent
commit
b8b2fb2d56
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      doc/examples/api.html

+ 1
- 1
doc/examples/api.html View File

@@ -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…
Cancel
Save