sora-js-sdk
    Preparing search index...

    Interface RPCOptions

    RPC メソッド呼び出し時のオプション

    interface RPCOptions {
        notification?: boolean;
        timeout?: number;
    }
    Index

    Properties

    notification?: boolean
    timeout?: number