Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以通过角度 $http......url-> https://service.xirsys.com/_r/live/meeting获取调用 xirsys 实时会议 api 的结构示例吗
这是对 Xirsys 实时会议 api 进行 ajax 调用的格式。
$.ajax({ url: "https://service.xirsys.com/_r/live/meeting", type: "GET", data: { username: "username:token", params: { username: "me!", path: "/DomainName/default/default", meeting_id: meetingId } }
用户名、令牌仅由 Xirsys 提供给高级用户。