如何共享白板中的文本区域?我的白板在 BigBlueButton 中
我在大蓝色按钮中创建了一个白板。在那个白板上我创建了一个文本字段。现在我想分享文本字段。我该怎么做?
I created a white board in Big Blue Button. In that white board i created a text field. Now I want to share the text field. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要在所有客户端之间共享创建文本字段的活动。然后,您需要将鼠标事件连同坐标发送到服务器,然后发送到连接的客户端。
You want to share the activity of creating text field among all client. Then you need to send the mouse events along with coordinates to the server and then to connected clients.