starting poc for the peerjs stuff and slowly getting it but too complicated right now
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default interface ReceiveSignal {
|
||||
simplePeerSignal: any;
|
||||
|
||||
senderUserSocketId: string;
|
||||
|
||||
isGoingBackToInitiator?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user