Video SDK for iOS API Reference
|
#include <ZoomVideoSDKBroadcastStreamingHelper.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isBroadcastStreamingSupported |
Check if the session supports broadcast streaming. | |
(BOOL) | - canStartBroadcast |
Check if the user has permission to start broadcast. | |
(ZoomVideoSDKError) | - startBroadcast |
Start 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: |
Get broadcast status asynchronously.The result is notified via the callback -[ZoomVideoSDKDelegate onGetBroadcastControlStatus:status:]'. | |
Definition at line 14 of file ZoomVideoSDKBroadcastStreamingHelper.h.
- (BOOL) canStartBroadcast |
Check if the user has permission to start broadcast.
- (ZoomVideoSDKError) getBroadcastStatus: | (NSString *_Nonnull) | channelID |
Get broadcast status asynchronously.The result is notified via the callback -[ZoomVideoSDKDelegate onGetBroadcastControlStatus:status:]'.
channelID | broadcast streaming channel ID. |
- (BOOL) isBroadcastStreamingSupported |
Check if the session supports broadcast streaming.
- (ZoomVideoSDKError) startBroadcast |
Start 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 | broadcast streaming channel id. |