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
Copy file name to clipboardExpand all lines: docs/dev-guide/react-native-sdk.md
+3
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,9 @@ that your meeting experience would like to have.
107
107
- onConferenceWillJoin
108
108
`Function` - Takes a function that gets triggered when ```CONFERENCE_WILL_JOIN``` action is dispatched, more exactly when a conference will be joined.
109
109
110
+
- onEnterPictureInPicture
111
+
`Function` - Takes a function that gets triggered when ```ENTER_PICTURE_IN_PICTURE``` action is dispatched, more exactly when entering picture-in-picture is initiated.
112
+
110
113
- onParticipantJoined
111
114
`Function` - Takes a function that gets triggered when ```PARTICIPANT_JOINED``` action is dispatched, more exactly when a specific participant joined a conference.
0 commit comments