Enabling a Function
enableFeature
API Description
This API is used to enable a function.
Precautions
- By default, the breakout room function is enabled. You can call this API to disable it.
- Create an initialization object HWMOpenSDKConfig before calling this API, and call the initialization API after calling this API.
Method Definition
void enableFeature(HWMEnableFeatureType confCapabilityType, boolean enable)
Parameter Description
Value |
Description |
---|---|
HWM_FEATURE_TYPE_BREAKOUT_CONF |
Breakout room function. |
HWM_FEATURE_TYPE_CONFIRM_RECORD |
Displaying the recording security prompt. By default, it is not displayed. |
HWM_FEATURE_TYPE_SAVE_NICK_NAME_WHEN_ANONYMOUS_JOIN |
Saving the display name when you join a meeting anonymously. |
HWM_ENABLE_FEATURE_TYPE_VIRTUAL_BACKGROUND |
Virtual backgrounds. |
Return Values
None
Sample Code
// Enable or disable a function. openSDKConfig.enableFeature(HWMEnableFeatureType.HWM_FEATURE_TYPE_CONFIRM_RECORD, true);
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot