Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Async API (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stasiak authored Feb 15, 2024
1 parent af0f702 commit 071dfd0
Show file tree
Hide file tree
Showing 12 changed files with 245 additions and 227 deletions.
70 changes: 28 additions & 42 deletions examples/minimal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"preview": "vite preview"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"vite-plugin-checker": "^0.6.2"
"autoprefixer": "^10.4.17",
"typescript": "^5.3.3",
"vite": "^5.1.2",
"vite-plugin-checker": "^0.6.4"
},
"dependencies": {
"@jellyfish-dev/ts-client-sdk": "file:../.."
Expand Down
19 changes: 19 additions & 0 deletions examples/simple-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,25 @@ <h2>Client: <span class="remote-peer-template-id">Remote peer id</span></h2>
</label>
</div>
</div>
<div class="remote-track-metadata-container flex flex-col">
<div>
Parsed metadata
<div class="mockup-code m-2">
<small>
<code class="remote-track-parsed-metadata p-2"></code>
</small>
</div>
</div>

<div>
Raw metadata
<div class="mockup-code m-2">
<small>
<code class="remote-track-raw-metadata p-2"></code>
</small>
</div>
</div>
</div>
</div>
</template>

Expand Down
88 changes: 37 additions & 51 deletions examples/simple-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 071dfd0

Please sign in to comment.