Skip to content

Commit

Permalink
fix: whiteboard data was not pulled if closed
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Oct 2, 2024
1 parent 9954661 commit 247defc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ export const sendRequestedForWhiteboardData = () => {
}

donors.forEach(async (donor) => {
await conn.sendWhiteboardData(
await conn.sendDataMessage(
DataMsgBodyType.REQ_INIT_WHITEBOARD_DATA,
'',
donor.sid,
donor.userId,
);
});
};
Expand Down

0 comments on commit 247defc

Please sign in to comment.