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
After activating discovery mode Whenever notified whenever that a nearby Advertiser is found via the onEndpointFound() callback ; the camera is opened to scan QR code.
On Scanning QR code displayed by the receiving app, then the sender is deemed to have accepted sending data.
When one cancels the QR code scanning(camera), an alert dialog is presented with title Accept connection to {receiver device id} and message Confirm the code matches on both devices: {authentication code}
On clicking Ok, the connection is accepted otherwise connection is rejected and user is notified
The text was updated successfully, but these errors were encountered:
So we automatically try to connect to whichever device we find that is advertising, at which point the library tries to initiate and connection and shows the camera to check the code send?
Yes try to connect to whatever device is advertising. If a device is found open camera to try scan the QR code against the generated authentication token.
There seems to be a lot of cleanup work on the UI and UX which I think should be done after the mockups are finalised. There are gaps after accepting or rejecting a connection before the other device responds. There are also gaps between any form of communication with the nearby API. At this point, the dialogs and other loading UI are already removed and the screen seems as if it is unresponsive.
After activating discovery mode Whenever notified whenever that a nearby Advertiser is found via the onEndpointFound() callback ; the camera is opened to scan QR code.
On Scanning QR code displayed by the receiving app, then the sender is deemed to have accepted sending data.
When one cancels the QR code scanning(camera), an alert dialog is presented with title
Accept connection to {receiver device id}
and messageConfirm the code matches on both devices: {authentication code}
On clicking Ok, the connection is accepted otherwise connection is rejected and user is notified
The text was updated successfully, but these errors were encountered: