-
Notifications
You must be signed in to change notification settings - Fork 2
ConferenceJoinedEvent
Lejla Solak edited this page Feb 10, 2025
·
5 revisions
String getId()
String getName()
List<Participant> getParticipants()
RecordingType getRecordingType()
Getter for the id
field.
none
-
String
- The value of theid
field, which represents the id of the conference that was joined.
Getter for the name
field.
none
-
String
- The value of thename
field, which represents the name of the conference that has been joined.
Getter for the participants
field.
none
-
List<Participant>
- The value of theparticipants
field, which represents the list of participants already joined to the conference.
Getter for the recordingType
field.
none
-
RecordingType
- The value of therecordingType
field, which represents the recording type preference for the conference.