Interface IPreCreateOptions

interface IPreCreateOptions {
    fromPreCreate?: boolean;
    isSyncAvatar?: boolean;
    roomId?: string;
}

Properties

fromPreCreate?: boolean
isSyncAvatar?: boolean
roomId?: string

Generated using TypeDoc