Skip to content

Commit f6776e8

Browse files
authored
Update README.md
1 parent a7adb6d commit f6776e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ meeting?.join()
8282
2. `onMeetingLeft()` Called when meeting ends.
8383
3. `onParticipantJoined(_ participant: Participant)` Called when new participant joins.
8484
4. `onParticipantLeft(_ participant: Participant)` Called when participant leaves.
85+
5. `onRecordingStarted()` Called when meeting recording starts.
86+
6. `onRecordingStoppped` Called after meeting recording stops.
87+
7. `onLivestreamStarted` Called when livestream starts.
88+
8. `onLivestreamStopped` Called after livestream stops.
89+
9. `onSpeakerChanged(participantId: String?)` Called when active speaker changes.
8590

8691
### ParticipantEventListener
8792

0 commit comments

Comments
 (0)