Skip to content

ConferenceJoinedEvent

Ajša Terko edited this page Oct 2, 2023 · 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.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally