1金币
本帖最后由 HDH 于 2025-1-8 20:42 编辑
这个帖子中
https://gcdn.grapecity.com.cn/showtopic-231497-1-1.html
使用了如下的方法进行注册,
OT.TypesManager.register(type);
项目是前后端一体的,注册后即可建立通讯
const conn = new Client().connect("room1");
const doc = new OT.SharedDoc<any, IChangeSet>(conn);
const presence = new Presence<IPresence>(conn);
如果是前后端分离的项目,需要如何设置?
|
|