[]
▸ presenceFeature(): IFeature
Creates a presence feature for collaboration.
example
const httpServer = createServer();
const server = new Server({ httpServer });
server.useFeature(OT.documentFeature());
server.useFeature(presenceFeature());
IFeature
The presence feature.