Skip to content

Commit

Permalink
fix candidate error.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Mar 18, 2023
1 parent 9104953 commit 646eace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/internal/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func (session *Session) SignalLocalCandidate(data string) error {
if session.socket == nil {
return nil
}
session.peer.SetCandidate(data)
return session.socket.Send(&message.SignalCandidate{
Event: event.SIGNAL_CANDIDATE,
Data: data,
Expand Down

0 comments on commit 646eace

Please sign in to comment.