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