sora-js-sdk
    Preparing search index...

    Type Alias RPCOptions

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

    type RPCOptions = {
        notification?: boolean;
        timeout?: number;
    }
    Index

    Properties

    notification?: boolean
    timeout?: number