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

Publication represents a sender for publishing a stream. More...

#import <OWTConferencePublication.h>

Inheritance diagram for OWTConferencePublication:
Collaboration diagram for OWTConferencePublication:

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(void) - stop
 Stop certain publication. Once a subscription is stopped, it cannot be recovered.
 
(void) - mute:onSuccess:onFailure:
 Stop sending data to remote endpoint.
 
(void) - unmute:onSuccess:onFailure:
 Continue sending data to remote endpoint.
 
(void) - statsWithOnSuccess:onFailure:
 Get stats of underlying PeerConnection.
 

Properties

NSString * publicationId
 
id< OWTConferencePublicationDelegate > delegate
 

Detailed Description

Publication represents a sender for publishing a stream.

It handles the actions on a LocalStream published to a conference.