Skip to content

Commit

Permalink
Update src/matrixrtc/MatrixRTCSession.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Ferrazzutti <[email protected]>
  • Loading branch information
hughns and AndrewFerr authored Sep 27, 2024
1 parent e73c660 commit 7f62654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matrixrtc/MatrixRTCSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export class MatrixRTCSession extends TypedEventEmitter<MatrixRTCSessionEvent, M
}

/**
* Re-emit EncryptionKeyChanged events for every tracked encryption keys. This can be used to export
* Re-emit an EncryptionKeyChanged event for each tracked encryption key. This can be used to export
* the keys.
*/
public reemitEncryptionKeys(): void {
Expand Down

0 comments on commit 7f62654

Please sign in to comment.