瀏覽代碼

Removes quotes around token from the docs.

dev1
Дамян Минков 6 年之前
父節點
當前提交
9e20808b72
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      doc/tokens.md

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

@@ -91,7 +91,7 @@ JitsiMeetJS.init(initOptions).then(function(){
91 91
 
92 92
 In order to start jitsi-meet conference with token you need to specify the token as URL param:
93 93
 ```
94
-https://example.com/angrywhalesgrowhigh?jwt="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ"
94
+https://example.com/angrywhalesgrowhigh?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ
95 95
 ```
96 96
 At current level of integration every user that joins the conference has to provide the token and not just the one who
97 97
 creates the room. It should be possible to change that by using second anonymous domain, but that hasn't been tested

Loading…
取消
儲存