You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
-**Simple Reactive State**: Custom reactive state implementation
117
117
-**Tailwind CSS**: Utility-first CSS framework
118
118
119
119
All dependencies are loaded via CDN, no build process required.
@@ -132,13 +132,19 @@ This sample works in modern browsers that support:
132
132
133
133
1.**Auth Token Error**: Ensure you're passing a valid `authToken` in the URL
134
134
2.**Components Not Loading**: Check browser console for script loading errors
135
-
3.**State Not Updating**: Verify Valtio subscriptions are properly set up
135
+
3.**State Not Updating**: Verify reactive state subscriptions are properly set up
136
136
4.**Media Devices**: Ensure browser permissions for camera/microphone access
137
137
138
138
### Debug Mode
139
139
140
140
The meeting object is exposed on `window.meeting` for debugging purposes. Open browser dev tools and inspect the meeting object to troubleshoot issues.
141
141
142
+
### State Subscription Issues
143
+
144
+
If components aren't updating when states change, ensure you're subscribing to the store object, not the nested states:
0 commit comments