Interface GetConferenceInfoResponse
public interface GetConferenceInfoResponse
The response returns information about the participants in the conference.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
-
Method Details
-
getParticipants
List<ConferenceParticipant> getParticipants()Get participants- Returns:
- participants
-
builder
Getting builder- Returns:
- New Builder instance
-