plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias EndToEndEncryptionFeatures

    EndToEndEncryptionFeatures: Message<"plugnmeet.EndToEndEncryptionFeatures"> & {
        isEnabled: boolean;
        includedChatMessages: boolean;
        includedWhiteboard: boolean;
        enabledSelfInsertEncryptionKey: boolean;
        encryptionKey?: string;
    }

    Type Declaration

    • isEnabled: boolean

      from field: bool is_enabled = 1;

    • includedChatMessages: boolean

      from field: bool included_chat_messages = 2;

    • includedWhiteboard: boolean

      from field: bool included_whiteboard = 3;

    • enabledSelfInsertEncryptionKey: boolean

      from field: bool enabled_self_insert_encryption_key = 5;

    • OptionalencryptionKey?: string

      internal fields

      from field: optional string encryption_key = 4;

    from message plugnmeet.EndToEndEncryptionFeatures