diff --git a/libs/app.bundle.js b/libs/app.bundle.js index 9a2d1629b..536f3972c 100644 --- a/libs/app.bundle.js +++ b/libs/app.bundle.js @@ -482,6 +482,7 @@ function onSelectedEndpointChanged(userResource) _dataChannels.some(function (dataChannel) { if (dataChannel.readyState == 'open') { + console.log('sending data channel notification that the selected endpoint changed: ', userResource); dataChannel.send(JSON.stringify({ 'colibriClass': 'SelectedEndpointChangedEvent', 'selectedEndpoint': @@ -25311,4 +25312,4 @@ function isUndefined(arg) { } },{}]},{},[1])(1) -}); \ No newline at end of file +}); diff --git a/modules/RTC/DataChannels.js b/modules/RTC/DataChannels.js index e427bfad8..ae09a0df7 100644 --- a/modules/RTC/DataChannels.js +++ b/modules/RTC/DataChannels.js @@ -194,6 +194,8 @@ function onSelectedEndpointChanged(userResource) _dataChannels.some(function (dataChannel) { if (dataChannel.readyState == 'open') { + console.log('sending selected endpoint changed ' + + 'notification to the bridge: ', userResource); dataChannel.send(JSON.stringify({ 'colibriClass': 'SelectedEndpointChangedEvent', 'selectedEndpoint':