Embed: hide settings menu when gear icon is tapped (for mobile)
This commit is contained in:
parent
4d94bf78a8
commit
20bf01d911
7 changed files with 26 additions and 7 deletions
|
@ -402,7 +402,7 @@ function MistVideo(streamName,options) {
|
|||
averagingSteps: 20, //the amount of measurements that are saved.
|
||||
threshold: function(){ //returns the score threshold below which the "action" should be taken
|
||||
if (this.MistVideo.source.type == "webrtc") {
|
||||
return 0.97;
|
||||
return 0.95;
|
||||
}
|
||||
return 0.75;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue