[mirotalksfu] - #33 ops fix typo
هذا الالتزام موجود في:
@@ -188,7 +188,6 @@ class RoomClient {
|
|||||||
this.localVideoStream = null;
|
this.localVideoStream = null;
|
||||||
this.localAudioStream = null;
|
this.localAudioStream = null;
|
||||||
this.localScreenStream = null;
|
this.localScreenStream = null;
|
||||||
this.localScreenAudioTabStream = null;
|
|
||||||
this.mediaRecorder = null;
|
this.mediaRecorder = null;
|
||||||
this.recScreenStream = null;
|
this.recScreenStream = null;
|
||||||
this._isRecording = false;
|
this._isRecording = false;
|
||||||
@@ -1601,9 +1600,6 @@ class RoomClient {
|
|||||||
if (this.producerLabel.has(mediaType.audioTab)) {
|
if (this.producerLabel.has(mediaType.audioTab)) {
|
||||||
return console.log('Producer already exists for this type ' + mediaType.audioTab);
|
return console.log('Producer already exists for this type ' + mediaType.audioTab);
|
||||||
}
|
}
|
||||||
const audioTabStream = new MediaStream();
|
|
||||||
audioTabStream.addTrack(stream.getAudioTracks()[0]);
|
|
||||||
this.localScreenAudioTabStream = audioTabStream;
|
|
||||||
|
|
||||||
const track = stream.getAudioTracks()[0];
|
const track = stream.getAudioTracks()[0];
|
||||||
const params = {
|
const params = {
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم