import <MillicastSDK/client.h>
import <MillicastSDK/exports.h>
Go to the source code of this file.
◆ 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.