|
Video SDK for iOS API Reference
|
#include <ZoomVideoSDKBroadcastStreamingHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isBroadcastStreamingSupported |
| Determines whether the session supports broadcast streaming. | |
| (BOOL) | - canStartBroadcast |
| Determines whether the user has permission to start broadcast. | |
| (ZoomVideoSDKError) | - startBroadcast |
| Starts broadcast streaming asynchronously. The result is notified via the callback '-[ZoomVideoSDKDelegate onStartBroadcastResponse:channelID:]'. | |
| (ZoomVideoSDKError) | - stopBroadcast: |
| Stops broadcast streaming asynchronously. The result is notified via the callback '-[ZoomVideoSDKDelegate onStopBroadcastResponse:]'. | |
| (ZoomVideoSDKError) | - getBroadcastStatus: |
| Gets broadcast status asynchronously. The result is notified via the callback '-[ZoomVideoSDKDelegate onGetBroadcastControlStatus:status:]'. | |
Definition at line 14 of file ZoomVideoSDKBroadcastStreamingHelper.h.
| - (BOOL) canStartBroadcast |
Determines whether the user has permission to start broadcast.
| - (ZoomVideoSDKError) getBroadcastStatus: | (NSString *_Nonnull) | channelID |
Gets broadcast status asynchronously. The result is notified via the callback '-[ZoomVideoSDKDelegate onGetBroadcastControlStatus:status:]'.
| channelID | The broadcast streaming channel ID. |
| - (BOOL) isBroadcastStreamingSupported |
Determines whether the session supports broadcast streaming.
| - (ZoomVideoSDKError) startBroadcast |
Starts broadcast streaming asynchronously. The result is notified via the callback '-[ZoomVideoSDKDelegate onStartBroadcastResponse:channelID:]'.
| - (ZoomVideoSDKError) stopBroadcast: | (NSString *_Nonnull) | channelID |
Stops broadcast streaming asynchronously. The result is notified via the callback '-[ZoomVideoSDKDelegate onStopBroadcastResponse:]'.
| channelID | The broadcast streaming channel ID. |