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 SendSignal {
|
||||
userSocketIdToSignal: string;
|
||||
|
||||
simplePeerSignal: any;
|
||||
|
||||
isAnswerer?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user