We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e53ec8 commit d8fa415Copy full SHA for d8fa415
src/client/controllers/webrtcPeerController.ts
@@ -231,6 +231,8 @@ const webrtcPeerController = {
231
event.candidate &&
232
peerConnection.localDescription!.type === 'offer'
233
) {
234
+ // ? more websocket hints below (-Isaac)
235
+ // ? // socket.emit('offer', JSON.stringify(peerConnection.localDescription));
236
// checks for canidate and if event type is offer
237
appDispatch(
238
newRequestWebRTCOfferSet(
0 commit comments