mirror of https://github.com/OpenVidu/openvidu.git
Minor patches
parent
5860ffd39d
commit
0e94c71a04
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "openvidu-browser",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "OpenVidu Browser",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
@ -301,7 +301,7 @@ export class Stream {
|
|||
}
|
||||
};
|
||||
|
||||
navigator.mediaDevices.getUserMedia(constraints2)
|
||||
navigator.mediaDevices.getUserMedia(constraints)
|
||||
.then(userStream => {
|
||||
userStream.getAudioTracks()[0].enabled = this.sendAudio;
|
||||
userStream.getVideoTracks()[0].enabled = this.sendVideo;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"rxjs": "^5.1.0",
|
||||
"ts-helpers": "^1.1.1",
|
||||
"zone.js": "^0.7.6",
|
||||
"openvidu-browser": "0.1.0"
|
||||
"openvidu-browser": "0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.0.0-rc.1",
|
||||
|
|
Loading…
Reference in New Issue