We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7adb6d commit f6776e8Copy full SHA for f6776e8
README.md
@@ -82,6 +82,11 @@ meeting?.join()
82
2. `onMeetingLeft()` Called when meeting ends.
83
3. `onParticipantJoined(_ participant: Participant)` Called when new participant joins.
84
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.
90
91
### ParticipantEventListener
92
0 commit comments