copper-cti - v1.0.0
    Preparing search index...

    Interface DriverOptions

    接続先サーバーの TLS 設定を含む拡張セッションオプション。 SessionOptions の全フィールドを継承し、ctips:// URI 使用時に追加で設定できる。

    interface DriverOptions {
        encoding?: string;
        password?: string;
        rejectUnauthorized?: boolean;
        user?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    encoding?: string

    プロトコルのテキストエンコーディング (デフォルト: UTF-8)

    password?: string

    PLAIN 認証のパスワード (省略時は空文字)

    rejectUnauthorized?: boolean

    不明なSSL証明書を拒否するかどうか (デフォルト: true)

    user?: string

    PLAIN 認証のユーザー名 (省略時は空文字)