|
|
|
|
@ -28,7 +28,7 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/
@@ -28,7 +28,7 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/
|
|
|
|
|
|
|
|
|
|
var controller = ['$scope', '$element', '$attrs', function($scope, $element, $attrs) { |
|
|
|
|
|
|
|
|
|
var streams = {}; |
|
|
|
|
var streams = this.streams = {}; |
|
|
|
|
var calls = {}; |
|
|
|
|
|
|
|
|
|
var getStreamId = function(stream, currentcall) { |
|
|
|
|
@ -368,10 +368,6 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/
@@ -368,10 +368,6 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
return { |
|
|
|
|
streams: streams |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
}]; |
|
|
|
|
|
|
|
|
|
var compile = function(tElement, tAttr) { |
|
|
|
|
|