fix style issues
This commit is contained in:
parent
d98bc6f2e9
commit
aa021125a0
5 changed files with 133 additions and 110 deletions
|
|
@ -37,7 +37,6 @@ angular.module('copay.controllerUtils')
|
|||
root.setupUxHandlers = function(w) {
|
||||
var handlePeerVideo = function(err, peerID, url) {
|
||||
if (err) {
|
||||
root.onErrorDigest(err);
|
||||
return;
|
||||
}
|
||||
$rootScope.videoSrc[peerID] = encodeURI(url);
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ var Video = function() {
|
|||
Video.prototype.setOwnPeer = function(peer, wallet, cb) {
|
||||
var self = this;
|
||||
|
||||
|
||||
navigator.getUserMedia({
|
||||
audio: true,
|
||||
video: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue