Skip to content

Commit

Permalink
handle verto.ping
Browse files Browse the repository at this point in the history
  • Loading branch information
edolix committed Oct 28, 2021
1 parent cc80b63 commit 54feff1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/src/jquery.verto.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,10 @@
console.debug("CLIENT READY", data.params);
break;

case 'verto.ping':
return {
method: data.method
};
default:
console.error("INVALID METHOD OR NON-EXISTANT CALL REFERENCE IGNORED", data.method);
break;
Expand Down

1 comment on commit 54feff1

@David-dp-
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see signalwire/libks#121 (comment) I think this change has a problem.

Please sign in to comment.