Skip to content

Commit

Permalink
fix send error to missing actor
Browse files Browse the repository at this point in the history
  • Loading branch information
sangonz193 committed Apr 21, 2024
1 parent c87a998 commit d1da0c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions modules/connections/connect-caller-peer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,7 @@ export const connectCallerPeerMachine = setup({
},

"setting remote answer": {
entry: [
sendTo("someActor", ({ context }) => ({
type: "someEvent",
data: context.answer!,
})),
"sendPendingIceCandidates",
],
entry: "sendPendingIceCandidates",

on: {
"peer-connection.ice-candidate": {
Expand Down

0 comments on commit d1da0c2

Please sign in to comment.