adding all of the boilerplate for managing a room
This commit is contained in:
@@ -16,9 +16,12 @@ export type MasterConversation = Conversation & {
|
||||
[userId: string]: {
|
||||
peer: Peer;
|
||||
stream?: MediaStream;
|
||||
tracks?: MediaStreamTrack[];
|
||||
audioTrack?: MediaStreamTrack;
|
||||
videoTrack?: MediaStreamTrack;
|
||||
screenTrack?: MediaStreamTrack;
|
||||
};
|
||||
};
|
||||
isConnectingToRoom?: boolean;
|
||||
|
||||
// all of audio clips, links, media, etc.
|
||||
content?: ContentBlock[];
|
||||
|
||||
Reference in New Issue
Block a user