Skip to content

Commit

Permalink
Windows quickstart updates endoc-282 (#1551)
Browse files Browse the repository at this point in the history
* updates

* updates

* Updates

* review updates

---------

Co-authored-by: saudsami <[email protected]>
  • Loading branch information
hussain-khalid and saudsami authored Jul 5, 2024
1 parent 1c89f8e commit 3c19411
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const { RTM, EncryptionMode } = AgoraRTM;
const rtmConfig = {
token : "yourToken",
encryptionMode : EncryptionMode.AES_256_GCM,
slat : yourSalt,
salt : yourSalt,
cipherKey : "yourCipherKey",
presenceTimeout : 300,
logUpload : true,
Expand Down
Loading

0 comments on commit 3c19411

Please sign in to comment.