Skip to content

Commit

Permalink
fix: head^
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Jun 1, 2024
1 parent 6b32ff0 commit 7ad6587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-chat-x-vue/src/classes/PeerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export class PeerManager {
this.elDialogVisible = ref(false);
this.remotePeerId = ref("");
this.communication = ref({
answer: "",
caller: "",
await: true,
call: false,
accepted: false,
Expand Down

0 comments on commit 7ad6587

Please sign in to comment.