![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
|
Publication represents a sender for publishing a stream. More...
#import <OWTConferencePublication.h>
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 |
Publication represents a sender for publishing a stream.
It handles the actions on a LocalStream published to a conference.