浏览代码

Removes quotes around token from the docs.

dev1
Дамян Минков 7 年前
父节点
当前提交
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

正在加载...
取消
保存