Disabling Prompt Tones
disableVoicePrompts:
API Description
This API is used to disable meeting prompt tones.
Precautions
- This API is optional. If it is not called, the default mode is used.
- The return value only indicates whether the API is successfully called.
Method Definition
1
|
- (HWMSDKERR)disableVoicePrompts:(HWMSDKVoicePromptsModel *)voicePrompts; |
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
disableMutePrompt |
Yes |
BOOL |
Prompt tone played when the host mutes a participant. |
Return Values
Whether the API is successfully called.
Sample Code
1 2 3 |
HWMSDKVoicePromptsModel * model = [[HWMSDKVoicePromptsModel alloc] init]; model.disableMutePrompt = YES; [[HWMBizSdk getBizOpenApi] disableVoicePrompts:model]; |
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