Skip to content

Commit

Permalink
chore: test without webrtc-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
NuttyShrimp committed Apr 22, 2024
1 parent e0889d9 commit 62a95ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import adapter from "webrtc-adapter";
console.log(adapter.browserDetails.browser)
// import adapter from "webrtc-adapter";
// console.log(adapter.browserDetails.browser)
</script>
<template>
<div class='prose dark:prose-invert !max-w-[100vw] w-screen h-screen'>
Expand Down

0 comments on commit 62a95ac

Please sign in to comment.