Recaiving stream added
This commit is contained in:
parent
999274e946
commit
07ee1d4db0
|
@ -142,7 +142,7 @@ export default class WebRTC
|
|||
case "streamRemoved":{
|
||||
let {id} = data;
|
||||
this.emit('stream:stopped', this.recaivingStream.get(id));
|
||||
this.sendingStream.delete(id);
|
||||
this.recaivingStream.delete(id);
|
||||
break;
|
||||
}
|
||||
case "streamAccept":{
|
||||
|
|
Loading…
Reference in New Issue