You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When quickconnect is used in reactive mode, and no data or media is added prior to creating a connection it is common to see a stream:added event for a fake stream that is added by Chrome to assist with correctly negotiating ice connectivity for the peer connection.
At this stage this new default stream is triggering a stream:added event when first created, but is no stream:removed event when the fake stream is replaced by a real media stream. This needs to be investigated and resolved so that either the stream:added event is never triggered for the connection (see previous investigation in #31) or a stream:removed event is triggered once real media starts to flow (the second approach being more realistic).
When quickconnect is used in reactive mode, and no data or media is added prior to creating a connection it is common to see a
stream:added
event for a fake stream that is added by Chrome to assist with correctly negotiating ice connectivity for the peer connection.At this stage this new
default
stream is triggering astream:added
event when first created, but is nostream:removed
event when the fake stream is replaced by a real media stream. This needs to be investigated and resolved so that either thestream:added
event is never triggered for the connection (see previous investigation in #31) or astream:removed
event is triggered once real media starts to flow (the second approach being more realistic).ref: rtc-io/rtc-screenshare#2 +@santhoshreddyk
The text was updated successfully, but these errors were encountered: