Skip to content

Commit

Permalink
Added support for webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
sritabh committed Sep 23, 2024
1 parent a6252a8 commit c4516ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const useCustomExtensions = ({
if (collaborationProvider) {
customExtensions.push(
Collaboration.configure({
document: collaborationProvider.document,
document: collaborationProvider.document ?? collaborationProvider.doc,
})
);

Expand Down

0 comments on commit c4516ea

Please sign in to comment.