FS-8180 typo, sigh

This commit is contained in:
Anthony Minessale
2015-09-17 12:40:18 -05:00
parent e610134b3e
commit 831ab39e15
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@
if (this.options.useVideo) {
console.error(this.options.useVideo);
this.constraints.manditory.OfferToReceiveVideo = true;
this.constraints.mandatory.OfferToReceiveVideo = true;
}
}