Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotz committed Nov 14, 2022
1 parent 4340741 commit 41adb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ declare module 'trystero' {

onPeerStream: (
fn: (stream: MediaStream, peerId: string, metadata: Metadata) => void
) => void;
) => void

onPeerTrack: (
fn: (track: MediaStreamTrack, stream: MediaStream, peerId: string) => void
Expand Down

0 comments on commit 41adb36

Please sign in to comment.