|
Video SDK for MacOS API Reference
|
Interface for Broadcast streaming. More...
#include <ZMVideoSDKBroadcastStreamingController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isBroadcastStreamingSupported |
| Checks if the session supports broadcast streaming. | |
| (BOOL) | - canStartBroadcast |
| Checks if the user has permission to start a broadcast. | |
| (ZMVideoSDKErrors) | - startBroadcast |
| Start broadcast streaming asynchronously. The result is notified via the callback onStartBroadcastResponse . | |
| (ZMVideoSDKErrors) | - stopBroadcast: |
| Stops broadcast streaming asynchronously. The result is notified via the callback onStopBroadcastResponse . | |
| (ZMVideoSDKErrors) | - getBroadcastStatus: |
| Gets the broadcast status asynchronously. The result is notified via the callback onGetBroadcastControlStatus . | |
Interface for Broadcast streaming.
Definition at line 15 of file ZMVideoSDKBroadcastStreamingController.h.
| - (BOOL) canStartBroadcast |
Checks if the user has permission to start a broadcast.
| - (ZMVideoSDKErrors) getBroadcastStatus: | (NSString *) | channelID |
Gets the broadcast status asynchronously. The result is notified via the callback onGetBroadcastControlStatus .
| channelID | The broadcast streaming channel ID. |
ZMVideoSDKErrors_Success. Otherwise failed. | - (BOOL) isBroadcastStreamingSupported |
Checks if the session supports broadcast streaming.
| - (ZMVideoSDKErrors) startBroadcast |
Start broadcast streaming asynchronously. The result is notified via the callback onStartBroadcastResponse .
ZMVideoSDKErrors_Success. Otherwise failed. | - (ZMVideoSDKErrors) stopBroadcast: | (NSString *) | channelID |
Stops broadcast streaming asynchronously. The result is notified via the callback onStopBroadcastResponse .
| channelID | The broadcast streaming channel ID. |
ZMVideoSDKErrors_Success. Otherwise failed.