Browse Source

Removes quotes around token from the docs.

dev1
Дамян Минков 7 years ago
parent
commit
9e20808b72
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      doc/tokens.md

+ 1
- 1
doc/tokens.md View File

@@ -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…
Cancel
Save