@realsee/vr-signals API Documentation - v2.0.0
    Preparing search index...

    Type Alias ClientOptions<ActionMap>

    ClientOptions: BaseOptions<ActionMap>

    客户端的配置参数

    Type Parameters

    此类型定义已更新,现在 vrLink 和 element 为可选参数

    迁移指南:

    // 旧用法(仍然支持)
    const client = new RealseeVRSignalsClient({
    vrLink: 'http://localhost:3000/vr-app',
    element: iframeElement
    })

    // 新用法(推荐)
    const client = new RealseeVRSignalsClient({
    vrLink: 'http://localhost:3000/vr-app',
    element: iframeElement,
    logLevel: 'INFO'
    })