Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IWebinarNeedRegisterHandlerByUrl Class Referenceabstract

Register webinar with URL Handler. More...

#include <meeting_configuration_interface.h>

Inherits IWebinarNeedRegisterHandler.

Public Member Functions

virtual const zchar_tGetWebinarRegisterUrl ()=0
 Get the URL to register webinar.
 
virtual void Release ()=0
 Release object.
 
virtual ~IWebinarNeedRegisterHandlerByUrl ()
 
- Public Member Functions inherited from IWebinarNeedRegisterHandler
virtual WebinarNeedRegisterType GetWebinarNeedRegisterType ()=0
 Get the type to register. For more details, see WebinarNeedRegisterType enum.
 
virtual ~IWebinarNeedRegisterHandler ()
 

Additional Inherited Members

- Public Types inherited from IWebinarNeedRegisterHandler
enum  WebinarNeedRegisterType { WebinarReg_NONE , WebinarReg_By_Register_Url , WebinarReg_By_Email_and_DisplayName }
 Register type of webinar. Here are more detailed structural descriptions. More...
 

Detailed Description

Register webinar with URL Handler.

Definition at line 77 of file meeting_configuration_interface.h.

Constructor & Destructor Documentation

◆ ~IWebinarNeedRegisterHandlerByUrl()

virtual IWebinarNeedRegisterHandlerByUrl::~IWebinarNeedRegisterHandlerByUrl ( )
inlinevirtual

Definition at line 86 of file meeting_configuration_interface.h.

86{};

Member Function Documentation

◆ GetWebinarRegisterUrl()

virtual const zchar_t * IWebinarNeedRegisterHandlerByUrl::GetWebinarRegisterUrl ( )
pure virtual

Get the URL to register webinar.

Returns
If the function succeeds, the return value is an URL.

◆ Release()

virtual void IWebinarNeedRegisterHandlerByUrl::Release ( )
pure virtual

Release object.