ソースを参照

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

読み込み中…
キャンセル
保存