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
this._subscriptionResolver can be undefined in scenarios where the offer is send but never receive an answer (this can be reproduced using a firewall to block outgoings)
The text was updated successfully, but these errors were encountered:
q("[onpeerconnectionfail]"), this.trigger(new D.PublisherEvent(D.PublisherEventTypes.PUBLISH_FAIL, this)), this._subscriptionResolver.reject("Peer Connection Failed.");
this._subscriptionResolver
can be undefined in scenarios where the offer is send but never receive an answer (this can be reproduced using a firewall to block outgoings)The text was updated successfully, but these errors were encountered: