Live stream helper interface.  
 More...
#include <zoom_video_sdk_livestream_helper_interface.h>
Live stream helper interface. 
Definition at line 16 of file zoom_video_sdk_livestream_helper_interface.h.
 
◆ canGetOrUpdateLiveStreamSetting()
  
  
      
        
          | virtual bool IZoomVideoSDKLiveStreamHelper::canGetOrUpdateLiveStreamSetting  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Checks if the current user has permission to get or update live stream settings. 
- Returns
 - true if the user can get or update live stream settings; otherwise, the method failed. 
 
- Note
 - The live stream must be started, and only the user who started the live stream can modify the setting. 
 
 
 
◆ canStartLiveStream()
Determin if can start the live stream. 
- Returns
 - If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. 
  
 
 
◆ getCurrentLiveStreamSetting()
◆ startLiveStream() [1/2]
◆ startLiveStream() [2/2]
◆ stopLiveStream()
Stop live stream. 
- Returns
 - If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. 
  
 
 
◆ updateLiveStreamSetting()
Updates the live stream settings. 
- Parameters
 - 
  
    | setting | The new live stream settings to apply.  | 
  
   
- Returns
 ZoomVideoSDKErrors#ZoomVideoSDKErrors_Success If the operation succeeds; otherwise, the method failed. 
- Note
 - If the same settings as the previous call are passed, this function will return ZoomVideoSDKErrors_Wrong_Usage.