From a166305829c026d35e9d9a679de666b022abb743 Mon Sep 17 00:00:00 2001 From: jswu <71686052+jasonwuamzn@users.noreply.github.com> Date: Sat, 17 Jun 2023 02:15:48 +1000 Subject: [PATCH] Add contactFeature ScreenRecording enabled sample --- cheat-sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat-sheet.md b/cheat-sheet.md index ba7cecc6..dc16751e 100644 --- a/cheat-sheet.md +++ b/cheat-sheet.md @@ -349,7 +349,7 @@ } ``` -## Check if connected contact is ScreenRecording Enabled +## Check if connected contact has ScreenRecording Enabled ```js connect.contact(function (contact) { contact.onConnected(function (connectedContact) {