Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
owt::conference::ConferenceInfo Class Reference

Information about the conference. More...

#include <owt/conference/conferenceclient.h>

Public Member Functions

std::vector< std::shared_ptr< RemoteStream > > RemoteStreams () const
 Current remote streams in the conference.
 
std::vector< std::shared_ptr< Participant > > Participants () const
 Current participant list in the conference.
 
std::string Id () const
 Conference ID.
 
std::shared_ptr< ParticipantSelf () const
 The participant info of current conference client.
 

Detailed Description

Information about the conference.

This information contains current details of the conference.