Skip to content

Commit

Permalink
Add webrtc shim to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
third774 committed Jan 13, 2025
1 parent 3251b18 commit 62553c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-readers-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"partytracks": patch
---

Add webrtc shim to readme
2 changes: 2 additions & 0 deletions packages/partytracks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A utility library for [Cloudflare Calls](https://developers.cloudflare.com/calls
#### Client code:

```js
import "webrtc-adapter";

import { PartyTracks } from "partytracks/client";
import { of } from "rxjs";

Expand Down

0 comments on commit 62553c4

Please sign in to comment.