fixed live-streaming symlink and README link to ParticipantsProvider
This commit is contained in:
parent
f0fda059c3
commit
0f61f7556a
|
|
@ -47,7 +47,7 @@ Primary call context that manages Daily call state, participant state and call o
|
|||
**[useCallMachine.js](../shared/contexts/useCallMachine.js)**
|
||||
Abstraction hook that manages Daily call state and error handling
|
||||
|
||||
**[ParticipantProvider.js](../shared/contexts/ParticipantProvider.js)**
|
||||
**[ParticipantsProvider.js](../shared/contexts/ParticipantsProvider.js)**
|
||||
Manages participant state and abstracts common selectors / derived data
|
||||
|
||||
## Deploy your own on Vercel
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
import Doc from '@custom/basic-call/pages/_document';
|
||||
|
||||
export default Doc;
|
||||
Loading…
Reference in New Issue