Skip to content

Instantly share code, notes, and snippets.

@kimberleehowley
Last active March 19, 2021 23:05
Show Gist options
  • Save kimberleehowley/c2964413b73e096c48d3d402ac31939f to your computer and use it in GitHub Desktop.
Save kimberleehowley/c2964413b73e096c48d3d402ac31939f to your computer and use it in GitHub Desktop.
Sample component state for a Daily video chat app built in React
{
local: {
videoTrackState: null,
audioTrackState: null,
},
<other-participant-1>: {
/*...*/
},
<other-participant-1>-screen: {
/*...*/
},
/* ... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment