#include <ZoomVideoSDKLiveStreamHelper.h>
Inherits NSObject.
◆ bindIncomingLiveStream:
Bind incoming live stream with a stream key ID.
- Parameters
-
streamKeyID | The stream key ID to bind. |
- Returns
- If the function succeeds, it will return Errors_Success.
- Warning
- Only host can bind incoming live stream.
◆ getIncomingLiveStreamStatus
Get the status of binded streams.
- Note
- Will receive callback "-onIncomingLiveStreamStatusResponse:"
- Returns
- If the function succeeds, it will return Errors_Success.
- Warning
- Only host can get incoming live stream status.
◆ startIncomingLiveStream:
Start the binded stream as a special participant.
- Parameters
-
streamKeyID | The stream key ID to bind. |
- Returns
- If the function succeeds, it will return Errors_Success.
- Warning
- Only host can start incoming live stream.
◆ stopIncomingLiveStream:
Stop the binded stream as a special participant.
- Parameters
-
streamKeyID | The stream key ID to bind. |
- Returns
- If the function succeeds, it will return Errors_Success.
- Warning
- Only host can stop incoming live stream.
◆ unbindIncomingLiveStream:
Unbind the binded incoming live stream.
- Parameters
-
streamKeyID | The stream key ID to bind. |
- Returns
- If the function succeeds, it will return Errors_Success.
- Warning
- Only host can unbind incoming live stream.