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
Currently, the actions for initiator and receiver are lumped together within the pairing integration tests. To make it more manageable and maintainable (as well as being a good example for the web-client), the actions should be separated into two separate library modules.
Initiator Module
Receiver Module
EDIT
When building the discrete modules, it also made sense to create a WebSocket module and WebRTC module.
WebSocket Module
WebRTC Module
The text was updated successfully, but these errors were encountered:
Currently, the actions for initiator and receiver are lumped together within the pairing integration tests. To make it more manageable and maintainable (as well as being a good example for the web-client), the actions should be separated into two separate library modules.
EDIT
When building the discrete modules, it also made sense to create a WebSocket module and WebRTC module.
The text was updated successfully, but these errors were encountered: