MillicastSDK 2.0.0
|
#import <publisher.h>
Instance Methods | |
(void) | - publisherDidReceiveFirstViewerActive: |
(void) | - publisherDidReceiveLastViewerInactive: |
Instance Methods inherited from <MCDelegate> | |
(void) | - client:didReceiveHTTPConnectionError: |
(void) | - client:didReceiveSignalingError: |
(void) | - client:didReceiveStatsReport: |
(void) | - client:didReceiveViewerCount: |
(void) | - client:didReceiveWebsocketConnectionState: |
(void) | - client:didReceiveRTCPeerConnectionState: |
This delegate acts as a listener for the Publisher class. You must implement this protocol and set a delegate. to receive events from the publisher.
Initialize the publisher with a delegate via MCPublisher/initWithDelegate:
|
optional |
Called when the first viewer is viewing the stream.
|
optional |
Called when the last viewer stops viewing the stream.