2023-08-11 12:45:59 +00:00

10 lines
334 B
CoffeeScript

#App.call = App.cable.subscriptions.create "CallChannel",
# connected: ->
# # Called when the subscription is ready for use on the server
#
# disconnected: ->
# # Called when the subscription has been terminated by the server
#
# received: (data) ->
# # Called when there's incoming data on the websocket for this channel