Intel® Collaboration Suite for WebRTC  version 4.3
Open WebRTC Toolkit (OWT) Client SDK for Android*
ConferenceInfo Class Reference

Information of the conference. More...

Collaboration diagram for ConferenceInfo:

Public Member Functions

String id ()
 Conference room id. More...
 
Participant self ()
 Information of the ConferenceClient itself. More...
 
List< ParticipantgetParticipants ()
 Get the information of all the Participants in the conference. More...
 
List< RemoteStreamgetRemoteStreams ()
 Get the information of all the RemoteStreams in the conference. More...
 

Detailed Description

Information of the conference.

Member Function Documentation

List<Participant> getParticipants ( )
inline

Get the information of all the Participants in the conference.

Returns
list of Participants in the conference.
List<RemoteStream> getRemoteStreams ( )
inline

Get the information of all the RemoteStreams in the conference.

Returns
list of the RemoteStreams in the conference.
String id ( )
inline

Conference room id.

Returns
room id.
Participant self ( )
inline

Information of the ConferenceClient itself.

Returns
Participant information of the ConferenceClient itself.