forked from External/greenlight
use new latest id from page in setup
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
var initRooms = function() {
|
||||
App.messages = App.cable.subscriptions.create({
|
||||
channel: 'MeetingUpdatesChannel',
|
||||
encrypted_id: Meeting.getInstance().getId()
|
||||
encrypted_id: $(".page-wrapper").data('id')
|
||||
},
|
||||
{
|
||||
received: function(data) {
|
||||
|
@ -19,7 +19,7 @@
|
||||
var initRooms = function() {
|
||||
App.messages = App.cable.subscriptions.create({
|
||||
channel: 'RecordingUpdatesChannel',
|
||||
encrypted_id: Meeting.getInstance().getId()
|
||||
encrypted_id: $(".page-wrapper").data('id')
|
||||
},
|
||||
{
|
||||
received: function(data) {
|
||||
|
Reference in New Issue
Block a user