nice state which would be per peer connection or call

This commit is contained in:
talksik
2022-06-19 09:21:13 -05:00
parent ebf09d1b64
commit 0aeb34e407
2 changed files with 12 additions and 5 deletions
+3 -1
View File
@@ -19,9 +19,11 @@ export type MasterConversation = Conversation & {
audioTrack?: MediaStreamTrack;
videoTrack?: MediaStreamTrack;
screenTrack?: MediaStreamTrack;
// calling happening whether it is a newbie or master
isConnecting?: boolean;
};
};
isConnectingToRoom?: boolean;
// all of audio clips, links, media, etc.
content?: ContentBlock[];