Skip to content

Commit c9817e4

Browse files
committed
fixup! pull out Verifier interface
1 parent 618b5dd commit c9817e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/crypto-api/verification.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ export interface Verifier extends TypedEventEmitter<VerifierEvent, VerifierEvent
6767
getShowSasCallbacks(): ShowSasCallbacks | null;
6868

6969
/**
70-
* Get the details for a QR code verification, if one is in progress
70+
* Get the details for reciprocating QR code verification, if one is in progress
7171
*
72-
* Returns `null`, unless this verifier is for a QR-code-based verification and we are waiting for the user to
73-
* confirm a match.
72+
* Returns `null`, unless this verifier is for reciprocating a QR-code-based verification (ie, the other user has
73+
* already scanned our QR code), and we are waiting for the user to confirm.
7474
*/
75-
getShowQrCodeCallbacks(): ShowQrCodeCallbacks | null;
75+
getReciprocateQrCodeCallbacks(): ShowQrCodeCallbacks | null;
7676
}
7777

7878
/** Events emitted by {@link Verifier} */

0 commit comments

Comments
 (0)