4 #import <WebRTC/RTCMacros.h> 5 #import <OWT/OWTConferenceParticipant.h> 6 #import <OWT/OWTRemoteStream.h> 7 NS_ASSUME_NONNULL_BEGIN
14 - (instancetype)init NS_UNAVAILABLE;
18 @property(readonly, strong) NSArray<OWTConferenceParticipant*>*
participants;
OWTConferenceParticipant * myself
Current user's info.
Definition: OWTConferenceInfo.h:25
NSString * conferenceId
Conference ID.
Definition: OWTConferenceInfo.h:16
NSArray< OWTRemoteStream * > * remoteStreams
Streams published by participants.
Definition: OWTConferenceInfo.h:23
Information about the conference.
Definition: OWTConferenceInfo.h:13
This class represents an attendee in a conference.
Definition: OWTConferenceParticipant.h:13
NSArray< OWTConferenceParticipant * > * participants
Participants in the conference.
Definition: OWTConferenceInfo.h:18