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 e1dc735 commit c98e24cCopy full SHA for c98e24c
src/interfaces.coffee
@@ -37,7 +37,7 @@ class MessagingSystem
37
class MessagingClient extends MessagingSystem
38
39
# Participant registration
40
- registerParticipant: (part) ->
+ registerParticipant: (part, callback) ->
41
throw new Error 'Not Implemented'
42
43
exports.MessagingClient = MessagingClient
0 commit comments