Browse Source

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

master
Leonard Kim 6 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
                 roomName: "JitsiMeetAPIExample",
11
                 roomName: "JitsiMeetAPIExample",
12
                 width: 700,
12
                 width: 700,
13
                 height: 180,
13
                 height: 180,
14
-                parent: undefined,
14
+                parentNode: undefined,
15
                 configOverwrite: {},
15
                 configOverwrite: {},
16
                 interfaceConfigOverwrite: {
16
                 interfaceConfigOverwrite: {
17
                     filmStripOnly: true
17
                     filmStripOnly: true

Loading…
Cancel
Save