MillicastSDK 2.2.0
Loading...
Searching...
No Matches
publisher.h File Reference
import <MillicastSDK/client.h>
import <MillicastSDK/exports.h>
Include dependency graph for publisher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

void addTrackWithAudioTrack
 
void clearTracksWithCompletionHandler
 
void recordWithCompletionHandler
 
void unrecordWithCompletionHandler
 

Variable Documentation

◆ addTrackWithAudioTrack

void addTrackWithAudioTrack

◆ clearTracksWithCompletionHandler

void clearTracksWithCompletionHandler

Clears all tracks added to the publisher.

  • Parameters:
    • completionHandler: Invoked when the result is ready.

◆ recordWithCompletionHandler

void recordWithCompletionHandler

Starts recording a stream. See the Recording Docs for more information.

  • Parameters:
    • completionHandler: completionHandler Invoked when result is ready.

◆ unrecordWithCompletionHandler

void unrecordWithCompletionHandler

Stops recording a stream. See the Recording Docs for more information on how to access the recordings.

  • Parameters:
    • completionHandler: completionHandler Invoked when result is ready.