Merge pull request #26 from dtran320/main

Fix README links for basic-call example
This commit is contained in:
Jon Taylor 2021-07-27 14:14:54 +01:00 committed by GitHub
commit be1bfde45d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -35,16 +35,16 @@ yarn workspace @dailyjs/basic-call dev
This demo puts to work the following [shared libraries](../shared): This demo puts to work the following [shared libraries](../shared):
**[MediaProvider.js](../shared/contexts/MediaProvider.js)** **[MediaDeviceProvider.js](../shared/contexts/MediaDeviceProvider.js)**
Convenience context that provides an interface to media devices throughout app Convenience context that provides an interface to media devices throughout app
**[useDevices.js](../shared/hooks/useDevices.js)** **[useDevices.js](../shared/contexts/useDevices.js)**
Hook for managing the enumeration and status of client media devices) Hook for managing the enumeration and status of client media devices)
**[CallProvider.js](../shared/contexts/CallProvider.js)** **[CallProvider.js](../shared/contexts/CallProvider.js)**
Primary call context that manages Daily call state, participant state and call object interaction Primary call context that manages Daily call state, participant state and call object interaction
**[useCallMachine.js](../shared/hooks/useCallMachine.js)** **[useCallMachine.js](../shared/contexts/useCallMachine.js)**
Abstraction hook that manages Daily call state and error handling Abstraction hook that manages Daily call state and error handling
**[ParticipantProvider.js](../shared/contexts/ParticipantProvider.js)** **[ParticipantProvider.js](../shared/contexts/ParticipantProvider.js)**