feat: add call management features with useCall and useRoomCallMembers hooks
- Implemented useCall hook for managing call state and actions. - Created useRoomCallMembers hook to track active call members in a room. - Added useRtcConfig for fetching RTC configurations and LiveKit JWT. - Developed Audio settings component for managing audio devices and settings. - Introduced device selection and screen sharing options in the Audio settings. - Persisted audio settings in localStorage for user preferences.
This commit is contained in:
@@ -73,7 +73,7 @@ export default defineConfig({
|
||||
base: buildConfig.base,
|
||||
server: {
|
||||
port: 8080,
|
||||
host: true,
|
||||
host: '0.0.0.0',
|
||||
fs: {
|
||||
// Allow serving files from one level up to the project root
|
||||
allow: ['..'],
|
||||
|
||||
Reference in New Issue
Block a user