瀏覽代碼

fix(docs): update url for loading lib

dev1
Leonard Kim 6 年之前
父節點
當前提交
b664e3246e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      doc/API.md

+ 1
- 1
doc/API.md 查看文件

9
 To embed Jitsi Meet API in your application you need to add Jitsi Meet API library
9
 To embed Jitsi Meet API in your application you need to add Jitsi Meet API library
10
 
10
 
11
 ```javascript
11
 ```javascript
12
-<script src="https://meet.jit.si/libs/lib-jitsi-meet.js"></script>
12
+<script src="https://meet.jit.si/libs/lib-jitsi-meet.min.js"></script>
13
 ```
13
 ```
14
 
14
 
15
 Now you can access Jitsi Meet API trough the ```JitsiMeetJS``` global object.
15
 Now you can access Jitsi Meet API trough the ```JitsiMeetJS``` global object.

Loading…
取消
儲存