From e6e944224ae0fd3d34b2a364addcb078a41a2ff0 Mon Sep 17 00:00:00 2001 From: Calin-Teodor Date: Tue, 1 Aug 2023 10:36:15 +0300 Subject: [PATCH] updated eventListeners section --- docs/dev-guide/react-native-sdk.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/dev-guide/react-native-sdk.md b/docs/dev-guide/react-native-sdk.md index aa20c5542..315c1d544 100644 --- a/docs/dev-guide/react-native-sdk.md +++ b/docs/dev-guide/react-native-sdk.md @@ -107,6 +107,9 @@ that your meeting experience would like to have. - onConferenceWillJoin `Function` - Takes a function that gets triggered when ```CONFERENCE_WILL_JOIN``` action is dispatched, more exactly when a conference will be joined. +- onEnterPictureInPicture + `Function` - Takes a function that gets triggered when ```ENTER_PICTURE_IN_PICTURE``` action is dispatched, more exactly when entering picture-in-picture is initiated. + - onParticipantJoined `Function` - Takes a function that gets triggered when ```PARTICIPANT_JOINED``` action is dispatched, more exactly when a specific participant joined a conference.