Skip to content

Commit

Permalink
change peer connection type
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 committed Oct 28, 2024
1 parent b736e79 commit 11a8814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/media/Voice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Peer, { DataConnection } from "peerjs"
import { _ } from "svelte-i18n"
import { get, writable, type Writable } from "svelte/store"
import type { Room } from "trystero"
import { joinRoom } from "trystero/ipfs"
import { joinRoom } from "trystero"

const CALL_ACK = "CALL_ACCEPT"

Expand Down

0 comments on commit 11a8814

Please sign in to comment.