Skip to content

Commit d8fa415

Browse files
committed
more ws hints
1 parent 0e53ec8 commit d8fa415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/controllers/webrtcPeerController.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ const webrtcPeerController = {
231231
event.candidate &&
232232
peerConnection.localDescription!.type === 'offer'
233233
) {
234+
// ? more websocket hints below (-Isaac)
235+
// ? // socket.emit('offer', JSON.stringify(peerConnection.localDescription));
234236
// checks for canidate and if event type is offer
235237
appDispatch(
236238
newRequestWebRTCOfferSet(

0 commit comments

Comments
 (0)