Skip to content

Commit

Permalink
Remove support for VOICE_SETTINGS_UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
matthova committed Mar 4, 2024
1 parent 81fd735 commit 5b30472
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
6 changes: 0 additions & 6 deletions examples/iframe-playground/packages/client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import OrientationUpdates from './pages/OrientationUpdates';
import LayoutMode from './pages/LayoutMode';
import PlatformBehaviors from './pages/PlatformBehaviors';
import URLMappingParameters from './pages/URLMappingParameters';
import VoiceSettings from './pages/VoiceSettings';
import VoiceState from './pages/VoiceState';
import VisibilityListener from './pages/VisibilityListener';
import WindowSizeTracker from './pages/WindowSizeTracker';
Expand Down Expand Up @@ -66,11 +65,6 @@ const routes: Record<string, AppRoute> = {
name: 'Guilds',
component: Guilds,
},
voiceSettings: {
path: '/voice-settings',
name: 'Voice Settings',
component: VoiceSettings,
},
voiceState: {
path: '/voice-state',
name: 'Voice State',
Expand Down

This file was deleted.

0 comments on commit 5b30472

Please sign in to comment.