Skip to content

ConferenceJoinedEvent

Lejla Solak edited this page Feb 10, 2025 · 5 revisions



getId()

Description

Getter for the id field.

Arguments

  • none

Returns

  • String - The value of the id field, which represents the id of the conference that was joined.



getName()

Description

Getter for the name field.

Arguments

  • none

Returns

  • String - The value of the name field, which represents the name of the conference that has been joined.



getParticipants()

Description

Getter for the participants field.

Arguments

  • none

Returns

  • List<Participant> - The value of the participants field, which represents the list of participants already joined to the conference.



getRecordingType()

Description

Getter for the recordingType field.

Arguments

  • none

Returns

  • RecordingType - The value of the recordingType field, which represents the recording type preference for the conference.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally