- Preparing search index...
- The search index is not available
NEMeetingKit
Type alias NEEncryptionConfig
NEEncryptionConfig: { encryptKey: string; encryptLibPath?: string; encryptionMode: NEEncryptionMode; }
Type declaration
-
encryptKey: string
-
Optional encryptLibPath?: string
-
自定义加密需要传动态库地址,仅Electron支持