Skip to content

Commit

Permalink
Merge pull request #3424 from AgoraIO/auto/sync-cn-proto-to-en-patch-…
Browse files Browse the repository at this point in the history
…1700727062
  • Loading branch information
github-actions[bot] authored Nov 23, 2023
2 parents 646e0f9 + 63fc199 commit 5a4b8ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions en-US/dita/RTC-NG/API/class_encryptionconfig.dita
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ struct FEncryptionConfig
FString encryptionKdfSalt;
};</codeblock>
<codeblock props="electron" outputclass="language-typescript">export class EncryptionConfig {

encryptionMode?: EncryptionMode;

encryptionKey?: string;

encryptionKdfSalt?: number[];
}</codeblock>
<codeblock props="unity cs" outputclass="language-csharp">public class EncryptionConfig
Expand Down Expand Up @@ -116,11 +116,11 @@ struct FEncryptionConfig
}
}</codeblock>
<codeblock props="rn" outputclass="language-typescript">export class EncryptionConfig {

encryptionMode?: EncryptionMode;

encryptionKey?: string;

encryptionKdfSalt?: number[];
}</codeblock>
<codeblock props="flutter" outputclass="language-dart">class EncryptionConfig {
Expand Down

0 comments on commit 5a4b8ea

Please sign in to comment.