FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing -- remove strange chars

This commit is contained in:
Anthony Minessale 2017-06-01 18:40:02 -05:00
parent 58b163e08d
commit c43fa95606
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@
},
constraints: self.constraints,
iceServers: self.options.iceServers,
});
});
onStreamSuccess(self, stream);
}