Skip to content

Commit

Permalink
updated eventListeners section
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor authored and saghul committed Aug 1, 2023
1 parent 5a726ba commit e6e9442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/dev-guide/react-native-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e6e9442

Please sign in to comment.