forked from External/greenlight
oauth update
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
var initRooms = function() {
|
||||
App.messages = App.cable.subscriptions.create({
|
||||
channel: 'MeetingUpdatesChannel',
|
||||
username: getRoomName()
|
||||
encrypted_id: getEncryptedId()
|
||||
},
|
||||
{
|
||||
received: function(data) {
|
||||
|
@ -3,7 +3,7 @@
|
||||
var initRooms = function() {
|
||||
App.messages = App.cable.subscriptions.create({
|
||||
channel: 'RecordingUpdatesChannel',
|
||||
username: getRoomName()
|
||||
encrypted_id: getEncryptedId()
|
||||
},
|
||||
{
|
||||
received: function(data) {
|
||||
|
Reference in New Issue
Block a user