diff --git a/app/javascript/channels/conference_channel.js b/app/javascript/channels/conference_channel.js index 560c3f291a5d4ecd5b2d1b8526bec7cb6b6eb02d..4d517a5ef3daf598cc68ab93006a08205f6bce23 100644 --- a/app/javascript/channels/conference_channel.js +++ b/app/javascript/channels/conference_channel.js @@ -2,6 +2,7 @@ import consumer from "channels/consumer" consumer.subscriptions.create("ConferenceChannel", { connected() { + console.log("connected to ConferenceChannel") // Called when the subscription is ready for use on the server },