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

    Interface SessionOptions

    セッション接続時の認証・文字エンコーディング設定

    interface SessionOptions {
        encoding?: string;
        password?: string;
        user?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    encoding?: string

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

    password?: string

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

    user?: string

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