Skip to content

Commit

Permalink
Added support for webrtc (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritabh authored Sep 26, 2024
1 parent 9b90eea commit 703dc74
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 703dc74

Please sign in to comment.