refactor: use createLocalTracks instead of gUM; fix some docs;

This commit is contained in:
Radium Zheng
2018-07-10 03:49:55 +10:00
parent 3241c7a929
commit e125861b29
8 changed files with 104 additions and 116 deletions

View File

@@ -258,7 +258,7 @@ class RecordingController {
this._format = newFormat;
logger.log(`Recording format switched to ${newFormat}`);
// will be used next time
// the new format will be used in the next recording session
}
/**