◆ canStartLiveStream
| - (ZoomSDKError) canStartLiveStream |
|
|
|
Query if it is able for the user to enable live stream.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ getLiveStreamStatus
| - (LiveStreamStatus) getLiveStreamStatus |
|
|
|
Get the status of current live stream.
- Returns
- If the function succeeds, it will return the LiveStreamStatus_InProgress, otherwise failed.
◆ getSupportLiveStreamItem
| - (NSArray*) getSupportLiveStreamItem |
|
|
|
Get the items of live stream supported by the SDK.
- Returns
- If the function succeeds, it will return the items, otherwise failed.
◆ startLiveStream:
Start a live stream.
- Parameters
-
| item | The item of live stream supported by the SDK. |
- Returns
- If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.
◆ startLiveStreamByURL:StreamKey:BroadcastURL:
| - (ZoomSDKError) startLiveStreamByURL: |
|
(NSString *) |
streamURL |
| StreamKey: |
|
(NSString *) |
key |
| BroadcastURL: |
|
(NSString *) |
broadcastURL |
|
|
| |
Start a live stream with the URL customized by user.
- Parameters
-
| streamURL | The URL of customized live stream. |
| StreamKey | The key of customized stream stream. |
| broadcastURL | Everyone who uses this link can watch the live broadcast. |
- Returns
- If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.
◆ stopLiveStream
| - (ZoomSDKError) stopLiveStream |
|
|
|
Stop a live stream.
- Returns
- If the function succeeds, it will return the ZoomSDKError_Success, otherwise failed.
The documentation for this class was generated from the following file: