房间成员信息刷新
This commit is contained in:
@@ -301,6 +301,12 @@ export class WebSocketSignaling extends EventTarget {
|
||||
this.websocket.send(sendJson);
|
||||
}
|
||||
|
||||
sendUserInfo(payload) {
|
||||
const sendJson = JSON.stringify({ type: 'host-userInfo', data: payload });
|
||||
Logger.log(sendJson);
|
||||
this.websocket.send(sendJson);
|
||||
}
|
||||
|
||||
sendInviteCall(payload) {
|
||||
const sendJson = JSON.stringify({ type: 'invite-call', data: payload });
|
||||
Logger.log(sendJson);
|
||||
|
||||
Reference in New Issue
Block a user