Type AliasLiveBuiltInData<KeyframesSnapshot>

LiveBuiltInData<KeyframesSnapshot>: {
    keyframes: Y.Map<KeyframesSnapshot>;
    roomInfo?: RoomInfo;
    rtcInfo?: {
        type: RTCType;
        voiceId: string;
    };
    selfInfo?: UserInfo;
    userList?: UserInfo[];
}

Type Parameters

  • KeyframesSnapshot