metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface RoomSceneInfo

    interface RoomSceneInfo {
        identity: string;
        modelUrl: string;
        roomId: string;
        sceneId?: string;
    }
    Index
    identity: string
    modelUrl: string
    roomId: string
    sceneId?: string