Skip to content

ConferenceJoinedEvent

Kenan Genjac edited this page Jul 2, 2024 · 4 revisions



getId()

Description

Returns the id of the joined conference.

Arguments

  • none

Returns

  • String - Represents the id of the conference that was joined, for which this event has been received.



getName()

Description

Returns the name of the conference that was joined.

Arguments

  • none

Returns

  • String - Represents the name of the conference that has been joined, for which this event has been received.



getParticipants()

Description

Returns the list of participants already inside of the conference

Arguments

  • none

Returns

  • List<Participant> - Represents the list of participants already inside of the conference, for which this event has been received.



getRecordingType()

Description

Returns the recording type with which the conference was joined.

Arguments

  • none

Returns

  • RecordingType - Value of the recordingType field representing recording type preference.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally