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

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

#import <OWTP2PPublication.h>

Inheritance diagram for OWTP2PPublication:
Collaboration diagram for OWTP2PPublication:

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(void) - stop
 Stop certain publication. Once a subscription is stopped, it cannot be recovered.
 
(void) - stats:onFailure:
 Get stats of underlying PeerConnection.
 

Properties

id< OWTP2PPublicationDelegatedelegate
 

Detailed Description

Publication represents a sender for publishing a stream.

It handles the actions on a LocalStream published to a remote endpoint.