-
-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Dialer and Listener for WebRTC connections #384
Comments
The first step here would be to determine that WebRTC can be abstracted inside the Dialer and Listener interfaces appropriately. Particularly that the |
After more investigation, I don't think the Dialer or Listener models work with WebRTC, at least not in the way I envisaged them. It might be possible via @backkem's suggestions at #138 (comment). |
This might be a potential improvement, but isn't a blocker anymore. |
I have no intention to implement this, it can be reopened if it makes sense down the track. |
Useful background information:
The text was updated successfully, but these errors were encountered: