14 lines
378 B
JavaScript

// Action Cable provides the framework to deal with WebSockets in Rails.
// You can generate new channels where WebSocket features live using the `rails generate channel` command.
//
//= require action_cable
//= require_self
//= require_tree ./channels
(function() {
this.VideoCall || (this.VideoCall = {});
VideoCall.cable = ActionCable.createConsumer();
}).call(this);