Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
OWTConferenceInfo Class Reference

Information about the conference. More...

#import <OWTConferenceInfo.h>

Inheritance diagram for OWTConferenceInfo:
Collaboration diagram for OWTConferenceInfo:

Instance Methods

(instancetype) - NS_UNAVAILABLE
 

Properties

NSString * conferenceId
 Conference ID.
 
NSArray< OWTConferenceParticipant * > * participants
 Participants in the conference.
 
NSArray< OWTRemoteStream * > * remoteStreams
 Streams published by participants. More...
 
OWTConferenceParticipantmyself
 Current user's info.
 

Detailed Description

Information about the conference.

This information contains current details of the conference.

Property Documentation

◆ remoteStreams

- (NSArray<OWTRemoteStream*>*) remoteStreams
readatomicstrong

Streams published by participants.

It also includes streams published by current user.